Commit 158f80a6 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sdm630-nile: Use &labels

Refer to nodes by their labels to match the current
convention.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210728222542.54269-31-konrad.dybcio@somainline.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 8b36c824
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
* <angelogioacchino.delregno@somainline.org> * <angelogioacchino.delregno@somainline.org>
*/ */
/dts-v1/;
#include "sdm630.dtsi" #include "sdm630.dtsi"
#include "pm660.dtsi" #include "pm660.dtsi"
#include "pm660l.dtsi" #include "pm660l.dtsi"
...@@ -150,40 +148,38 @@ removed_region@85800000 { ...@@ -150,40 +148,38 @@ removed_region@85800000 {
no-map; no-map;
}; };
}; };
};
soc { &blsp_i2c1 {
sdhci@c0c4000 { status = "okay";
status = "okay";
mmc-ddr-1_8v; /* Synaptics touchscreen */
/* SoMC Nile platform's eMMC doesn't support HS200 mode */ };
mmc-hs400-1_8v;
};
i2c@c175000 { &blsp_i2c2 {
status = "okay"; status = "okay";
/* Synaptics touchscreen */ /* SMB1351 charger */
}; };
i2c@c176000 { /* I2C3, 4, 5, 7 and 8 are disabled on this board. */
status = "okay";
/* SMB1351 charger */ &blsp_i2c6 {
}; status = "okay";
serial@c1af000 { /* NXP NFC */
status = "okay"; };
};
/* I2C3, 4, 5, 7 and 8 are disabled on this board. */ &blsp1_uart2 {
status = "okay";
i2c@c1b6000 { /* MSM serial console */
status = "okay"; };
/* NXP NFC */ &blsp2_uart1 {
}; status = "okay";
};
/* HCI Bluetooth */
}; };
&rpm_requests { &rpm_requests {
...@@ -502,6 +498,19 @@ vreg_l19a_3p3: l19 { ...@@ -502,6 +498,19 @@ vreg_l19a_3p3: l19 {
}; };
}; };
&sdhc_1 {
status = "okay";
supports-cqe;
/* SoMC Nile platform's eMMC doesn't support HS200 mode */
mmc-ddr-1_8v;
mmc-hs400-1_8v;
mmc-hs400-enhanced-strobe;
vmmc-supply = <&vreg_l4b_29p5>;
vqmmc-supply = <&vreg_l8a_1p8>;
};
&tlmm { &tlmm {
gpio-reserved-ranges = <8 4>; gpio-reserved-ranges = <8 4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment