Skip to content

Commit 621c8d0

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: fix phy nodename for rk3229-xms6
A test with the command below gives for example this error: arch/arm/boot/dts/rk3229-xms6.dt.yaml: phy@0: '#phy-cells' is a required property The phy nodename is normally used by a phy-handle. This node is however compatible with "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22" which is just been added to 'ethernet-phy.yaml'. So change nodename to 'ethernet-phy' for which '#phy-cells' is not a required property make ARCH=arm dtbs_check DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/schemas/ phy/phy-provider.yaml Signed-off-by: Johan Jonker <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 287e0d5 commit 621c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/rk3229-xms6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
#address-cells = <1>;
151151
#size-cells = <0>;
152152

153-
phy: phy@0 {
153+
phy: ethernet-phy@0 {
154154
compatible = "ethernet-phy-id1234.d400",
155155
"ethernet-phy-ieee802.3-c22";
156156
reg = <0>;

0 commit comments

Comments
 (0)