Commit 59b1cbee authored by Florian Fainelli's avatar Florian Fainelli Committed by Greg Kroah-Hartman

ARM: dts: Cygnus: Fix MDIO node address/size cells

[ Upstream commit fac2c2da ]

The MDIO node on Cygnus had an reversed #address-cells and
 #size-cells properties, correct those.

Fixes: 40c26d3a ("ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY")
Reported-by: default avatarSimon Horman <simon.horman@netronome.com>
Reviewed-by: default avatarRay Jui <ray.jui@broadcom.com>
Reviewed-by: default avatarSimon Horman <simon.horman@netronome.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent db3cb5c1
......@@ -169,8 +169,8 @@ gpio_crmu: gpio@3024800 {
mdio: mdio@18002000 {
compatible = "brcm,iproc-mdio";
reg = <0x18002000 0x8>;
#size-cells = <1>;
#address-cells = <0>;
#size-cells = <0>;
#address-cells = <1>;
status = "disabled";
gphy0: ethernet-phy@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment