]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: dts: Enable in-band status for PHY as21xxx
authorLorenzo Bianconi <lorenzo@kernel.org>
Fri, 22 May 2026 13:55:17 +0000 (15:55 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 25 May 2026 10:41:34 +0000 (12:41 +0200)
PHY as21xxx used on Airoha EN7581 GDM4 requires in-band status control.

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://github.com/openwrt/openwrt/pull/23481
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/airoha/dts/an7581-evb-emmc.dtsi

index 82014425663b35674a3de5b6c6273a2eced01358..8c0b0c94b0d8a287a782917ca0e9cc40829058df 100644 (file)
 &gdm4 {
        status = "okay";
 
+       managed = "in-band-status";
        phy-handle = <&as21xx_1>;
        phy-mode = "usxgmii";
 };