From: Geert Uytterhoeven Date: Fri, 18 Nov 2016 10:37:42 +0000 (+0100) Subject: ARM: dts: r8a7743: Add device node for PRR X-Git-Tag: Ubuntu-4.11.0-0.5~549^2~41^2~22 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=11d4407e939e74e89a29df88b1557b59ece9e9f9;p=mirror_ubuntu-artful-kernel.git ARM: dts: r8a7743: 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/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi index ca0cda28a3eb..0956125597fd 100644 --- a/arch/arm/boot/dts/r8a7743.dtsi +++ b/arch/arm/boot/dts/r8a7743.dtsi @@ -102,6 +102,11 @@ #power-domain-cells = <0>; }; + prr: chipid@ff000044 { + compatible = "renesas,prr"; + reg = <0 0xff000044 0 4>; + }; + rst: reset-controller@e6160000 { compatible = "renesas,r8a7743-rst"; reg = <0 0xe6160000 0 0x100>;