diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-11-24 16:00:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-11-24 16:00:41 +0000 |
commit | f3df3bdb26157966ec6425397ef96cd489c631b1 (patch) | |
tree | 5f691de4be8c15b7044f714474c327620e0970d6 /target/linux/mvebu/patches-3.18/002-revert_i2c_delay.patch | |
parent | 2e3b84c3b596eb4905f4c433923786fbfa7c9cec (diff) | |
download | upstream-f3df3bdb26157966ec6425397ef96cd489c631b1.tar.gz upstream-f3df3bdb26157966ec6425397ef96cd489c631b1.tar.bz2 upstream-f3df3bdb26157966ec6425397ef96cd489c631b1.zip |
add initial 3.18 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43366
Diffstat (limited to 'target/linux/mvebu/patches-3.18/002-revert_i2c_delay.patch')
-rw-r--r-- | target/linux/mvebu/patches-3.18/002-revert_i2c_delay.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.18/002-revert_i2c_delay.patch b/target/linux/mvebu/patches-3.18/002-revert_i2c_delay.patch new file mode 100644 index 0000000000..77dc1a6383 --- /dev/null +++ b/target/linux/mvebu/patches-3.18/002-revert_i2c_delay.patch @@ -0,0 +1,15 @@ +--- a/arch/arm/boot/dts/armada-xp.dtsi ++++ b/arch/arm/boot/dts/armada-xp.dtsi +@@ -43,12 +43,10 @@ + }; + + i2c0: i2c@11000 { +- compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c"; + reg = <0x11000 0x100>; + }; + + i2c1: i2c@11100 { +- compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c"; + reg = <0x11100 0x100>; + }; + |