aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-08-08 13:55:30 +0000
committerLuka Perkov <luka@openwrt.org>2014-08-08 13:55:30 +0000
commit7116b091eba71ea7ffcda28a03a2ea1665df5931 (patch)
treeb1f3ace542e864e355c569b1dcd8d2c3af36364d /target/linux/kirkwood/patches-3.10/110-ib62x0.patch
parentf767d83b67b9657dae4f06038c9672e52249e86c (diff)
downloadupstream-7116b091eba71ea7ffcda28a03a2ea1665df5931.tar.gz
upstream-7116b091eba71ea7ffcda28a03a2ea1665df5931.tar.bz2
upstream-7116b091eba71ea7ffcda28a03a2ea1665df5931.zip
kirkwood: drop 3.10 support
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 42077
Diffstat (limited to 'target/linux/kirkwood/patches-3.10/110-ib62x0.patch')
-rw-r--r--target/linux/kirkwood/patches-3.10/110-ib62x0.patch87
1 files changed, 0 insertions, 87 deletions
diff --git a/target/linux/kirkwood/patches-3.10/110-ib62x0.patch b/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
deleted file mode 100644
index 5ac99729f2..0000000000
--- a/target/linux/kirkwood/patches-3.10/110-ib62x0.patch
+++ /dev/null
@@ -1,87 +0,0 @@
---- a/arch/arm/boot/dts/kirkwood-ib62x0.dts
-+++ b/arch/arm/boot/dts/kirkwood-ib62x0.dts
-@@ -5,7 +5,7 @@
-
- / {
- model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
-- compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
-+ compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
-
- memory {
- device_type = "memory";
-@@ -50,6 +50,7 @@
- marvell,function = "gpio";
- };
- };
-+
- serial@12000 {
- status = "okay";
- };
-@@ -64,19 +65,23 @@
-
- partition@0 {
- label = "u-boot";
-- reg = <0x0000000 0x100000>;
-+ reg = <0x0000000 0xe0000>;
-+ };
-+
-+ partition@e0000 {
-+ label = "u-boot environment";
-+ reg = <0xe0000 0x100000>;
- };
-
- partition@100000 {
-- label = "uImage";
-- reg = <0x0100000 0x600000>;
-+ label = "second stage u-boot";
-+ reg = <0x100000 0x200000>;
- };
-
-- partition@700000 {
-+ partition@200000 {
- label = "root";
-- reg = <0x0700000 0xf900000>;
-+ reg = <0x200000 0xfe00000>;
- };
--
- };
- };
-
-@@ -84,6 +89,7 @@
- compatible = "gpio-keys";
- #address-cells = <1>;
- #size-cells = <0>;
-+
- button@1 {
- label = "USB Copy";
- linux,code = <133>;
-@@ -95,6 +101,7 @@
- gpios = <&gpio0 28 1>;
- };
- };
-+
- gpio-leds {
- compatible = "gpio-leds";
-
-@@ -112,12 +119,11 @@
- gpios = <&gpio0 27 0>;
- };
- };
-+
- gpio_poweroff {
- compatible = "gpio-poweroff";
- gpios = <&gpio0 24 0>;
- };
--
--
- };
-
- &mdio {
-@@ -131,6 +137,7 @@
-
- &eth0 {
- status = "okay";
-+
- ethernet0-port@0 {
- phy-handle = <&ethphy0>;
- };