aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevarsh Thakkar2022-05-24 05:36:58 -0500
committerDevarsh Thakkar2022-05-24 08:00:01 -0500
commit75a86ac2cd049b606a121736a7b73ed26aded5a8 (patch)
treec44f02b8ceb1b85d87209b2abb5e69c9995c46e1
parent0d1b740906f182f6570f9d01b52ad92dab1aae88 (diff)
downloadmeta-processor-sdk-75a86ac2cd049b606a121736a7b73ed26aded5a8.tar.gz
meta-processor-sdk-75a86ac2cd049b606a121736a7b73ed26aded5a8.tar.xz
meta-processor-sdk-75a86ac2cd049b606a121736a7b73ed26aded5a8.zip
recipes-kernel: linux: Disable UHS speed modes on MMCSD1 instance
Instabilities were observed on few SD cards when UHS speed modes were enabled. Therefore, disable UHS modes by adding the tag no-1-8-v tag, n sdhci1 device tree node. Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
-rw-r--r--recipes-kernel/linux/files/0001-arm64-dts-ti-k3-am62-main-Disable-UHS-speed-modes-on.patch39
-rw-r--r--recipes-kernel/linux/linux-ti-staging-rt_5.10.bbappend3
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.10.bbappend3
3 files changed, 45 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/0001-arm64-dts-ti-k3-am62-main-Disable-UHS-speed-modes-on.patch b/recipes-kernel/linux/files/0001-arm64-dts-ti-k3-am62-main-Disable-UHS-speed-modes-on.patch
new file mode 100644
index 0000000..aa4873c
--- /dev/null
+++ b/recipes-kernel/linux/files/0001-arm64-dts-ti-k3-am62-main-Disable-UHS-speed-modes-on.patch
@@ -0,0 +1,39 @@
1From 7e55a3e8ec27314ba009fff7240c3604e8fa917a Mon Sep 17 00:00:00 2001
2From: Aswath Govindraju <a-govindraju@ti.com>
3Date: Fri, 20 May 2022 18:49:16 +0530
4Subject: [tiL5.10-CON PATCH v2] arm64: dts: ti: k3-am62-main: Disable UHS
5 speed modes on MMCSD1 instance
6
7Instabilities were observed on a few SD cards when UHS speed modes were
8enabled. Therefore, disable UHS modes by adding the tag no-1-8-v tag, in
9sdhci1 device tree node.
10
11Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
12---
13
14changes since v1:
15- Dropped cover letter
16- Moved the tag to main dtsi, so that the changes gets applied
17 across all dts files
18
19link to v1:
20- https://serenity.dal.design.ti.com/patchwork/project/linux-patch-review/list/?series=2340
21
22 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 1 +
23 1 file changed, 1 insertion(+)
24
25diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
26index 7bbfcb158842..46bc1adb3fa1 100644
27--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
28+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
29@@ -425,6 +425,7 @@
30 ti,itap-del-sel-sdr25 = <0x0>;
31 ti,clkbuf-sel = <0x7>;
32 bus-width = <4>;
33+ no-1-8-v;
34 };
35
36 sdhci2: mmc@fa20000 {
37--
382.17.1
39
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bbappend b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bbappend
index ca26186..63df743 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bbappend
@@ -6,3 +6,6 @@ SRC_URI_append_am64xx-evm = " \
6 file://0001-arm64-dts-k3-am642-sk-Enable-WLAN-connected-to-SDHCI.patch \ 6 file://0001-arm64-dts-k3-am642-sk-Enable-WLAN-connected-to-SDHCI.patch \
7 file://0001-arm64-dts-k3-am642-sk-Enable-LEDs-connected-to-tpic2.patch \ 7 file://0001-arm64-dts-k3-am642-sk-Enable-LEDs-connected-to-tpic2.patch \
8" 8"
9SRC_URI_append_am62xx-evm = " \
10 file://0001-arm64-dts-ti-k3-am62-main-Disable-UHS-speed-modes-on.patch \
11"
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bbappend b/recipes-kernel/linux/linux-ti-staging_5.10.bbappend
index ca26186..63df743 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bbappend
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bbappend
@@ -6,3 +6,6 @@ SRC_URI_append_am64xx-evm = " \
6 file://0001-arm64-dts-k3-am642-sk-Enable-WLAN-connected-to-SDHCI.patch \ 6 file://0001-arm64-dts-k3-am642-sk-Enable-WLAN-connected-to-SDHCI.patch \
7 file://0001-arm64-dts-k3-am642-sk-Enable-LEDs-connected-to-tpic2.patch \ 7 file://0001-arm64-dts-k3-am642-sk-Enable-LEDs-connected-to-tpic2.patch \
8" 8"
9SRC_URI_append_am62xx-evm = " \
10 file://0001-arm64-dts-ti-k3-am62-main-Disable-UHS-speed-modes-on.patch \
11"