From 263355bc69707b9e7466b8c7d08e72857fda2d39 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 27 Jun 2024 19:33:00 +0800 Subject: [PATCH] sunxi: configure phy led for orangepi zero3 Signed-off-by: Tianling Shen --- ...nner-add-LED-configuration-to-Orange-Pi-Ze.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/sunxi/patches-6.6/103-arm64-dts-allwinner-add-LED-configuration-to-Orange-Pi-Ze.patch diff --git a/target/linux/sunxi/patches-6.6/103-arm64-dts-allwinner-add-LED-configuration-to-Orange-Pi-Ze.patch b/target/linux/sunxi/patches-6.6/103-arm64-dts-allwinner-add-LED-configuration-to-Orange-Pi-Ze.patch new file mode 100644 index 0000000000..48b8be8258 --- /dev/null +++ b/target/linux/sunxi/patches-6.6/103-arm64-dts-allwinner-add-LED-configuration-to-Orange-Pi-Ze.patch @@ -0,0 +1,13 @@ +--- a/arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts ++++ b/arch/arm64/boot/dts/allwinner/sun50i-h618-orangepi-zero3.dts +@@ -24,7 +24,10 @@ + }; + + &ext_rgmii_phy { ++ motorcomm,auto-sleep-disabled; + motorcomm,clk-out-frequency-hz = <125000000>; ++ motorcomm,keep-pll-enabled; ++ motorcomm,led-data = <0xe004 0x0 0x2600 0x0070 0x000a>; + }; + + &mmc0 {