aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-05-02 18:50:06 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:17:40 +0200
commita7ea2c9f5c0d28e221481e5d1aafbd7a70270d1b (patch)
tree490ccae952b6426d7ca29ae371c02f94cf4667ad /target/linux
parent7617b38904a2c557a9b7e14554d7f5d98df8e07f (diff)
downloadmaster-187ad058-a7ea2c9f5c0d28e221481e5d1aafbd7a70270d1b.tar.gz
master-187ad058-a7ea2c9f5c0d28e221481e5d1aafbd7a70270d1b.tar.bz2
master-187ad058-a7ea2c9f5c0d28e221481e5d1aafbd7a70270d1b.zip
lantiq: VG3503J - use the same PHY led functionality as the OEM firmware
Based on the vg3503j_gphy_led.sh script published in the VG3503J wiki article, the OEM Firmware uses the following PHY led functionality: gphy led 0: LINK/ACTIVITY gphy led 1: LINK gphy led 2: ACTIVITY Signed-off-by: Mathias Kresin <openwrt@kresin.me> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49278 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/lantiq/dts/VG3503J.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dtsi b/target/linux/lantiq/dts/VG3503J.dtsi
index 780d838206..62a336c497 100644
--- a/target/linux/lantiq/dts/VG3503J.dtsi
+++ b/target/linux/lantiq/dts/VG3503J.dtsi
@@ -153,18 +153,18 @@
phy11: ethernet-phy@11 {
reg = <0x11>;
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
- lantiq,led0h = <0x42>;
- lantiq,led0l = <0x10>;
- lantiq,led2h = <0x20>;
- lantiq,led2l = <0x00>;
+ lantiq,led1h = <0x70>;
+ lantiq,led1l = <0x00>;
+ lantiq,led2h = <0x00>;
+ lantiq,led2l = <0x03>;
};
phy13: ethernet-phy@13 {
reg = <0x13>;
compatible = "lantiq,phy11g", "ethernet-phy-ieee802.3-c22";
- lantiq,led0h = <0x42>;
- lantiq,led0l = <0x10>;
- lantiq,led2h = <0x20>;
- lantiq,led2l = <0x00>;
+ lantiq,led1h = <0x70>;
+ lantiq,led1l = <0x00>;
+ lantiq,led2h = <0x00>;
+ lantiq,led2l = <0x03>;
};
};
};