aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch
diff options
context:
space:
mode:
authorYutang Jiang <yutang.jiang@nxp.com>2016-12-28 01:28:02 +0800
committerJo-Philipp Wich <jo@mein.io>2017-01-03 15:19:15 +0100
commit799d0dddf608ff012b49282d5832ddd2ef1b916e (patch)
tree9ecd5688dbc1283091090d99165f31ad9ecef11d /target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch
parent1866368a8ab8cacf73aa47f67138040d5620439d (diff)
downloadupstream-799d0dddf608ff012b49282d5832ddd2ef1b916e.tar.gz
upstream-799d0dddf608ff012b49282d5832ddd2ef1b916e.tar.bz2
upstream-799d0dddf608ff012b49282d5832ddd2ef1b916e.zip
layerscape: add ls2088ardb device support
The QorIQ LS2088A processor is built on the Layerscape architecture combining eight ARM A72 processor cores with advanced, high-performance datapath acceleration and network, peripheral interfaces required for networking, telecom, wireless infrastructure, aerospace applications and general-purpose embedded applications. Features summary: - Eight 64-bit ARM v8 Cortex-A72 CPUs - Two 64-bit DDR4 SDRAM memory controller with ECC - One 32-bit DDR3 SDRAM memory controller with ECC - Data path acceleration architecture 2.0 (DPAA2) - Ethernet interfaces - IFC, 4 PCIe, 2 SATA, 2 USB, 1 SDXC, 2 DUARTs etc Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch')
-rw-r--r--target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch b/target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch
new file mode 100644
index 0000000000..d8f6c2b7df
--- /dev/null
+++ b/target/linux/layerscape/patches-4.4/0238-arm64-disable-CONFIG_EEPROM_AT24-for-freescale.confi.patch
@@ -0,0 +1,29 @@
+From fbc31a61b7bcfbc9ae1a8acda547de891f4b8ee4 Mon Sep 17 00:00:00 2001
+From: Yangbo Lu <yangbo.lu@nxp.com>
+Date: Mon, 31 Oct 2016 17:50:03 +0800
+Subject: [PATCH 238/238] arm64: disable CONFIG_EEPROM_AT24 for
+ freescale.config
+
+Disable CONFIG_EEPROM_AT24 in freescale.config. Otherwise, i2cdump
+for EEPROM will get resource busy issue.
+
+Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
+---
+ arch/arm64/configs/freescale.config | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/arch/arm64/configs/freescale.config b/arch/arm64/configs/freescale.config
+index a31951c..5447d7a 100644
+--- a/arch/arm64/configs/freescale.config
++++ b/arch/arm64/configs/freescale.config
+@@ -121,7 +121,6 @@ CONFIG_IMX2_WDT=y
+ CONFIG_HWMON=y
+ CONFIG_SENSORS_LM90=y
+ CONFIG_SENSORS_INA2XX=y
+-CONFIG_EEPROM_AT24=y
+ # lpuart
+ CONFIG_SERIAL_FSL_LPUART=y
+ CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
+--
+1.7.9.5
+