From: Geert Uytterhoeven Date: Mon, 14 Nov 2016 18:37:10 +0000 (+0100) Subject: ARM: dts: r8a7779: Add device node for PRR X-Git-Tag: v4.14-rc1~1853^2~10^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ba368e2226e949e42596cc6027854656f6216a2;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: r8a7779: 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/r8a7779.dtsi b/arch/arm/boot/dts/r8a7779.dtsi index 3005308..9d3bb74 100644 --- a/arch/arm/boot/dts/r8a7779.dtsi +++ b/arch/arm/boot/dts/r8a7779.dtsi @@ -590,6 +590,11 @@ }; }; + prr: chipid@ff000044 { + compatible = "renesas,prr"; + reg = <0xff000044 4>; + }; + sysc: system-controller@ffd85000 { compatible = "renesas,r8a7779-sysc"; reg = <0xffd85000 0x0200>;