Commit fd274b73 authored by Christian Lamparter's avatar Christian Lamparter Committed by Florian Fainelli

ARM: dts: BCM5301X: fix duplex-full => full-duplex

this typo was found by the dtbs_check
| ports:port@5:fixed-link: 'oneOf' conditional failed,
|  {'speed': [[1000]], 'duplex-full': True} is not of type 'array'
| 'duplex-full' does not match any of the regexes: 'pinctrl-[0-]..."

this should have been full-duplex;

Fixes: 935327a7 ("ARM: dts: BCM5301X: Add DT for Meraki MR26")
Fixes: ec88a9c3 ("ARM: BCM5301X: Add DT for Meraki MR32")
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Link: https://lore.kernel.org/r/50522f45566951a9eabd22820647924cc6b4a264.1686238550.git.chunkeey@gmail.comSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent d68b2f7d
......@@ -121,7 +121,7 @@ port@5 {
fixed-link {
speed = <1000>;
duplex-full;
full-duplex;
};
};
};
......
......@@ -182,7 +182,7 @@ port@5 {
fixed-link {
speed = <1000>;
duplex-full;
full-duplex;
};
};
};
......
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