Commit 8556ffdab78b0692da5678f4b41834cb2ddfcfcd

Authored by Suman Anna
Committed by Tero Kristo
1 parent d023be6484

ti_config_fragments/baseport: enable reset-syscon driver

Enable the SYSCON based Reset driver required for the reset
management of remote processor devices on Keystone 2 family of
SoCs (K2HK/K2L/K2E). The driver is built-in by default to reduce
the chances of deferred probing.

Signed-off-by: Suman Anna <s-anna@ti.com>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

ti_config_fragments/baseport.cfg
... ... @@ -72,6 +72,9 @@
72 72 # Enable SCI Generic PM domains
73 73 CONFIG_TI_SCI_PM_DOMAINS=y
74 74  
  75 +# Enable Reset Controllers
  76 +CONFIG_SYSCON_RESET=y
  77 +
75 78 CONFIG_REGULATOR=y
76 79 CONFIG_REGULATOR_FIXED_VOLTAGE=y
77 80