Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: renesas: Add compatible properties to uPD6061x Ethernet PHYs

Add compatible values to Ethernet PHY subnodes representing Renesas
uPD60610 or uPD60611 PHYs on RZ/A1 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 <geert+renesas@glider.be>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/335a1dfea905369da683e122e41e08ca1c5f90f7.1631174218.git.geert+renesas@glider.be

+4
+2
arch/arm/boot/dts/r7s72100-genmai.dts
··· 108 108 renesas,no-ether-link; 109 109 phy-handle = <&phy0>; 110 110 phy0: ethernet-phy@0 { 111 + compatible = "ethernet-phy-idb824.2814", 112 + "ethernet-phy-ieee802.3-c22"; 111 113 reg = <0>; 112 114 }; 113 115 };
+2
arch/arm/boot/dts/r7s72100-rskrza1.dts
··· 192 192 renesas,no-ether-link; 193 193 phy-handle = <&phy0>; 194 194 phy0: ethernet-phy@0 { 195 + compatible = "ethernet-phy-idb824.2814", 196 + "ethernet-phy-ieee802.3-c22"; 195 197 reg = <0>; 196 198 }; 197 199 };