Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: ipq8064-mdio: fix warning with new qca8k switch

Fix warning now that we have qca8k switch Documentation using yaml.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ansuel Smith and committed by
David S. Miller
e52073a8 fd0bb28c

+4 -1
+4 -1
Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml
··· 51 51 switch@10 { 52 52 compatible = "qca,qca8337"; 53 53 reg = <0x10>; 54 - /* ... */ 54 + 55 + ports { 56 + /* ... */ 57 + }; 55 58 }; 56 59 };