bcm53xx: update NVMEM driver for NVRAM
[openwrt/openwrt.git] / target / linux / generic / backport-5.10 / 747-v5.16-15-dt-bindings-net-ipq8064-mdio-fix-warning-with-new-qc.patch
1 From e52073a8e3086046a098b8a7cbeb282ff0cdb424 Mon Sep 17 00:00:00 2001
2 From: Ansuel Smith <ansuelsmth@gmail.com>
3 Date: Thu, 14 Oct 2021 00:39:20 +0200
4 Subject: dt-bindings: net: ipq8064-mdio: fix warning with new qca8k switch
5
6 Fix warning now that we have qca8k switch Documentation using yaml.
7
8 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
9 Signed-off-by: David S. Miller <davem@davemloft.net>
10 ---
11 Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml | 5 ++++-
12 1 file changed, 4 insertions(+), 1 deletion(-)
13
14 --- a/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml
15 +++ b/Documentation/devicetree/bindings/net/qcom,ipq8064-mdio.yaml
16 @@ -51,6 +51,9 @@ examples:
17 switch@10 {
18 compatible = "qca,qca8337";
19 reg = <0x10>;
20 - /* ... */
21 +
22 + ports {
23 + /* ... */
24 + };
25 };
26 };