arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 11 Jan 2023 21:13:49 +0000 (22:13 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 13 Jan 2023 08:01:19 +0000 (09:01 +0100)
Documentation/devicetree/bindings/net/ethernet-phy.yaml defines that the
node name for Ethernet PHYs should match the following pattern:
  ^ethernet-phy(@[a-f0-9]+)?$

Replace the underscore with a hyphen to adhere to this binding.

Fixes: 280c17df8fbf ("arm64: dts: meson: g12a: add mdio multiplexer")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230111211350.1461860-6-martin.blumenstingl@googlemail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

index 585dd70f6cd566d2e9990ff2d681d77860517579..1a931d5c2715ab12b4bed9fa38131e1485f34738 100644 (file)
                                        #address-cells = <1>;
                                        #size-cells = <0>;
 
-                                       internal_ephy: ethernet_phy@8 {
+                                       internal_ephy: ethernet-phy@8 {
                                                compatible = "ethernet-phy-id0180.3301",
                                                             "ethernet-phy-ieee802.3-c22";
                                                interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;