diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2023-07-19 12:24:27 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-07-28 21:37:59 +0200 |
commit | c1ceb9ccdb2ef1bff7bbb832af4870def0cc3534 (patch) | |
tree | 936ba4f1b39e61a36969957cc18b129ba411bdf5 /arch/arm64/configs | |
parent | arm64: defconfig: Enable Rockchip OTP memory driver (diff) | |
download | linux-c1ceb9ccdb2ef1bff7bbb832af4870def0cc3534.tar.xz linux-c1ceb9ccdb2ef1bff7bbb832af4870def0cc3534.zip |
arm64: defconfig: Enable GPIO_SYSCON
roc-rk3328-cc board has vcc_sdio regulator controlled by a special
output only gpio pin. This special pin can now be reference as
<&grf_gpio 0> via gpio-syscon driver, as mentioned in below commit.
commit <99165b93dafe> ("arm64: dts: rockchip: add sdmmc UHS support for
roc-rk3328-cc")
So, enable bydefault on the defconfig.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20230719102427.3617577-1-jagan@amarulasolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9552a12c107d..3ab918503eed 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -618,6 +618,7 @@ CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_BD9571MWV=m CONFIG_GPIO_MAX77620=y CONFIG_GPIO_SL28CPLD=m +CONFIG_GPIO_SYSCON=y CONFIG_POWER_RESET_MSM=y CONFIG_POWER_RESET_QCOM_PON=m CONFIG_POWER_RESET_XGENE=y |