From: Geert Uytterhoeven Date: Fri, 18 Nov 2016 10:37:43 +0000 (+0100) Subject: ARM: dts: r8a7745: Add device node for PRR X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8916c7b58319fa27eae25c0c9b9a4cd68b9b30bd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: r8a7745: 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/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi index 0a5d7872ce28..2f60c3cb9117 100644 --- a/arch/arm/boot/dts/r8a7745.dtsi +++ b/arch/arm/boot/dts/r8a7745.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,r8a7745-rst"; reg = <0 0xe6160000 0 0x100>;