-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from RadxaMitchell/main
linux: stable: add rockpis gpiod and remove uart2 node
- Loading branch information
Showing
2 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
linux/stable/0035-rock-pi-s/0001-linux-stable-remove-rock-pi-s-uart2-node.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 421fb525bf5442aa0334265b66ae5847afa7155a Mon Sep 17 00:00:00 2001 | ||
From: machuang <[email protected]> | ||
Date: Fri, 24 Nov 2023 20:40:40 +0800 | ||
Subject: [PATCH] linux: stable: remove rock-pi-s uart2 node | ||
|
||
Signed-off-by: machuang <[email protected]> | ||
--- | ||
arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | 4 ---- | ||
1 file changed, 4 deletions(-) | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | ||
index 3e9f9c787..e92b38ae6 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | ||
@@ -300,10 +300,6 @@ &uart0 { | ||
status = "okay"; | ||
}; | ||
|
||
-&uart2 { | ||
- status = "okay"; | ||
-}; | ||
- | ||
&uart4 { | ||
status = "okay"; | ||
|
||
-- | ||
2.25.1 | ||
|
136 changes: 136 additions & 0 deletions
136
linux/stable/0035-rock-pi-s/0002-linux-stable-add-rock-pi-s-gpiod-label.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
From a691876e0d82a625ac1edb392079d46f0af79303 Mon Sep 17 00:00:00 2001 | ||
From: machuang <[email protected]> | ||
Date: Fri, 24 Nov 2023 20:34:45 +0800 | ||
Subject: [PATCH] linux: stable: add rock-pi-s gpiod label | ||
|
||
Signed-off-by: machuang <[email protected]> | ||
--- | ||
.../boot/dts/rockchip/rk3308-rock-pi-s.dts | 115 ++++++++++++++++++ | ||
1 file changed, 115 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | ||
index 0d917658d..3e9f9c787 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | ||
@@ -338,3 +338,118 @@ &usb_host_ehci { | ||
&usb_host_ohci{ | ||
status = "okay"; | ||
}; | ||
+ | ||
+&gpio0 { | ||
+ gpio-line-names = | ||
+ /* GPIO0_A0-A3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO0_A4-A7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO0_B0-B3 */ | ||
+ "", "", "", "PIN_3", | ||
+ /* GPIO0_B4-B7 */ | ||
+ "PIN_5", "", "", "PIN_11", | ||
+ | ||
+ /* GPIO0_C0-C3 */ | ||
+ "PIN_13", "PIN_15", "", "", | ||
+ /* GPIO0_C4-C7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO0_D0-D3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO0_D4-D7 */ | ||
+ "", "", "", ""; | ||
+}; | ||
+ | ||
+&gpio1 { | ||
+ gpio-line-names = | ||
+ /* GPIO1_A0-A3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO1_A4-A7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO1_B0-B3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO1_B4-B7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO1_C0-C3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO1_C4-C7 */ | ||
+ "", "", "PIN_21", "PIN_19", | ||
+ | ||
+ /* GPIO1_D0-D3 */ | ||
+ "PIN_23", "PIN_24", "", "", | ||
+ /* GPIO1_D4-D7 */ | ||
+ "", "", "", ""; | ||
+}; | ||
+ | ||
+&gpio2 { | ||
+ gpio-line-names = | ||
+ /* GPIO2_A0-A3 */ | ||
+ "PIN_10", "PIN_8", "", "", | ||
+ /* GPIO2_A4-A7 */ | ||
+ "PIN_7", "PIN_12", "PIN_46", "PIN_22", | ||
+ | ||
+ /* GPIO2_B0-B3 */ | ||
+ "PIN_45", "PIN_18", "PIN_16", "PIN_44", | ||
+ /* GPIO2_B4-B7 */ | ||
+ "PIN_43", "PIN_28", "PIN_30", "PIN_32", | ||
+ | ||
+ /* GPIO2_C0-C3 */ | ||
+ "PIN_34", "", "", "", | ||
+ /* GPIO2_C4-C7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO2_D0-D3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO2_D4-D7 */ | ||
+ "", "", "", ""; | ||
+}; | ||
+ | ||
+&gpio3 { | ||
+ gpio-line-names = | ||
+ /* GPIO3_A0-A3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO3_A4-A7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO3_B0-B3 */ | ||
+ "", "", "PIN_42", "PIN_41", | ||
+ /* GPIO3_B4-B7 */ | ||
+ "PIN_40", "PIN_39", "", "", | ||
+ | ||
+ /* GPIO3_C0-C3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO3_C4-C7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO3_D0-D3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO3_D4-D7 */ | ||
+ "", "", "", ""; | ||
+}; | ||
+ | ||
+&gpio4 { | ||
+ gpio-line-names = | ||
+ /* GPIO4_A0-A3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO4_A4-A7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO4_B0-B3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO4_B4-B7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO4_C0-C3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO4_C4-C7 */ | ||
+ "", "", "", "", | ||
+ | ||
+ /* GPIO4_D0-D3 */ | ||
+ "", "", "", "", | ||
+ /* GPIO4_D4-D7 */ | ||
+ "", "", "", ""; | ||
+}; | ||
-- | ||
2.25.1 | ||
|