arm64: dts: qcom: msm8998: remove superfluous "input-enable"
Pin configuration property "input-enable" was used with the intention to
disable the output, but this is done by default by Linux drivers. Since
patch ("dt-bindings: pinctrl: qcom: tlmm should use output-disable, not
input-enable") the property is not accepted anymore.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407175807.124394-3-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
8db80be2af
commit
ecdc2fe120
@@ -640,7 +640,6 @@
|
||||
function = "gpio";
|
||||
bias-disable;
|
||||
drive-strength = <2>;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
ts_int_n: ts-int-n-state {
|
||||
|
||||
@@ -501,7 +501,6 @@
|
||||
function = "gpio";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
ts_int_active: ts-int-active-state {
|
||||
|
||||
@@ -844,7 +844,6 @@
|
||||
function = "gpio";
|
||||
bias-pull-up;
|
||||
drive-strength = <2>;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
chat_cam_pwr_en: chat-cam-pwr-en-default-state {
|
||||
@@ -873,7 +872,6 @@
|
||||
function = "gpio";
|
||||
bias-disable;
|
||||
drive-strength = <2>;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
ts_int_n: ts-int-n-state {
|
||||
|
||||
@@ -528,7 +528,6 @@
|
||||
function = "gpio";
|
||||
drive-strength = <2>;
|
||||
bias-disable;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
mdss_dsi_active_state: mdss-dsi-active-state {
|
||||
@@ -620,7 +619,6 @@
|
||||
function = "gpio";
|
||||
drive-strength = <16>;
|
||||
bias-pull-up;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
ts_int_suspend_state: ts-int-suspend-state {
|
||||
@@ -642,7 +640,6 @@
|
||||
function = "gpio";
|
||||
bias-pull-down;
|
||||
drive-strength = <2>;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
wsa_leftspk_pwr_n_state: wsa-leftspk-pwr-n-state {
|
||||
|
||||
Reference in New Issue
Block a user