From: Geert Uytterhoeven Date: Mon, 14 Nov 2016 18:37:09 +0000 (+0100) Subject: ARM: dts: r8a73a4: Add device node for PRR X-Git-Tag: Ubuntu-5.2.0-15.16~7809^2~10^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f02703320698bf60c81c8b74aeed1e64442f29c5;p=mirror_ubuntu-eoan-kernel.git ARM: dts: r8a73a4: Add device node for PRR Add a device node for the Product Register, which provides SoC product and revision information. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index ca8672778fe0..53183ffe04c1 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi @@ -751,6 +751,11 @@ }; }; + prr: chipid@ff000044 { + compatible = "renesas,prr"; + reg = <0 0xff000044 0 4>; + }; + sysc: system-controller@e6180000 { compatible = "renesas,sysc-r8a73a4", "renesas,sysc-rmobile"; reg = <0 0xe6180000 0 0x8000>, <0 0xe6188000 0 0x8000>;