summaryrefslogtreecommitdiffstats
path: root/target/linux/imx23/patches
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2013-07-04 22:25:26 +0000
committerZoltan Herpai <wigyori@uid0.hu>2013-07-04 22:25:26 +0000
commitde17203c855d17916e167d2889e3141f3f69dbb7 (patch)
tree56f08d943760cac0d19adf40955505bec6e9bb46 /target/linux/imx23/patches
parent00b5a145677ac890f694898a8d095ad10574abdb (diff)
downloadmaster-31e0f0ae-de17203c855d17916e167d2889e3141f3f69dbb7.tar.gz
master-31e0f0ae-de17203c855d17916e167d2889e3141f3f69dbb7.tar.bz2
master-31e0f0ae-de17203c855d17916e167d2889e3141f3f69dbb7.zip
imx23: bump kernel to 3.10
- fix BOARDNAME - add profile for Olinuxino boards - prep image Makefile for u-boot inclusion, separate out bootlet build - update kernel config to reflect updated chipidea requirements - update rtc/watchdog config Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37175
Diffstat (limited to 'target/linux/imx23/patches')
-rw-r--r--target/linux/imx23/patches/100-imx23-i2c.patch77
1 files changed, 0 insertions, 77 deletions
diff --git a/target/linux/imx23/patches/100-imx23-i2c.patch b/target/linux/imx23/patches/100-imx23-i2c.patch
deleted file mode 100644
index 2a3fa1e3c1..0000000000
--- a/target/linux/imx23/patches/100-imx23-i2c.patch
+++ /dev/null
@@ -1,77 +0,0 @@
---- a/arch/arm/boot/dts/imx23.dtsi
-+++ b/arch/arm/boot/dts/imx23.dtsi
-@@ -292,8 +292,42 @@
- fsl,voltage = <1>;
- fsl,pull-up = <1>;
- };
-- };
-
-+ i2c0_pins_a: i2c0@0 {
-+ reg = <0>;
-+ fsl,pinmux-ids = <
-+ 0x01e0 /* MX23_PAD_I2C_SCL__I2C_SCL */
-+ 0x01f0 /* MX23_PAD_I2C_SDA__I2C_SDA */
-+ >;
-+ fsl,drive-strength = <1>;
-+ fsl,voltage = <1>;
-+ fsl,pull-up = <1>;
-+ };
-+
-+ i2c1_pins_a: i2c1@0 {
-+ reg = <0>;
-+ fsl,pinmux-ids = <
-+ 0x1171 /* MX23_PAD_LCD_ENABLE__I2C_SCL */
-+ 0x1181 /* MX23_PAD_LCD_HSYNC__I2C_SDA */
-+ >;
-+ fsl,drive-strength = <1>;
-+ fsl,voltage = <1>;
-+ fsl,pull-up = <1>;
-+ };
-+
-+ i2c2_pins_a: i2c2@0 {
-+ reg = <0>;
-+ fsl,pinmux-ids = <
-+ 0x2031 /* MX23_PAD_SSP1_DATA1__I2C_SCL */
-+ 0x2041 /* MX23_PAD_SSP1_DATA2__I2C_SDA */
-+ >;
-+ fsl,drive-strength = <1>;
-+ fsl,voltage = <1>;
-+ fsl,pull-up = <1>;
-+ };
-+
-+ };
-+
- digctl@8001c000 {
- reg = <0x8001c000 2000>;
- status = "disabled";
-@@ -402,8 +436,14 @@
- status = "disabled";
- };
-
-- i2c@80058000 {
-+ i2c0: i2c@80058000 {
-+ #address-cells = <1>;
-+ #size-cells = <0>;
-+ compatible = "fsl,imx28-i2c";
- reg = <0x80058000 0x2000>;
-+ interrupts = <27 26>;
-+ clock-frequency = <100000>;
-+ fsl,i2c-dma-channel = <3>;
- status = "disabled";
- };
-
---- a/arch/arm/boot/dts/imx23-olinuxino.dts
-+++ b/arch/arm/boot/dts/imx23-olinuxino.dts
-@@ -68,6 +68,12 @@
- };
-
- apbx@80040000 {
-+ i2c0: i2c@80058000 {
-+ pinctrl-names = "default";
-+ pinctrl-0 = <&i2c1_pins_a>;
-+ status = "okay";
-+ };
-+
- duart: serial@80070000 {
- pinctrl-names = "default";
- pinctrl-0 = <&duart_pins_a>;