ramips: fix used MAC addresses for Phicomm K2P
authorJiawei Wang <me@jwang.link>
Wed, 13 Sep 2017 06:04:22 +0000 (14:04 +0800)
committerMathias Kresin <dev@kresin.me>
Fri, 15 Sep 2017 05:14:29 +0000 (07:14 +0200)
The factory partition of the Phicomm K2P contains two MAC addresses.
The lower MAC address is at offset 0xe006 and the higher one is at
offset 0xe000.

Use the lower MAC address as base mac-address which the switch driver
increments by one for the second (wan) vlan.

The MAC addresses are still inverted in contrast to the stock firmware
where the lower MAC address is used for wan. But at least the use of a
MAC address not intended/reserved for this particular board is fixed.

Signed-off-by: Jiawei Wang <me@jwang.link>
target/linux/ramips/dts/K2P.dts

index 4089ce64f5da120bb4d1ac884be4168ea637f546..db4dc298789cc0a3bcb9c321af3462d03833727e 100644 (file)
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0xe000>;
+       mtd-mac-address = <&factory 0xe006>;
 };
 
 &pinctrl {