ARM: dts: nuvoton: add reset syscon property
authorTomer Maimon <tmaimon77@gmail.com>
Sun, 17 Jul 2022 09:15:59 +0000 (12:15 +0300)
committerArnd Bergmann <arnd@arndb.de>
Tue, 19 Jul 2022 13:41:02 +0000 (15:41 +0200)
Add nuvoton,sysgcr syscon property to the reset node to handle the general
control registers.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi

index 3696980..8a2f290 100644 (file)
                        compatible = "nuvoton,npcm750-reset";
                        reg = <0xf0801000 0x70>;
                        #reset-cells = <2>;
+                       nuvoton,sysgcr = <&gcr>;
                };
 
                clk: clock-controller@f0801000 {