Commit 8f73a173 authored by Tomer Maimon's avatar Tomer Maimon Committed by Arnd Bergmann
Browse files

ARM: dts: nuvoton: add reset syscon property



Add nuvoton,sysgcr syscon property to the reset node to handle the general
control registers.

Signed-off-by: default avatarTomer Maimon <tmaimon77@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 40b88f32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ rstc: rstc@f0801000 {
			compatible = "nuvoton,npcm750-reset";
			reg = <0xf0801000 0x70>;
			#reset-cells = <2>;
			nuvoton,sysgcr = <&gcr>;
		};

		clk: clock-controller@f0801000 {