mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
ARM: dts: imx6: pfla02: Rely on PMIC reboot/reset handler
Due to the missing signal connection between i.MX6 WDOG_B pin and the PMICs external reset, the internal i.MX6 watchdog is not able to reset the phyFLEX SoM properly. Thus disable the internal i.MX6 watchdog to prevent unexpected PMIC settings after reset. NOTE: This patch should not be backported as it might break existing uses and fixes in bootloaders. Signed-off-by: Andrej Picej <andrej.picej@norik.com> Reviewed-by: Stefan Riedmüller <s.riedmueller@phytec.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
d56b70c4e8
commit
0d03a557eb
|
|
@ -456,3 +456,11 @@ &usdhc3 {
|
|||
vmmc-supply = <&vdd_sd0_reg>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&wdog1 {
|
||||
/*
|
||||
* Rely on PMIC reboot handler. Internal i.MX6 watchdog, that is also
|
||||
* used for reboot, does not reset all external PMIC voltages on reset.
|
||||
*/
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user