mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: renesas: eagle/v3msk: Mark SWDT as reserved
This watchdog can't be used with Linux because the firmware needs it on V3M boards. Sadly, it doesn't mark the node as reserved, so this is added manually here. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20250925093941.8800-26-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
d3034fa6a2
commit
502679d256
@@ -417,3 +417,8 @@
|
||||
&scif_clk {
|
||||
clock-frequency = <14745600>;
|
||||
};
|
||||
|
||||
/* Firmware should reserve it but sadly doesn't */
|
||||
&swdt {
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
@@ -299,3 +299,8 @@
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Firmware should reserve it but sadly doesn't */
|
||||
&swdt {
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user