diff options
author | Luiz Souza <luiz@netgate.com> | 2017-05-30 17:10:45 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-09-06 14:13:49 -0500 |
commit | bd1749b078e7f542eb1096c0136a80b353fc337c (patch) | |
tree | db6c3e681e16fbae82796cd8f46632ae66f070af /sys/boot | |
parent | 514574dcd98dd0c07c1fadb7c192d52c353d1f74 (diff) | |
download | FreeBSD-src-bd1749b078e7f542eb1096c0136a80b353fc337c.zip FreeBSD-src-bd1749b078e7f542eb1096c0136a80b353fc337c.tar.gz |
Update the switch address on DTS.
(cherry picked from commit a620415c26e5e72359b2ed5a8bb4d05810744bc3)
Diffstat (limited to 'sys/boot')
-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>; |