Skip to content

Commit d54df22

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: bullhead: Move UART pinctrl to SoC
This pinout is common for every 8992-based device and should therefore reside in the SoC device tree. Also convert addresses into phandles. Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 4acc8d6 commit d54df22

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@
2323
stdout-path = "serial0:115200n8";
2424
};
2525

26-
soc {
27-
serial@f991e000 {
28-
status = "okay";
29-
pinctrl-names = "default", "sleep";
30-
pinctrl-0 = <&blsp1_uart2_default>;
31-
pinctrl-1 = <&blsp1_uart2_sleep>;
32-
};
33-
};
34-
3526
reserved-memory {
3627
#address-cells = <2>;
3728
#size-cells = <2>;
@@ -48,6 +39,10 @@
4839
};
4940
};
5041

42+
&blsp1_uart2 {
43+
status = "okay";
44+
};
45+
5146
&rpm_requests {
5247
pm8994-regulators {
5348
compatible = "qcom,rpm-pm8994-regulators";

0 commit comments

Comments
 (0)