mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
arm64: dts: mt8195-cherry-tomato: change watchdog reset boot flow
[ Upstream commit ef569d5db50e7edd709e482157769a5b3c367e22 ]
The external output reset signal was originally disabled and sent from
firmware. However, an unfixed bug in the firmware on tomato prevents
the signal from being sent, causing the device to fail to boot. To fix
this, enable external output reset signal to allow the device to reboot
normally.
Fixes: 5eb2e303ec ("arm64: dts: mediatek: Introduce MT8195 Cherry platform's Tomato")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240124-send-upstream-v3-1-5097c9862a73@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Sasha Levin
parent
4c51575705
commit
c20211d3df
@@ -13,3 +13,7 @@
|
||||
&ts_10 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&watchdog {
|
||||
/delete-property/ mediatek,disable-extrst;
|
||||
};
|
||||
|
||||
@@ -33,3 +33,7 @@
|
||||
&ts_10 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&watchdog {
|
||||
/delete-property/ mediatek,disable-extrst;
|
||||
};
|
||||
|
||||
@@ -34,3 +34,7 @@
|
||||
&ts_10 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&watchdog {
|
||||
/delete-property/ mediatek,disable-extrst;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user