-
- Downloads
arm64: dts: mediatek: Don't disable external reset for Genio boards
On Genio platforms, the external reset (PMIC_WATCHDOG pin) is routed to
the PMIC, so that once the watchdog is triggered, the PMIC also gets
reset. Meanwhile, on Chromebooks, the PMIC is reset by the Embedded
Controller (EC), so no external reset signal is needed.
For this reason, Genio platforms need the external reset to be triggered
in order to be able to properly boot, but the current DTs disable the
external reset at the common SoC dtsi. Move this property to the
Chromebook base board dtsis instead.
With this change, Genio 700 and 1200 EVK boards are able to successfully
boot after being reset by the watchdog.
Signed-off-by:
Nícolas F. R. A. Prado <nfraprado@collabora.com>
Showing
- arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi 4 additions, 0 deletionsarch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi
- arch/arm64/boot/dts/mediatek/mt8188.dtsi 0 additions, 1 deletionarch/arm64/boot/dts/mediatek/mt8188.dtsi
- arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi 4 additions, 0 deletionsarch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi
- arch/arm64/boot/dts/mediatek/mt8195.dtsi 0 additions, 1 deletionarch/arm64/boot/dts/mediatek/mt8195.dtsi
Please sign in to comment