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:
authorSascha Hauer <s.hauer@pengutronix.de>2020-01-08 11:16:10 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-01-08 23:09:03 +0100
commitce5acf4bfd25d7220e71befd86d6b4e1086273ed (patch)
tree14d0b74012d0d0afdf4b0862a40dbb9bcfb2acfb /configs/platform-v7a/patches/barebox-2019.12.0/0014-ARM-rpi_defconfig-Enable-raspberry-GPIO-exp-driver.patch
parent68bfd2e1fb896d730ff6256d519f954988bf02b9 (diff)
downloadDistroKit-ce5acf4bfd25d7220e71befd86d6b4e1086273ed.tar.gz
DistroKit-ce5acf4bfd25d7220e71befd86d6b4e1086273ed.tar.xz
platform-v7a: Add barebox patchstack
This adds a barebox patchstack which is needed for the rasperrypi which otherwise issues several warnings during boot. While at it add DWC2 USB support as well to finally get networking support for the raspberrypi. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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