Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-yocto-dev: fix Upstream-Status for the UFS voltage patch #73

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes-kernel/linux/linux-yocto-dev.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FILESEXTRAPATHS:prepend:qcom := "${THISDIR}/${PN}:"

SRC_URI:append:qcom = " \
file://qcm6490-board-dts/0001-FROMLIST-arm64-dts-qcom-qcm6490-idp-Update-protected.patch \
file://qcm6490-board-dts/0001-PENDING-arm64-dts-qcom-qcm6490-Add-UFS-nodes-for-IDP.patch \
file://qcm6490-board-dts/0001-arm64-dts-qcom-qcm6490-idp-Add-UFS-nodes.patch \
file://qcm6490-board-dts/0001-arm64-dts-qcom-sc7280-don-t-enable-GPU-on-unsupporte.patch \
file://qcm6490-drivers/0001-firmware-qcom-scm-Introduce-CP_SMMU_APERTURE_ID.patch \
file://qcm6490-drivers/0002-drm-msm-adreno-Setup-SMMU-aparture-for-per-process-p.patch \
Expand Down
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";
};

Expand All @@ -46,5 +44,5 @@ index 3baea71e0248..424cd9c2b092 100644
status = "okay";
};
--
2.25.1
2.39.5

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for UFS rails.
Signed-off-by: Umang Chheda <[email protected]>
Signed-off-by: Salendarsingh Gaud <[email protected]>
Signed-off-by: Atul Dhudase <[email protected]>
Upstream-Status: Pending
Upstream-Status: Denied [https://lore.kernel.org/linux-arm-msm/jid5coqe4tpsafbi2haem6ye4vrpwyymkepduxkporfxzdi6cx@bfbodoxoq67l/]
---
arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Expand Down
Loading