ARM: dts: qcom: remove unused gpio
- Removal of I2S0_DATA1 pin, as GPIO_63 is not used internally for I2S purpose and it is being used by other subsystem. Change-Id: I7c3636f9dfcebc68ed3da95793c158e70ad95184 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
committed by
Rohit Jadhav
parent
ced8fe7636
commit
9a610926aa
@@ -94,37 +94,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
i2s0_sd1 {
|
||||
i2s0_sd1_sleep: i2s0_sd1_sleep {
|
||||
mux {
|
||||
pins = "gpio63";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio63";
|
||||
drive-strength = <2>; /* 2 mA */
|
||||
bias-pull-down; /* PULL DOWN */
|
||||
input-enable;
|
||||
};
|
||||
};
|
||||
|
||||
i2s0_sd1_active: i2s0_sd1_active {
|
||||
mux {
|
||||
pins = "gpio63";
|
||||
function = "i2s0_data1";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio63";
|
||||
drive-strength = <8>; /* 8 mA */
|
||||
bias-disable; /* NO PULL */
|
||||
output-high;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
/* WCD reset pin */
|
||||
wcd_reset_active: wcd_reset_active {
|
||||
mux {
|
||||
|
Reference in New Issue
Block a user