public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: allwinner: Orange Pi One Plus PHY support
@ 2023-12-12 12:28 Anne Macedo
  2023-12-12 16:22 ` Andre Przywara
  0 siblings, 1 reply; 12+ messages in thread
From: Anne Macedo @ 2023-12-12 12:28 UTC (permalink / raw)
  Cc: retpolanne, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Chen-Yu Tsai, Jernej Skrabec, Samuel Holland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/Allwinner sunXi SoC support,
	open list:ARM/Allwinner sunXi SoC support, open list

Adds compatible values to mdio subnodes for Ethernet PHY representing
Realtek 8211 PHY to Orange Pi One Plus.

Signed-off-by: Anne Macedo <retpolanne@posteo.net>
---
 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts
index 29a081e72..7248ab72f 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts
@@ -37,7 +37,8 @@ &emac {
 
 &mdio {
 	ext_rgmii_phy: ethernet-phy@1 {
-		compatible = "ethernet-phy-ieee802.3-c22";
+		compatible = "ethernet-phy-id001c.c915",
+			     "ethernet-phy-ieee802.3-c22";
 		reg = <1>;
 	};
 };
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-12-20 17:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 12:28 [PATCH] arm64: dts: allwinner: Orange Pi One Plus PHY support Anne Macedo
2023-12-12 16:22 ` Andre Przywara
2023-12-12 19:27   ` Anne Macedo
2023-12-13  1:35     ` Andre Przywara
2023-12-13 11:02       ` Anne Macedo
2023-12-13 12:25         ` Andre Przywara
2023-12-13 12:55           ` Anne Macedo
2023-12-13 14:37             ` Andre Przywara
2023-12-19  0:31           ` Anne Macedo
2023-12-19 18:54             ` Jernej Škrabec
2023-12-20 12:13               ` Anne Macedo
2023-12-20 17:07                 ` Jernej Škrabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox