diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 18:17:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 18:17:47 +0000 |
commit | a7bea11085c99c96e55f06e425bd695948afa743 (patch) | |
tree | 049afc3b485c13c66171a376c5b3adeec7fd2597 /target/linux/mvebu/patches-4.0/102-revert_i2c_delay.patch | |
parent | 1bb873c7d5929eb0c60c5b611e880f443ed90f5f (diff) | |
download | upstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.gz upstream-a7bea11085c99c96e55f06e425bd695948afa743.tar.bz2 upstream-a7bea11085c99c96e55f06e425bd695948afa743.zip |
kernel: remove linux 4.0
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45975 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/patches-4.0/102-revert_i2c_delay.patch')
-rw-r--r-- | target/linux/mvebu/patches-4.0/102-revert_i2c_delay.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/mvebu/patches-4.0/102-revert_i2c_delay.patch b/target/linux/mvebu/patches-4.0/102-revert_i2c_delay.patch deleted file mode 100644 index 42ee3b4743..0000000000 --- a/target/linux/mvebu/patches-4.0/102-revert_i2c_delay.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/arch/arm/boot/dts/armada-xp.dtsi -+++ b/arch/arm/boot/dts/armada-xp.dtsi -@@ -88,12 +88,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>; - }; - |