]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: BCM5301X: fix duplex-full => full-duplex
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 8 Jun 2023 15:36:29 +0000 (17:36 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Thu, 8 Jun 2023 22:31:43 +0000 (15:31 -0700)
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: 935327a73553 ("ARM: dts: BCM5301X: Add DT for Meraki MR26")
Fixes: ec88a9c344d9 ("ARM: BCM5301X: Add DT for Meraki MR32")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Link: https://lore.kernel.org/r/50522f45566951a9eabd22820647924cc6b4a264.1686238550.git.chunkeey@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/bcm53015-meraki-mr26.dts
arch/arm/boot/dts/bcm53016-meraki-mr32.dts

index c36d3231183bd8796c4d7a251ce7b9f0e0a2c959..03ad614e6b7214665d43dda787fe66a3113fc975 100644 (file)
@@ -121,7 +121,7 @@ port@5 {
 
                        fixed-link {
                                speed = <1000>;
-                               duplex-full;
+                               full-duplex;
                        };
                };
        };
index 258f6dc4f5dc2248146de3bb1dcd15c609deb1f8..26c12bfb0bdd4a1a4d88ff980898893748ad9c7a 100644 (file)
@@ -182,7 +182,7 @@ port@5 {
 
                        fixed-link {
                                speed = <1000>;
-                               duplex-full;
+                               full-duplex;
                        };
                };
        };