Message ID | 20230421205512.339850-1-ahalaney@redhat.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/4] arm64: dts: qcom: sa8155p-adp: Make compatible the first property | expand |
On Fri, 21 Apr 2023 15:55:09 -0500, Andrew Halaney wrote: > As stated at the below link in another review, compatible is always the > first property. > > Follow suit here to avoid copying incorrectly in the future. > > Applied, thanks! [1/4] arm64: dts: qcom: sa8155p-adp: Make compatible the first property commit: eee7369de0c3cca7aacab3874663d460fb7a5b06 [3/4] arm64: dts: qcom: sa8155p-adp: Remove unneeded rgmii_phy information commit: 0ff4f6a380214fcf85a5b5ad64ff481d9bd1dfc6 [4/4] arm64: dts: qcom: sa8155p-adp: Move mtl nodes into ethernet node commit: 93fe463652504bba298a68b56334729cdf92c0c3 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts index 339fea522509..029b23198b3a 100644 --- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts +++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts @@ -352,19 +352,18 @@ ðernet { max-speed = <1000>; mdio { + compatible = "snps,dwmac-mdio"; #address-cells = <0x1>; #size-cells = <0x0>; - compatible = "snps,dwmac-mdio"; - /* Micrel KSZ9031RNZ PHY */ rgmii_phy: phy@7 { + compatible = "ethernet-phy-ieee802.3-c22"; reg = <0x7>; interrupt-parent = <&tlmm>; interrupts-extended = <&tlmm 124 IRQ_TYPE_EDGE_FALLING>; /* phy intr */ device_type = "ethernet-phy"; - compatible = "ethernet-phy-ieee802.3-c22"; }; }; };