lantiq - vgv7519: load rt5362 eeprom from bootloader param patition
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Oct 2014 20:08:30 +0000 (20:08 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Oct 2014 20:08:30 +0000 (20:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42824 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/lantiq/dts/VGV7519.dtsi
target/linux/lantiq/dts/VGV7519BRN.dts
target/linux/lantiq/dts/VGV7519NOR.dts

index 5664c13..3ebd5e8 100644 (file)
@@ -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)
index d652839..146d06a 100644 (file)
@@ -71,6 +71,8 @@
                                        lantiq,groups = "gphy0 led1", "gphy1 led0";
                                        lantiq,function = "gphy";
                                        lantiq,open-drain = <0>;
+                                       lantiq,pull = <0>;
+                                       lantiq,output = <1>;
                                };
                        };
                };
                phys = [ 00 01 ];
        };
 
+       ralink_eep {
+               compatible = "ralink,eeprom";
+               ralink,eeprom = "RT2860.eeprom";
+       };
+
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
index 53692a3..b885952 100644 (file)
                                        label = "rootfs_data";
                                        reg = <0x880000 0x780000>;
                                };
+
+                               partition@1f80000 {
+                                       label = "board_config";
+                                       reg = <0x40000 0x10000>;
+                                       read-only;
+                               };
                        };
                };
        };
index 283aa19..744efe6 100644 (file)
                                        // 0x1b0000 - 0x1000000 : rootfs (squashfs)
                                        // 0x390000 - 0x1000000 : rootfs_data
                                };
+
+                               partition@1f80000 {
+                                       label = "board_config";
+                                       reg = <0x40000 0x10000>;
+                                       read-only;
+                               };
                        };
                };
        };