From: Geert Uytterhoeven Date: Thu, 9 Sep 2021 08:49:43 +0000 (+0200) Subject: arm64: dts: renesas: Add compatible properties to AR8031 Ethernet PHYs X-Git-Tag: howlett/maple/20220722_2~1926^2~50^2~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=18a2427146bf8a3da8fc7825051d6aadb9c2d8fb;p=users%2Fjedix%2Flinux-maple.git arm64: dts: renesas: Add compatible properties to AR8031 Ethernet PHYs Add compatible values to Ethernet PHY subnodes representing Atheros AR8031 PHYs on RZ/G2 boards. This allows software to identify the PHY model at any time, regardless of the state of the PHY reset line. Signed-off-by: Geert Uytterhoeven Reviewed-by: Andrew Lunn Tested-by: Adam Ford Link: https://lore.kernel.org/r/3f1b58756f149f0c634c66abaecc88e699f4c3cc.1631174218.git.geert+renesas@glider.be --- diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi index 937d17a426b6..0d136809eb96 100644 --- a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi +++ b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi @@ -59,6 +59,8 @@ status = "okay"; phy0: ethernet-phy@0 { + compatible = "ethernet-phy-id004d.d074", + "ethernet-phy-ieee802.3-c22"; reg = <0>; interrupt-parent = <&gpio2>; interrupts = <11 IRQ_TYPE_LEVEL_LOW>;