arm64: dts: nuvoton: Add syscon to the system-management node

According to the binding document, add the "syscon" compatible to the
system-management node.

Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
Link: https://lore.kernel.org/r/20240819035647.306-2-ychuang570808@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Jacky Huang 2024-08-19 03:56:45 +00:00 committed by Arnd Bergmann
parent ef1e32cb63
commit a957af0896
No known key found for this signature in database
GPG Key ID: 60AB47FFC9095227

View File

@ -83,7 +83,7 @@ soc {
ranges;
sys: system-management@40460000 {
compatible = "nuvoton,ma35d1-reset";
compatible = "nuvoton,ma35d1-reset", "syscon";
reg = <0x0 0x40460000 0x0 0x200>;
#reset-cells = <1>;
};