From: Geert Uytterhoeven Date: Mon, 14 Nov 2016 18:37:14 +0000 (+0100) Subject: ARM: dts: r8a7793: Add device node for PRR X-Git-Tag: v4.10-rc1~82^2~10^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c832999d3af2a9229c1c518997963def42fbaf4b;p=thirdparty%2Flinux.git ARM: dts: r8a7793: 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/r8a7793.dtsi b/arch/arm/boot/dts/r8a7793.dtsi index 629d3d60d1cd7..a377dda177241 100644 --- a/arch/arm/boot/dts/r8a7793.dtsi +++ b/arch/arm/boot/dts/r8a7793.dtsi @@ -1306,6 +1306,11 @@ }; }; + prr: chipid@ff000044 { + compatible = "renesas,prr"; + reg = <0 0xff000044 0 4>; + }; + sysc: system-controller@e6180000 { compatible = "renesas,r8a7793-sysc"; reg = <0 0xe6180000 0 0x0200>;