-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-yocto-dev: update QCM6490-IDP UFS patch
The patch in this layer that enables UFS nodes on the QCM6490-IDP board corresponds to the v2 of the patchset which was rejected upstream (instead of being Pending, as it was incorrectly stated in the Upstream-Status tag). Replace it with the version 3 of the patch, which is has been accepted by Bjorn as is pending for the 6.13 release. Signed-off-by: Dmitry Baryshkov <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,25 +1,23 @@ | ||
From b51bcd8342aaaffa4d08fd3474b1512f9992886e Mon Sep 17 00:00:00 2001 | ||
From 5b9d9b910653c53e66c05b9c4dc863d0a1ee14de Mon Sep 17 00:00:00 2001 | ||
From: Manish Pandey <[email protected]> | ||
Date: Tue, 17 Oct 2023 23:46:10 +0530 | ||
Subject: [PATCH 1/2] PENDING: arm64: dts: qcom: qcm6490: Add UFS nodes for IDP | ||
Date: Sat, 19 Oct 2024 12:06:59 +0530 | ||
Subject: [PATCH] arm64: dts: qcom: qcm6490-idp: Add UFS nodes | ||
|
||
Add UFS host controller and Phy nodes for Qualcomm | ||
qcm6490 IDP Board. | ||
Add UFS host controller and Phy nodes for Qualcomm qcm6490-idp board. | ||
|
||
Change-Id: If756cf2396ad0d82e7c607738068a634c5a1919a | ||
Signed-off-by: Manish Pandey <[email protected]> | ||
Signed-off-by: Salendarsingh Gaud <quic_sgaud@quicinc.com> | ||
Signed-off-by: Atul Dhudase <[email protected]> | ||
Upstream-Status: Pending | ||
Link: https://lore.kernel.org/r/20241019063659.6324-1-quic_mapa@quicinc.com | ||
Signed-off-by: Bjorn Andersson <[email protected]> | ||
Upstream-Status: Backport [6.13] | ||
--- | ||
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 19 +++++++++++++++++++ | ||
1 file changed, 19 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts | ||
index 3baea71e0248..424cd9c2b092 100644 | ||
index 5f3d4807ac43..c5fb153614e1 100644 | ||
--- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts | ||
+++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts | ||
@@ -463,6 +463,25 @@ &uart5 { | ||
@@ -702,6 +702,25 @@ &uart5 { | ||
status = "okay"; | ||
}; | ||
|
||
|
@@ -46,5 +44,5 @@ index 3baea71e0248..424cd9c2b092 100644 | |
status = "okay"; | ||
}; | ||
-- | ||
2.25.1 | ||
2.39.5 | ||
|