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>
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>;
};
};
};