diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 12:43:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 12:43:35 +0000 |
commit | d4ec98c2ccb055dae4e971e6761a5dbfc10f3ff8 (patch) | |
tree | 9ddaf23954c485edd8fb68e130dc7d8f285bd6c4 /target | |
parent | 07fde034b0ef89ef23ba031d928159ac53ffb4b0 (diff) | |
download | upstream-d4ec98c2ccb055dae4e971e6761a5dbfc10f3ff8.tar.gz upstream-d4ec98c2ccb055dae4e971e6761a5dbfc10f3ff8.tar.bz2 upstream-d4ec98c2ccb055dae4e971e6761a5dbfc10f3ff8.zip |
lantiq: Fix ARV4518 etop
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40919
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/ARV4518PWR01.dts | 2 | ||||
-rw-r--r-- | target/linux/lantiq/dts/ARV4518PWR01A.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/ARV4518PWR01.dts b/target/linux/lantiq/dts/ARV4518PWR01.dts index 0007d9dae8..f2a2e188b9 100644 --- a/target/linux/lantiq/dts/ARV4518PWR01.dts +++ b/target/linux/lantiq/dts/ARV4518PWR01.dts @@ -104,7 +104,7 @@ }; etop@E180000 { - phy-mode = "rmii"; + phy-mode = "mii"; }; ifxhcd@E101000 { diff --git a/target/linux/lantiq/dts/ARV4518PWR01A.dts b/target/linux/lantiq/dts/ARV4518PWR01A.dts index 458614496f..221e5a0c25 100644 --- a/target/linux/lantiq/dts/ARV4518PWR01A.dts +++ b/target/linux/lantiq/dts/ARV4518PWR01A.dts @@ -104,7 +104,7 @@ }; etop@E180000 { - phy-mode = "rmii"; + phy-mode = "mii"; }; ifxhcd@E101000 { |