From: André Draszik Date: Sat, 24 May 2025 05:21:31 +0000 (+0100) Subject: arm64: dts: exynos: gs101: add dm-verity-device-corrupted syscon-reboot-mode X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=17a3657e09a326b3417a46ae0044163f2c9c03ed;p=users%2Fjedix%2Flinux-maple.git arm64: dts: exynos: gs101: add dm-verity-device-corrupted syscon-reboot-mode On gs101, the boot mode is stored both in a syscon register, and in nvmem. Add the dm-verity-device-corrupted reboot mode to the syscon-reboot- based boot mode as well, as both (nvmem & syscon) modes should be in sync. Signed-off-by: André Draszik Reviewed-by: Peter Griffin Link: https://lore.kernel.org/r/20250524-b4-max77759-mfd-dts-v2-4-b479542eb97d@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi index 94aa0ffb9a976..7fc3d803de39e 100644 --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi @@ -1429,6 +1429,7 @@ offset = <0x0810>; /* EXYNOS_PMU_SYSIP_DAT0 */ mode-bootloader = <0xfc>; mode-charge = <0x0a>; + mode-dm-verity-device-corrupted = <0x50>; mode-fastboot = <0xfa>; mode-reboot-ab-update = <0x52>; mode-recovery = <0xff>;