mirror of https://github.com/hak5/openwrt.git
lantiq: move the lantiq,switch property into the interface node
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42574lede-17.01
parent
513d516d9c
commit
3dd93e8336
|
@ -65,7 +65,6 @@
|
||||||
>;
|
>;
|
||||||
interrupt-parent = <&icu0>;
|
interrupt-parent = <&icu0>;
|
||||||
interrupts = <73 72>;
|
interrupts = <73 72>;
|
||||||
lantiq,switch;
|
|
||||||
|
|
||||||
lan: interface@0 {
|
lan: interface@0 {
|
||||||
compatible = "lantiq,xrx200-pdi";
|
compatible = "lantiq,xrx200-pdi";
|
||||||
|
@ -73,6 +72,7 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
mtd-mac-address = <&ath9k_cal 0xf100>;
|
mtd-mac-address = <&ath9k_cal 0xf100>;
|
||||||
|
lantiq,switch;
|
||||||
|
|
||||||
ethernet@0 {
|
ethernet@0 {
|
||||||
compatible = "lantiq,xrx200-pdi-port";
|
compatible = "lantiq,xrx200-pdi-port";
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
mac-address = [ 00 11 22 33 44 55 ];
|
mac-address = [ 00 11 22 33 44 55 ];
|
||||||
|
lantiq,switch;
|
||||||
ethernet@2 {
|
ethernet@2 {
|
||||||
compatible = "lantiq,xrx200-pdi-port";
|
compatible = "lantiq,xrx200-pdi-port";
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
|
|
Loading…
Reference in New Issue