ARM: dts: msm: Update UART gpio drive strength and gpio control mode for Time Sync

Update QUPV3 Time Sync UART DTSI Entries for Cinder:
Update GPIO drive strength to 6ma.
Update pin control mode as active in UART dtsi.
Disable runtime pm.

Change-Id: I9ba6dee8b387f9ee79a20ea54e52a56a34825559
This commit is contained in:
Alexei Avshalom Lazar
2022-07-17 10:25:32 +03:00
parent 4667d2858f
commit abd90dcaa3
3 changed files with 13 additions and 10 deletions

View File

@@ -1563,7 +1563,7 @@
config {
pins = "gpio30";
drive-strength = <2>;
drive-strength = <6>;
bias-disable;
};
};
@@ -1576,7 +1576,7 @@
config {
pins = "gpio31";
drive-strength = <2>;
drive-strength = <6>;
bias-pull-down;
};
};
@@ -1589,7 +1589,7 @@
config {
pins = "gpio32";
drive-strength = <2>;
drive-strength = <6>;
bias-pull-up;
};
};
@@ -1602,7 +1602,7 @@
config {
pins = "gpio33";
drive-strength = <2>;
drive-strength = <6>;
bias-pull-down;
};
};
@@ -1615,7 +1615,7 @@
config {
pins = "gpio30";
drive-strength = <2>;
drive-strength = <6>;
bias-disable;
};
};
@@ -1628,7 +1628,7 @@
config {
pins = "gpio31";
drive-strength = <2>;
drive-strength = <6>;
bias-pull-down;
};
};
@@ -1641,7 +1641,7 @@
config {
pins = "gpio32";
drive-strength = <2>;
drive-strength = <6>;
bias-pull-up;
};
};
@@ -1654,7 +1654,7 @@
config {
pins = "gpio33";
drive-strength = <2>;
drive-strength = <6>;
bias-pull-down;
};
};

View File

@@ -701,10 +701,12 @@
<&clk_virt MASTER_QUP_CORE_1 &clk_virt SLAVE_QUP_CORE_1>,
<&gem_noc MASTER_APPSS_PROC &system_noc SLAVE_QUP_1>,
<&system_noc MASTER_QUP_1 &mc_virt SLAVE_EBI1>;
pinctrl-names = "default", "sleep";
pinctrl-names = "default", "sleep", "active";
pinctrl-0 = <&qupv3_se13_default_cts>, <&qupv3_se13_default_rts>,
<&qupv3_se13_default_tx>, <&qupv3_se13_default_rx>;
pinctrl-1 = <&qupv3_se13_cts>, <&qupv3_se13_rts>,
pinctrl-1 = <&qupv3_se13_default_cts>, <&qupv3_se13_default_rts>,
<&qupv3_se13_default_tx>, <&qupv3_se13_default_rx>;
pinctrl-2 = <&qupv3_se13_cts>, <&qupv3_se13_rts>,
<&qupv3_se13_tx>, <&qupv3_se13_rx>;
status = "disabled";
};

View File

@@ -1380,6 +1380,7 @@
};
&qupv3_se13_4uart {
qcom,auto-suspend-disable;
status = "ok";
};