diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-02-27 12:45:19 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-03-12 15:51:00 -0700 |
commit | 3746fd75cbb7ccfa79d330859354754263268653 (patch) | |
tree | c3dd2675cc30118c05b4d2989a6f66e34b243170 /arch/arm/boot/dts/bcm958623hr.dts | |
parent | 811ae58e76da88106f6d28159d4ea7b163dfaa48 (diff) | |
download | linux-3746fd75cbb7ccfa79d330859354754263268653.tar.gz linux-3746fd75cbb7ccfa79d330859354754263268653.tar.bz2 linux-3746fd75cbb7ccfa79d330859354754263268653.zip |
ARM: dts: NSP: Switch to port 8 for CPU port
Now that we have added support for pre-pended Broadcom tags with commit
11606039604c ("net: dsa: b53: Support prepended Broadcom tags") we can
switch all the Northstar Plus reference boards to use port 8 for the CPU
port. This allows us to prepare room for supporting the Flow Accelerator
2 NAPT offload, and frees up port 5 to be made fully configurable for
the modes that it supports: internal, SGMII, RGMII etc.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958623hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958623hr.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm958623hr.dts b/arch/arm/boot/dts/bcm958623hr.dts index b8bde13de90a..f5e85b301497 100644 --- a/arch/arm/boot/dts/bcm958623hr.dts +++ b/arch/arm/boot/dts/bcm958623hr.dts @@ -208,10 +208,10 @@ reg = <4>; }; - port@5 { - ethernet = <&amac0>; + port@8 { + ethernet = <&amac2>; label = "cpu"; - reg = <5>; + reg = <8>; fixed-link { speed = <1000>; full-duplex; |