[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200623180832.254163-5-konradybcio@gmail.com>
Date: Tue, 23 Jun 2020 20:08:28 +0200
From: Konrad Dybcio <konradybcio@...il.com>
To: skrzynka@...radybcio.pl
Cc: Konrad Dybcio <konradybcio@...il.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Amit Kucheria <amit.kucheria@...aro.org>,
Zhang Rui <rui.zhang@...el.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Rajendra Nayak <rnayak@...eaurora.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Subject: [PATCH 4/8] arm64: dts: qcom: sdm630: nile: Enable BLSP1_UART2
Enable the second UART interface used on this board.
Also convert the DT to use phandles instead of addresses
to make it coherent with other device trees.
Signed-off-by: Konrad Dybcio <konradybcio@...il.com>
---
.../dts/qcom/sdm630-sony-xperia-nile.dtsi | 50 ++++++++++---------
1 file changed, 26 insertions(+), 24 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
index 9ba359c848d0..de06fa809488 100644
--- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
@@ -99,38 +99,40 @@ removed_region@...00000 {
no-map;
};
};
+};
- soc {
- sdhci@...4000 {
- status = "okay";
+&blsp_i2c1 {
+ status = "okay";
- mmc-ddr-1_8v;
- /* SoMC Nile platform's eMMC doesn't support HS200 mode */
- mmc-hs400-1_8v;
- };
+ /* Synaptics touchscreen */
+};
- i2c@...5000 {
- status = "okay";
+&blsp_i2c2 {
+ status = "okay";
- /* Synaptics touchscreen */
- };
+ /* SMB1351 charger */
+};
- i2c@...6000 {
- status = "okay";
+/* I2C3, 4, 5, 7 and 8 are disabled on this board. */
- /* SMB1351 charger */
- };
+&blsp_i2c6 {
+ status = "okay";
- serial@...f000 {
- status = "okay";
- };
+ /* NXP NFC */
+};
- /* I2C3, 4, 5, 7 and 8 are disabled on this board. */
+&blsp1_uart2 {
+ status = "okay";
+};
- i2c@...6000 {
- status = "okay";
+&blsp2_uart1 {
+ status = "okay";
+};
- /* NXP NFC */
- };
- };
+&sdhc_1 {
+ status = "okay";
+
+ mmc-ddr-1_8v;
+ /* SoMC Nile platform's eMMC doesn't support HS200 mode */
+ mmc-hs400-1_8v;
};
--
2.27.0
Powered by blists - more mailing lists