mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
arm64: dts: freescale: add bootph-all to watchdog nodes for i.MX platforms
Add the bootph-all property to ULP watchdog nodes across multiple i.MX SoC device trees, ensuring the watchdog is available during all boot phases. The affected watchdog nodes are: - imx8ulp: wdog3 - imx91/93: wdog3, wdog4, wdog5 - imx94: wdog3 - imx95: wdog3 - imx952: wdog3 Signed-off-by: Alice Guo <alice.guo@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
2521addd5d
commit
06d4011278
|
|
@ -302,6 +302,7 @@ wdog3: watchdog@292a0000 {
|
|||
assigned-clocks = <&pcc3 IMX8ULP_CLK_WDOG3>;
|
||||
assigned-clock-parents = <&cgc1 IMX8ULP_CLK_SOSC_DIV2>;
|
||||
timeout-sec = <40>;
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
cgc1: clock-controller@292c0000 {
|
||||
|
|
|
|||
|
|
@ -525,6 +525,7 @@ wdog3: watchdog@42490000 {
|
|||
clocks = <&clk IMX93_CLK_WDOG3_GATE>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
wdog4: watchdog@424a0000 {
|
||||
|
|
@ -534,6 +535,7 @@ wdog4: watchdog@424a0000 {
|
|||
clocks = <&clk IMX93_CLK_WDOG4_GATE>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
wdog5: watchdog@424b0000 {
|
||||
|
|
@ -543,6 +545,7 @@ wdog5: watchdog@424b0000 {
|
|||
clocks = <&clk IMX93_CLK_WDOG5_GATE>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
tpm3: pwm@424e0000 {
|
||||
|
|
|
|||
|
|
@ -1290,6 +1290,18 @@ wdog3: watchdog@49220000 {
|
|||
timeout-sec = <40>;
|
||||
fsl,ext-reset-output;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
wdog4: watchdog@49230000 {
|
||||
compatible = "fsl,imx94-wdt", "fsl,imx93-wdt";
|
||||
reg = <0x49230000 0x10000>;
|
||||
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&scmi_clk IMX94_CLK_BUSWAKEUP>;
|
||||
timeout-sec = <40>;
|
||||
fsl,ext-reset-output;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -795,6 +795,17 @@ wdog3: watchdog@42490000 {
|
|||
clocks = <&scmi_clk IMX95_CLK_BUSWAKEUP>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
wdog4: watchdog@424a0000 {
|
||||
compatible = "fsl,imx93-wdt";
|
||||
reg = <0x424a0000 0x10000>;
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&scmi_clk IMX95_CLK_BUSWAKEUP>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
tpm3: pwm@424e0000 {
|
||||
|
|
|
|||
|
|
@ -371,6 +371,17 @@ wdog3: watchdog@420b0000 {
|
|||
clocks = <&scmi_clk IMX952_CLK_BUSWAKEUP>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
wdog4: watchdog@420c0000 {
|
||||
compatible = "fsl,imx93-wdt";
|
||||
reg = <0x420c0000 0x10000>;
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&scmi_clk IMX952_CLK_BUSWAKEUP>;
|
||||
timeout-sec = <40>;
|
||||
status = "disabled";
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
tpm3: pwm@42100000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user