nuvoton: first batch of arm64 devicetree changes for v7.1

Just the one change this time, dropping syscon properties where they weren't
 defined.
 -----BEGIN PGP SIGNATURE-----
 
 iJIEABYKADoWIQSoUT1x3bOSX/nAa8ajM9GZTrjhpgUCacSlrxwcYW5kcmV3QGNv
 ZGVjb25zdHJ1Y3QuY29tLmF1AAoJEKMz0ZlOuOGmeIIA/0m24mZm/Ld0Nhu9Kphg
 sz1rXcl1/0O9ryEJjIN+jfuRAP9RFCU07YOupuAL4mr+XTOj5b7SIMgxmBlC+hOt
 ql1WAA==
 =cbw6
 -----END PGP SIGNATURE-----

Merge tag 'nuvoton-arm64-7.1-devicetree-0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/bmc/linux into soc/dt

nuvoton: first batch of arm64 devicetree changes for v7.1

Just the one change this time, dropping syscon properties where they weren't
defined.

* tag 'nuvoton-arm64-7.1-devicetree-0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/bmc/linux:
  arm64: dts: nuvoton: drop unused syscon property from watchdog node

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2026-04-01 13:38:29 +02:00
commit 5ac16e6593

View File

@ -145,7 +145,6 @@ watchdog0: watchdog@801c {
reg = <0x801c 0x4>;
status = "disabled";
clocks = <&refclk>;
syscon = <&gcr>;
};
watchdog1: watchdog@901c {
@ -154,7 +153,6 @@ watchdog1: watchdog@901c {
reg = <0x901c 0x4>;
status = "disabled";
clocks = <&refclk>;
syscon = <&gcr>;
};
watchdog2: watchdog@a01c {
@ -163,7 +161,6 @@ watchdog2: watchdog@a01c {
reg = <0xa01c 0x4>;
status = "disabled";
clocks = <&refclk>;
syscon = <&gcr>;
};
};
};