Skip to content

Commit

Permalink
fix dg-tn-3568 usb dts
Browse files Browse the repository at this point in the history
  • Loading branch information
wxzmz committed Dec 14, 2024
1 parent da15deb commit e59b2b9
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: John Doe <john.doe@somewhere.on.planet>
Date: Sat, 14 Dec 2024 09:52:48 +0800
Subject: Patching kernel rk35xx files
arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts

Signed-off-by: John Doe <john.doe@somewhere.on.planet>
---
arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts b/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts
index 95b5fc9ca08a..182ece87f5ba 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts
@@ -144,11 +144,11 @@ &combphy1_usq {
status = "okay";
};

/* 对应主线 combphy2 */
&combphy2_psq {
- status = "okay";
+ status = "disabled";
};

&bus_npu {
bus-supply = <&vdd_logic>;
pvtm-supply = <&vdd_cpu>;
--
Created with Armbian build tools https://github.com/armbian/build

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: John Doe <john.doe@somewhere.on.planet>
Date: Sat, 14 Dec 2024 09:56:42 +0800
Subject: Patching kernel rk35xx files
arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts

Signed-off-by: John Doe <john.doe@somewhere.on.planet>
---
arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts b/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts
index 95b5fc9ca08a..182ece87f5ba 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-dg-tn3568.dts
@@ -144,11 +144,11 @@ &combphy1_usq {
status = "okay";
};

/* 对应主线 combphy2 */
&combphy2_psq {
- status = "okay";
+ status = "disabled";
};

&bus_npu {
bus-supply = <&vdd_logic>;
pvtm-supply = <&vdd_cpu>;
--
Created with Armbian build tools https://github.com/armbian/build

0 comments on commit e59b2b9

Please sign in to comment.