]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: apm: storm: Rename menetphy@3 to ethernet-phy@3
authorMarek Vasut <marex@denx.de>
Sun, 30 Jun 2024 03:31:10 +0000 (05:31 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 12 Aug 2024 10:04:01 +0000 (12:04 +0200)
Make the PHY node name adhere to DT binding document.
Fix the following DT check error:

arch/arm64/boot/dts/apm/apm-mustang.dtb: menetphy@3: $nodename:0: 'menetphy@3' does not match '^ethernet-phy(@[a-f0-9]+)?$'
        from schema $id: http://devicetree.org/schemas/net/realtek,rtl82xx.yaml#
arch/arm64/boot/dts/apm/apm-mustang.dtb: menetphy@3: Unevaluated properties are not allowed ('reg' was unexpected)
        from schema $id: http://devicetree.org/schemas/net/realtek,rtl82xx.yaml#

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406290316.YvZdvLxu-lkp@intel.com/
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20240630033143.170301-1-marex@denx.de
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/apm/apm-storm.dtsi

index 532401bc9c6607c562068f541d9ca295f1691b3c..6ad4703925dc5fbbee04c29a4868a303246eba56 100644 (file)
                                compatible = "apm,xgene-mdio";
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               menetphy: menetphy@3 {
+                               menetphy: ethernet-phy@3 {
                                        compatible = "ethernet-phy-id001c.c915";
                                        reg = <0x3>;
                                };