@@ -106,6 +106,7 @@ config ARCH_SHMOBILE
config ARCH_RENESAS
bool "Renesas SoC Platforms"
select ARCH_SHMOBILE
+ select BOOT_MODE_REG_RCAR
select PINCTRL
select PM
select PM_GENERIC_DOMAINS
@@ -48,7 +48,9 @@ int __init rcar_init_boot_mode(void)
of_machine_is_compatible("renesas,r8a7791") ||
of_machine_is_compatible("renesas,r8a7792") ||
of_machine_is_compatible("renesas,r8a7793") ||
- of_machine_is_compatible("renesas,r8a7794"))
+ of_machine_is_compatible("renesas,r8a7794") ||
+ of_machine_is_compatible("renesas,r8a7795") ||
+ of_machine_is_compatible("renesas,r8a7796"))
return rcar_read_mode_pins();
return 0;