summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-06 20:08:30 +0000
committerJohn Crispin <john@openwrt.org>2014-10-06 20:08:30 +0000
commitc085d07ee3b18bbbf702325ebfd726e08f836ad8 (patch)
tree7dd9ee7ec4916123b49aa60ef3dca59bf1f40e9f /target/linux/lantiq
parent6a961da2318a808c2d8a041d530a03fa9542d735 (diff)
downloadmaster-31e0f0ae-c085d07ee3b18bbbf702325ebfd726e08f836ad8.tar.gz
master-31e0f0ae-c085d07ee3b18bbbf702325ebfd726e08f836ad8.tar.bz2
master-31e0f0ae-c085d07ee3b18bbbf702325ebfd726e08f836ad8.zip
lantiq - vgv7519: load rt5362 eeprom from bootloader param patition
SVN-Revision: 42824
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom2
-rw-r--r--target/linux/lantiq/dts/VGV7519.dtsi7
-rw-r--r--target/linux/lantiq/dts/VGV7519BRN.dts6
-rw-r--r--target/linux/lantiq/dts/VGV7519NOR.dts6
4 files changed, 20 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
index 5664c13ea8..3ebd5e83b2 100644
--- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
+++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -35,7 +35,7 @@ case "$FIRMWARE" in
"RT2860.eeprom" )
local board=$(lantiq_board_name)
case $board in
- ARV7510PW22|ARV7519PW|ARV752DPW|ARV752DPW22)
+ ARV7510PW22|ARV7519PW|ARV752DPW|ARV752DPW22|VGV7519)
rt2x00_eeprom_extract "board_config" 520 256 1
;;
ARV7525PW)
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index d652839d40..146d06ad71 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -71,6 +71,8 @@
lantiq,groups = "gphy0 led1", "gphy1 led0";
lantiq,function = "gphy";
lantiq,open-drain = <0>;
+ lantiq,pull = <0>;
+ lantiq,output = <1>;
};
};
};
@@ -217,6 +219,11 @@
phys = [ 00 01 ];
};
+ ralink_eep {
+ compatible = "ralink,eeprom";
+ ralink,eeprom = "RT2860.eeprom";
+ };
+
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
diff --git a/target/linux/lantiq/dts/VGV7519BRN.dts b/target/linux/lantiq/dts/VGV7519BRN.dts
index 53692a37ea..b885952b05 100644
--- a/target/linux/lantiq/dts/VGV7519BRN.dts
+++ b/target/linux/lantiq/dts/VGV7519BRN.dts
@@ -22,6 +22,12 @@
label = "rootfs_data";
reg = <0x880000 0x780000>;
};
+
+ partition@1f80000 {
+ label = "board_config";
+ reg = <0x40000 0x10000>;
+ read-only;
+ };
};
};
};
diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts
index 283aa19bf4..744efe6e34 100644
--- a/target/linux/lantiq/dts/VGV7519NOR.dts
+++ b/target/linux/lantiq/dts/VGV7519NOR.dts
@@ -30,6 +30,12 @@
// 0x1b0000 - 0x1000000 : rootfs (squashfs)
// 0x390000 - 0x1000000 : rootfs_data
};
+
+ partition@1f80000 {
+ label = "board_config";
+ reg = <0x40000 0x10000>;
+ read-only;
+ };
};
};
};