ARM: dts: msm: Change q2spi mosi and clock sleep configuration
Change q2spi mosi and clock sleep configuration as per client recommendation. Change-Id: I151c86e8b4ea356aa1ff3939c1fcdc3f6d5499fa Signed-off-by: Chandana Kishori Chiluveru <quic_cchiluve@quicinc.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
@@ -976,7 +976,8 @@
|
||||
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";
|
||||
|
Reference in New Issue
Block a user