]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: nuvoton: drop unused syscon property from watchdog node
authorTomer Maimon <tmaimon77@gmail.com>
Wed, 18 Feb 2026 18:48:00 +0000 (20:48 +0200)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Sun, 22 Feb 2026 23:13:36 +0000 (09:43 +1030)
The NPCM8XX DTSI currently includes a 'syscon' phandle in the watchdog
node, but this property is not used by any upstream driver and is not
documented in the NPCM watchdog binding. Since it was never reviewed and
does not form part of the DT ABI, remove it.

[arj: Drop 'safely' language in line with Krzysztof's commentary]

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260218184800.2261674-1-tmaimon77@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi

index 24133528b8e93b64e4c59144de7b423a62531f8c..c781190b42c51981018f84a5cab8102c00053a1d 100644 (file)
                                reg = <0x801c 0x4>;
                                status = "disabled";
                                clocks = <&refclk>;
-                               syscon = <&gcr>;
                        };
 
                        watchdog1: watchdog@901c {
                                reg = <0x901c 0x4>;
                                status = "disabled";
                                clocks = <&refclk>;
-                               syscon = <&gcr>;
                        };
 
                        watchdog2: watchdog@a01c {
                                reg = <0xa01c 0x4>;
                                status = "disabled";
                                clocks = <&refclk>;
-                               syscon = <&gcr>;
                        };
                };
        };