Skip to content

Commit c1ceb9c

Browse files
openedevmmind
authored andcommitted
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>
1 parent 3526df3 commit c1ceb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ CONFIG_GPIO_PCA953X_IRQ=y
618618
CONFIG_GPIO_BD9571MWV=m
619619
CONFIG_GPIO_MAX77620=y
620620
CONFIG_GPIO_SL28CPLD=m
621+
CONFIG_GPIO_SYSCON=y
621622
CONFIG_POWER_RESET_MSM=y
622623
CONFIG_POWER_RESET_QCOM_PON=m
623624
CONFIG_POWER_RESET_XGENE=y

0 commit comments

Comments
 (0)