Commit fb1eb41a authored by Christian Lamparter's avatar Christian Lamparter Committed by David S. Miller

dt-bindings: net: dsa: qca8k: fix example

In the example, the phy at phy@0 is clashing with
the switch0@0 at the same address. Usually, the switches
are accessible through pseudo PHYs which in case of the
qca8k are located at 0x10 - 0x18.
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d29f5aa0
...@@ -55,12 +55,12 @@ Example: ...@@ -55,12 +55,12 @@ Example:
reg = <4>; reg = <4>;
}; };
switch0@0 { switch@10 {
compatible = "qca,qca8337"; compatible = "qca,qca8337";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0>; reg = <0x10>;
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
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