[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#818386: Fix support for DRA7xx EVMs



Package: src:linux
Version: 4.4.4-2
Severity: important

The armmp kernel is supposed to support DRA7xx systems, but currently
fails to boot on the EVM as it's missing the driver for the GPIO
expanders.

Ben.

diff --git a/debian/changelog b/debian/changelog
index 8626fbb297af..f39d46d900a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,6 +78,7 @@ linux (4.4.5-1) UNRELEASED; urgency=medium
     - efi: Fix boot crash by always mapping boot service regions into new EFI
       page tables (Closes: #815125)
     - mm/pat: Fix boot crash when 1GB pages are not supported by cpu
+  * [armhf] gpio: Enable GPIO_PCF857X as module, needed by TI DRA7xx EVMs
 
   [ Ian Campbell ]
   * [arm64] Enable ARCH_HISI (Hisilicon) and the set of currently available
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 1c71d6d24a09..af73db29fefd 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -235,6 +235,7 @@ CONFIG_RASPBERRYPI_FIRMWARE=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_GENERIC_PLATFORM=m
 CONFIG_GPIO_PCA953X=m
+CONFIG_GPIO_PCF857X=m
 CONFIG_GPIO_DA9052=m
 CONFIG_GPIO_PALMAS=y
 CONFIG_GPIO_TWL4030=y
-- 
2.7.0


-- 
Ben Hutchings
Software Developer, Codethink Ltd.


Reply to: