Skip to content

Commit 901c5d2

Browse files
SuperDavidWudavem330
authored andcommitted
ARM: dts: rk3228-evb: Fix the compiling error
This patch solves the following error: arch/arm/boot/dts/rk3228-evb.dtb: ERROR (phandle_references): Reference to non-existent node or label "phy0" Fixess db40f15 ("ARM: dts: rk3228-evb: Enable the integrated PHY for gmac") Signed-off-by: David Wu <[email protected]> Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ec15ecd commit 901c5d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/rk3228-evb.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
clock_in_out = "output";
7777
phy-supply = <&vcc_phy>;
7878
phy-mode = "rmii";
79-
phy-handle = <&phy0>;
79+
phy-handle = <&phy>;
8080
status = "okay";
8181

8282
mdio {
8383
compatible = "snps,dwmac-mdio";
8484
#address-cells = <1>;
8585
#size-cells = <0>;
8686

87-
phy@0 {
87+
phy: phy@0 {
8888
compatible = "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22";
8989
reg = <0>;
9090
clocks = <&cru SCLK_MAC_PHY>;

0 commit comments

Comments
 (0)