aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Muntsinger <muntsinger@google.com>2020-01-03 15:15:00 -0800
committerTristan Muntsinger <muntsinger@google.com>2020-01-03 15:20:03 -0800
commit8511c75bb4fe3ec225dad073208d17aa71330e8e (patch)
tree4e594f6da86dfa72aa4d5e68bd1597a81dabde81
parent7005e20bb06231547268f2964b6c2bd68b427603 (diff)
downloadu-boot-8511c75bb4fe3ec225dad073208d17aa71330e8e.tar.gz
ANDROID: Enable Rockchip GPIO command
This enables the Rockchip GPIO command in U-Boot with the intent for it to be used to toggle the PoE (Power-over-Ethernet) fan. Bug: 147114554 Test: local build and boot Signed-off-by: Tristan Muntsinger <muntsinger@google.com> Change-Id: I1a46c5405bd960f32ed88c79aaf9aeb679069f4c
-rw-r--r--configs/rock-pi-4-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig
index b87cb7b4aa..b67cb048e0 100644
--- a/configs/rock-pi-4-rk3399_defconfig
+++ b/configs/rock-pi-4-rk3399_defconfig
@@ -28,6 +28,8 @@ CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent
CONFIG_ENV_IS_IN_MMC=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_ROCKCHIP_GPIO=y
+CONFIG_DM_GPIO=y
+CONFIG_CMD_GPIO=y
CONFIG_SYS_I2C_ROCKCHIP=y
CONFIG_MISC=y
CONFIG_ROCKCHIP_EFUSE=y