[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1685982557-28326-10-git-send-email-quic_rohiagar@quicinc.com>
Date: Mon, 5 Jun 2023 21:59:16 +0530
From: Rohit Agarwal <quic_rohiagar@...cinc.com>
To: agross@...nel.org, andersson@...nel.org, konrad.dybcio@...aro.org,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
conor+dt@...nel.org, rafael@...nel.org, viresh.kumar@...aro.org,
tglx@...utronix.de, maz@...nel.org, will@...nel.org,
robin.murphy@....com, joro@...tes.org, mani@...nel.org,
robimarko@...il.com
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, iommu@...ts.linux.dev,
Rohit Agarwal <quic_rohiagar@...cinc.com>
Subject: [PATCH v2 09/10] arm64: dts: qcom: Enable the QUPv3 UART console for SDX75
Enable the debug uart console for the SDX75 IDP board.
Signed-off-by: Rohit Agarwal <quic_rohiagar@...cinc.com>
---
arch/arm64/boot/dts/qcom/sdx75-idp.dts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdx75-idp.dts b/arch/arm64/boot/dts/qcom/sdx75-idp.dts
index 1e08f25..cbe5cdf 100644
--- a/arch/arm64/boot/dts/qcom/sdx75-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sdx75-idp.dts
@@ -11,8 +11,23 @@
model = "Qualcomm Technologies, Inc. SDX75 IDP";
compatible = "qcom,sdx75-idp", "qcom,sdx75";
+ aliases {
+ serial0 = &uart1;
+ };
+};
+
+&chosen {
+ stdout-path = "serial0:115200n8";
+};
+
+&qupv3_id_0 {
+ status = "okay";
};
&tlmm {
gpio-reserved-ranges = <110 6>;
};
+
+&uart1 {
+ status = "okay";
+};
--
2.7.4
Powered by blists - more mailing lists