Merge "ARM: dts: msm: Change q2spi mosi and clock sleep configuration"

This commit is contained in:
qctecmdr
2024-03-14 09:12:13 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&tlmm {
@@ -2569,16 +2569,14 @@
};
};
qupv3_se13_q2spi_sleep: qupv3_se13_q2spi_sleep {
qupv3_se13_q2spi_doorbell_sleep: qupv3_se13_q2spi_doorbell_sleep {
mux {
pins = "gpio21", "gpio22",
"gpio23";
pins = "gpio23";
function = "gpio";
};
config {
pins = "gpio21", "gpio22",
"gpio23";
pins = "gpio23";
drive-strength = <2>;
bias-pull-down;
};

View File

@@ -976,11 +976,12 @@
pinctrl-names = "default", "sleep";
pinctrl-0 = <&qupv3_se13_q2spi_mosi_active>, <&qupv3_se13_q2spi_miso_active>,
<&qupv3_se13_q2spi_clk_active>, <&qupv3_se13_q2spi_doorbell_active>;
pinctrl-1 = <&qupv3_se13_q2spi_sleep>, <&qupv3_se13_q2spi_miso_sleep>;
pinctrl-1 = <&qupv3_se13_q2spi_mosi_active>, <&qupv3_se13_q2spi_miso_sleep>,
<&qupv3_se13_q2spi_clk_active>, <&qupv3_se13_q2spi_doorbell_sleep>;
dmas = <&gpi_dma2 0 5 14 64 0>,
<&gpi_dma2 1 5 14 64 0>;
dma-names = "tx", "rx";
q2spi-max-frequency = <10000000>;
q2spi-max-frequency = <32000000>;
status = "disabled";
};