diff options
-rw-r--r-- | sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts b/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts index 7a4e716..0894c16 100644 --- a/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts +++ b/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts @@ -372,7 +372,7 @@ }; }; - /* This is a 88E6141 switch operating in the "Multi Chip Mode(MCM)" + /* This is a 88E6141 switch operating in the "Single Chip Mode" * addressing mode where it claims addresses 0x10-0x1f */ dsa@0 { @@ -386,7 +386,7 @@ switch@0 { #address-cells = <1>; #size-cells = <0>; - reg = <0x10 0>; /* MDIO address 16, switch 0 in tree */ + reg = <0x0 0>; port@1 { reg = <1>; |