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 <[email protected]>
---
 .../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@85800000 {
                        no-map;
                };
        };
+};
 
-       soc {
-               sdhci@c0c4000 {
-                       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@c175000 {
-                       status = "okay";
+&blsp_i2c2 {
+       status = "okay";
 
-                       /* Synaptics touchscreen */
-               };
+       /* SMB1351 charger */
+};
 
-               i2c@c176000 {
-                       status = "okay";
+/* I2C3, 4, 5, 7 and 8 are disabled on this board. */
 
-                       /* SMB1351 charger */
-               };
+&blsp_i2c6 {
+       status = "okay";
 
-               serial@c1af000 {
-                       status = "okay";
-               };
+       /* NXP NFC */
+};
 
-               /* I2C3, 4, 5, 7 and 8 are disabled on this board. */
+&blsp1_uart2 {
+       status = "okay";
+};
 
-               i2c@c1b6000 {
-                       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

Reply via email to