summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch')
-rw-r--r--configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch b/configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch
new file mode 100644
index 0000000..5fc5645
--- /dev/null
+++ b/configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch
@@ -0,0 +1,23 @@
+From: Sascha Hauer <s.hauer@pengutronix.de>
+Date: Tue, 7 Jan 2020 10:58:37 +0100
+Subject: [PATCH] ARM: rpi_defconfig: Enable raspberry GPIO exp driver
+
+Enable the recently introduced GPIO exp driver.
+
+Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
+---
+ arch/arm/configs/rpi_defconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/arm/configs/rpi_defconfig b/arch/arm/configs/rpi_defconfig
+index 0ae0c42b12d7..3813b837dd35 100644
+--- a/arch/arm/configs/rpi_defconfig
++++ b/arch/arm/configs/rpi_defconfig
+@@ -72,6 +72,7 @@ CONFIG_LED_GPIO=y
+ CONFIG_LED_TRIGGERS=y
+ CONFIG_WATCHDOG=y
+ CONFIG_WATCHDOG_BCM2835=y
++CONFIG_GPIO_RASPBERRYPI_EXP=y
+ CONFIG_PINCTRL_BCM283X=y
+ CONFIG_REGULATOR=y
+ CONFIG_FS_EXT4=y