ARM: dts: msm: Remove extra space in pin function name for Sun
In pinctrl file there is extra space in function name for qup1_se0_l1, which is leading to ios lines not in good state. To solve the removed extra space. Change-Id: I79b34f15bcf3eb52ac950876b3339c77d036983d Signed-off-by: Anil Veshala Veshala <quic_aveshala@quicinc.com>
This commit is contained in:
@@ -615,7 +615,7 @@
|
||||
qupv3_se0_i2c_scl_active: qupv3_se0_i2c_scl_active {
|
||||
mux {
|
||||
pins = "gpio33";
|
||||
function = "qup1_se0_l1 ";
|
||||
function = "qup1_se0_l1";
|
||||
};
|
||||
|
||||
config {
|
||||
|
Reference in New Issue
Block a user