diff options
author | John Crispin <john@openwrt.org> | 2013-11-25 08:33:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-25 08:33:42 +0000 |
commit | 5b437e204f2a5cf086c67b52b3751ba414ec6597 (patch) | |
tree | b3e6c668759be453e9fa4cdd65f0e14a6ad32f5e /target/linux/ramips/dts/RTN56U.dts | |
parent | 6cbad59eadbfc35c5709a140c2372d430b41e2af (diff) | |
download | mtk-20170518-5b437e204f2a5cf086c67b52b3751ba414ec6597.zip mtk-20170518-5b437e204f2a5cf086c67b52b3751ba414ec6597.tar.gz mtk-20170518-5b437e204f2a5cf086c67b52b3751ba414ec6597.tar.bz2 |
ralink: set the mac addr via the dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38902
Diffstat (limited to 'target/linux/ramips/dts/RTN56U.dts')
-rw-r--r-- | target/linux/ramips/dts/RTN56U.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts index 6dfe3f4..ec9163a 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/target/linux/ramips/dts/RTN56U.dts @@ -22,7 +22,8 @@ }; ethernet@10100000 { - port@0 { + mtd-mac-address = <&factory 0x4>; + port@0 { ralink,fixed-link = <1000 1 1 1>; }; }; |