diff options
| author | Marek Vasut <[email protected]> | 2024-06-30 05:31:10 +0200 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2024-08-12 12:04:01 +0200 |
| commit | 2bc1577ea2b13f668fe36fa4ff831eb2a946d75a (patch) | |
| tree | 5a1943bda1b509a09c51e4feb217c523f9b659c0 | |
| parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
arm64: dts: apm: storm: Rename menetphy@3 to ethernet-phy@3
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 <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Marek Vasut <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/apm/apm-storm.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index 532401bc9c66..6ad4703925dc 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -997,7 +997,7 @@ compatible = "apm,xgene-mdio"; #address-cells = <1>; #size-cells = <0>; - menetphy: menetphy@3 { + menetphy: ethernet-phy@3 { compatible = "ethernet-phy-id001c.c915"; reg = <0x3>; }; |