jh71x0: update patches and config
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / patches-6.1 / 0092-riscv-dts-starfive-jh7110-Add-syscon-to-support-phy-.patch
diff --git a/target/linux/jh71x0/patches-6.1/0092-riscv-dts-starfive-jh7110-Add-syscon-to-support-phy-.patch b/target/linux/jh71x0/patches-6.1/0092-riscv-dts-starfive-jh7110-Add-syscon-to-support-phy-.patch
deleted file mode 100644 (file)
index 3983af7..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-From 735cd14099ccb01555227ac672f1cefe13f3e471 Mon Sep 17 00:00:00 2001
-From: Samin Guo <samin.guo@starfivetech.com>
-Date: Fri, 3 Mar 2023 10:03:35 +0800
-Subject: [PATCH 92/95] riscv: dts: starfive: jh7110: Add syscon to support phy
- interface settings
-
-The phy interface needs to be set in syscon, the format is as follows:
-starfive,syscon: <&syscon, offset, mask>
-
-Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
----
- arch/riscv/boot/dts/starfive/jh7110.dtsi | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi
-index a9e02c88569a..7ffeeded54a7 100644
---- a/arch/riscv/boot/dts/starfive/jh7110.dtsi
-+++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi
-@@ -718,6 +718,7 @@
-                       snps,en-tx-lpi-clockgating;
-                       snps,txpbl = <16>;
-                       snps,rxpbl = <16>;
-+                      starfive,syscon = <&aon_syscon 0xc 0x1c0000>;
-                       status = "disabled";
-                       phy-handle = <&phy0>;
-@@ -760,6 +761,7 @@
-                       snps,en-tx-lpi-clockgating;
-                       snps,txpbl = <16>;
-                       snps,rxpbl = <16>;
-+                      starfive,syscon = <&sys_syscon 0x90 0x1c>;
-                       status = "disabled";
-                       phy-handle = <&phy1>;
--- 
-2.20.1
-