diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-05-20 16:16:47 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-05-20 16:16:47 +0100 |
commit | f9f903c65546c89b74d3e9b06eacd713ec1cf73f (patch) | |
tree | 33935c3b9c583c8e06b797de1bf600bd5f2c799e | |
parent | d627c1d2dbc5eb57d8818cc513d5518b108e1889 (diff) | |
download | kernel-f9f903c65546c89b74d3e9b06eacd713ec1cf73f.tar.gz kernel-f9f903c65546c89b74d3e9b06eacd713ec1cf73f.tar.xz kernel-f9f903c65546c89b74d3e9b06eacd713ec1cf73f.zip |
fix network on imx6 devices with AR803x phy, add Bosch BMA180 accel iio driver found on some arm tablets and other devices
-rw-r--r-- | configs/fedora/generic/arm/CONFIG_BMA180 | 1 | ||||
-rw-r--r-- | kernel-aarch64-debug.config | 2 | ||||
-rw-r--r-- | kernel-aarch64.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-debug.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-lpae-debug.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl-lpae.config | 2 | ||||
-rw-r--r-- | kernel-armv7hl.config | 2 | ||||
-rw-r--r-- | kernel.spec | 2 |
8 files changed, 9 insertions, 6 deletions
diff --git a/configs/fedora/generic/arm/CONFIG_BMA180 b/configs/fedora/generic/arm/CONFIG_BMA180 new file mode 100644 index 000000000..493e120ac --- /dev/null +++ b/configs/fedora/generic/arm/CONFIG_BMA180 @@ -0,0 +1 @@ +CONFIG_BMA180=m diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index ee7309990..cd77f97f9 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -622,7 +622,7 @@ CONFIG_BLK_DEV_ZONED=y CONFIG_BLK_SED_OPAL=y CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-aarch64.config b/kernel-aarch64.config index a0ed7f44a..cac2cd8eb 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -622,7 +622,7 @@ CONFIG_BLK_DEV_ZONED=y CONFIG_BLK_SED_OPAL=y CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config index 397a8e2f3..2c347d160 100644 --- a/kernel-armv7hl-debug.config +++ b/kernel-armv7hl-debug.config @@ -633,7 +633,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config index 030f42e79..3cb15ca3e 100644 --- a/kernel-armv7hl-lpae-debug.config +++ b/kernel-armv7hl-lpae-debug.config @@ -610,7 +610,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config index 15cd93aee..4a1ee9519 100644 --- a/kernel-armv7hl-lpae.config +++ b/kernel-armv7hl-lpae.config @@ -610,7 +610,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config index 3236182d4..b6cfbed84 100644 --- a/kernel-armv7hl.config +++ b/kernel-armv7hl.config @@ -633,7 +633,7 @@ CONFIG_BLK_WBT_MQ=y CONFIG_BLK_WBT=y # CONFIG_BL_SWITCHER_DUMMY_IF is not set CONFIG_BL_SWITCHER=y -# CONFIG_BMA180 is not set +CONFIG_BMA180=m # CONFIG_BMA220 is not set CONFIG_BMC150_ACCEL=m # CONFIG_BMC150_MAGN_I2C is not set diff --git a/kernel.spec b/kernel.spec index f22aa9ecd..367ace4fe 100644 --- a/kernel.spec +++ b/kernel.spec @@ -554,6 +554,8 @@ Patch306: arm-sdhci-esdhc-imx-fixes.patch Patch307: arm64-rock960-enable-tsadc.patch +Patch308: ARM-dts-imx-Fix-the-AR803X-p-mode.patch + Patch330: bcm2835-cpufreq-add-CPU-frequency-control-driver.patch Patch331: watchdog-bcm2835_wdt-Fix-module-autoload.patch |