ARM: dts: qcom: Correct gpio pins for i2s0_sd0
-Update of correct gpio pin for i2s_ds0. Change-Id: I6716bdd61c90909cbbc646638ea97d98ae5b50ba Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
committed by
Rohit Jadhav
parent
a562b45dd4
commit
7840d1a03b
@@ -67,12 +67,12 @@
|
||||
i2s0_sd0 {
|
||||
i2s0_sd0_sleep: i2s0_sd0_sleep {
|
||||
mux {
|
||||
pins = "gpio62";
|
||||
pins = "gpio64";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio62";
|
||||
pins = "gpio64";
|
||||
drive-strength = <2>; /* 2 mA */
|
||||
bias-pull-down; /* PULL DOWN */
|
||||
input-enable;
|
||||
@@ -81,12 +81,12 @@
|
||||
|
||||
i2s0_sd0_active: i2s0_sd0_active {
|
||||
mux {
|
||||
pins = "gpio62";
|
||||
pins = "gpio64";
|
||||
function = "i2s0_data0";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio62";
|
||||
pins = "gpio64";
|
||||
drive-strength = <8>; /* 8 mA */
|
||||
bias-disable; /* NO PULL */
|
||||
output-high;
|
||||
|
Reference in New Issue
Block a user