ARM: dts: msm: Add pinctrl property for 4W UART node

Add the "shutdown" config for 4W UART node and correct the
compatible field for GNSS UART node on SM8150 target.

Change-Id: Ifcf6d77d844cd5328151cf8ae1880a8b830eefd8
This commit is contained in:
Aniket Randive
2022-06-02 14:32:34 +05:30
parent faacfd3219
commit 18ed667ccf
2 changed files with 17 additions and 15 deletions

View File

@@ -1639,6 +1639,19 @@
};
qupv3_se17_4uart_pins: qupv3_se17_4uart_pins {
qupv3_se17_default_tx: qupv3_se17_default_tx {
mux {
pins = "gpio45";
function = "gpio";
};
config {
pins = "gpio45";
drive-strength = <2>;
bias-pull-up;
};
};
qupv3_se17_default_ctsrtsrx:
qupv3_se17_default_ctsrtsrx {
mux {
@@ -1653,19 +1666,6 @@
};
};
qupv3_se17_default_tx: qupv3_se17_default_tx {
mux {
pins = "gpio45";
function = "gpio";
};
config {
pins = "gpio45";
drive-strength = <2>;
bias-pull-up;
};
};
qupv3_se17_ctsrx: qupv3_se17_ctsrx {
mux {
pins = "gpio43", "gpio46";

View File

@@ -533,11 +533,11 @@
/* GNSS UART Instance */
qupv3_se9_2uart: qcom,qup_uart@a84000 {
compatible = "qcom,geni-debug-uart";
compatible = "qcom,msm-geni-serial-hs";
reg = <0xa84000 0x4000>;
reg-names = "se_phys";
interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "se";
clock-names = "se-clk";
clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
interconnect-names = "qup-core", "qup-config", "qup-memory";
interconnects =
@@ -941,6 +941,8 @@
<&qupv3_se17_tx>;
pinctrl-2 = <&qupv3_se17_ctsrx>, <&qupv3_se17_rts>,
<&qupv3_se17_tx>;
pinctrl-3 = <&qupv3_se17_default_ctsrtsrx>,
<&qupv3_se17_default_tx>;
qcom,wakeup-byte = <0xFD>;
status = "disabled";
};