Skip to content

Commit 17a3657

Browse files
andredkrzk
authored andcommitted
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 <[email protected]> Reviewed-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4292d18 commit 17a3657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,7 @@
14291429
offset = <0x0810>; /* EXYNOS_PMU_SYSIP_DAT0 */
14301430
mode-bootloader = <0xfc>;
14311431
mode-charge = <0x0a>;
1432+
mode-dm-verity-device-corrupted = <0x50>;
14321433
mode-fastboot = <0xfa>;
14331434
mode-reboot-ab-update = <0x52>;
14341435
mode-recovery = <0xff>;

0 commit comments

Comments
 (0)