-
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.
modify i2s_8ch_2 to i2s_8ch_0 and modify uart0
Due to conflicts between pwm and i2s, delete the old patch that enabled i2s_8ch_2. Signed-off-by: Ken Wang <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
45 deletions.
There are no files selected for viewing
45 changes: 0 additions & 45 deletions
45
linux/.stable-6.1/0025-rock-s0/0002-enable-i2s_8ch_0-and-modify-uart0-pinctrl.patch
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
.../.stable-6.1/0025-rock-s0/0004-dts-rock-s0-modify-i2s_8ch_2-to-i2s_8ch_0-and-modify.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,33 @@ | ||
From a765ae501d777c4d052f7df98dcba6a61dceb4dc Mon Sep 17 00:00:00 2001 | ||
From: bsp <[email protected]> | ||
Date: Tue, 5 Dec 2023 20:26:28 +0800 | ||
Subject: [PATCH] dts: rock s0: modify i2s_8ch_2 to i2s_8ch_0 and modify uart0 | ||
pinctrl | ||
|
||
Signed-off-by: Ken Wang <[email protected]> | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-rock-s0.dts b/arch/arm64/boot/dts/rockchip/rk3308-rock-s0.dts | ||
index 5f19393f58..4b0aa3600c 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3308-rock-s0.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3308-rock-s0.dts | ||
@@ -44,7 +44,7 @@ codec: acodec-sound { | ||
simple-audio-card,widgets = | ||
"Headphone", "Headphones"; | ||
simple-audio-card,cpu { | ||
- sound-dai = <&i2s_8ch_2>; | ||
+ sound-dai = <&i2s_8ch_0>; | ||
}; | ||
simple-audio-card,codec { | ||
sound-dai = <&acodec>; | ||
@@ -374,6 +374,8 @@ &spi2 { | ||
|
||
&uart0 { | ||
status = "okay"; | ||
+ pinctrl-names = "default"; | ||
+ pinctrl-0 = <&uart0_xfer>; | ||
}; | ||
|
||
&uart2 { | ||
-- | ||
2.25.1 | ||
|