diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:13:10 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-17 15:13:10 +0000 |
commit | b3ca5188500e75c541ed7904faf5cdc174d1daf8 (patch) | |
tree | 8e49b4fed47204d364c9b2097a3b2b7cd012b2a9 /target/linux/mvebu/patches-3.14/002-revert_i2c_delay.patch | |
parent | f71d455502323e4bce3df847fb5481adcf5602c7 (diff) | |
download | master-187ad058-b3ca5188500e75c541ed7904faf5cdc174d1daf8.tar.gz master-187ad058-b3ca5188500e75c541ed7904faf5cdc174d1daf8.tar.bz2 master-187ad058-b3ca5188500e75c541ed7904faf5cdc174d1daf8.zip |
[mvebu]: preliminary support for the WRT1900AC (work in progress)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41232 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/patches-3.14/002-revert_i2c_delay.patch')
-rw-r--r-- | target/linux/mvebu/patches-3.14/002-revert_i2c_delay.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.14/002-revert_i2c_delay.patch b/target/linux/mvebu/patches-3.14/002-revert_i2c_delay.patch new file mode 100644 index 0000000000..77dc1a6383 --- /dev/null +++ b/target/linux/mvebu/patches-3.14/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>; + }; + |