[PATCH/RFC 02/11] ARM: shmobile: r8a7790 dtsi: Add device node for RST module
Geert Uytterhoeven
geert+renesas at glider.be
Tue Jul 7 07:10:08 PDT 2015
Add a device node for the RST module, which provides reset control.
Declare it to be a system controller (syscon), so other device nodes can
refer to its registers.
TODO Add DT binding documentation.
Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
arch/arm/boot/dts/r8a7790.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index 837090ec9b4fb987..08067ae177643b8f 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1495,6 +1495,11 @@
};
};
+ rst: reset-controller at e616000 {
+ compatible = "renesas,rst-r8a7790", "syscon";
+ reg = <0 0xe6160000 0 0x0100>;
+ };
+
sysc: system-controller at e6180000 {
compatible = "renesas,sysc-r8a7790", "renesas,sysc-rcar";
reg = <0 0xe6180000 0 0x0200>;
--
1.9.1
More information about the linux-arm-kernel
mailing list