diff options
author | Eric Anholt <eric@anholt.net> | 2017-04-29 01:22:04 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-12 19:52:37 +0300 |
commit | 40c26d3af60af5c5d1c434465ffd38a42e5d9bb1 (patch) | |
tree | 9804aff122a72aeb7cde27992ad638bff3eb1e67 /arch/arm/boot/dts/bcm911360_entphn.dts | |
parent | 2896cb55dc6dd11bd9d07ab1f1eca8a6d478c68a (diff) | |
download | linux-40c26d3af60af5c5d1c434465ffd38a42e5d9bb1.tar.xz |
ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY
Cygnus has a single amac controller connected to the B53 switch with 2
PHYs. On the BCM911360_EP platform, those two PHYs are connected to the
external ethernet jacks.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm911360_entphn.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm911360_entphn.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/arch/arm/boot/dts/bcm911360_entphn.dts index 037621c13290..000f5f19215e 100644 --- a/arch/arm/boot/dts/bcm911360_entphn.dts +++ b/arch/arm/boot/dts/bcm911360_entphn.dts @@ -57,6 +57,18 @@ }; }; +ð0 { + status = "okay"; +}; + +&mdio { + status = "okay"; +}; + +&switch { + status = "okay"; +}; + &v3d { assigned-clocks = <&mipipll BCM_CYGNUS_MIPIPLL>, |