Commit ba492bea authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc8180x-flex-5g: 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
commit c4a48b0d ("dt-bindings: pinctrl: qcom: tlmm should use
output-disable, not input-enable") the property is not accepted anymore.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230617112115.130024-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 9e3a0c7a
...@@ -497,7 +497,6 @@ hall_int_active_state: hall-int-active-state { ...@@ -497,7 +497,6 @@ hall_int_active_state: hall-int-active-state {
pins = "gpio121"; pins = "gpio121";
function = "gpio"; function = "gpio";
input-enable;
bias-disable; bias-disable;
}; };
...@@ -513,7 +512,6 @@ i2c1_hid_active: i2c1-hid-active-state { ...@@ -513,7 +512,6 @@ i2c1_hid_active: i2c1-hid-active-state {
pins = "gpio122"; pins = "gpio122";
function = "gpio"; function = "gpio";
input-enable;
bias-pull-up; bias-pull-up;
drive-strength = <2>; drive-strength = <2>;
}; };
...@@ -530,7 +528,6 @@ i2c7_hid_active: i2c7-hid-active-state { ...@@ -530,7 +528,6 @@ i2c7_hid_active: i2c7-hid-active-state {
pins = "gpio37", "gpio24"; pins = "gpio37", "gpio24";
function = "gpio"; function = "gpio";
input-enable;
bias-pull-up; bias-pull-up;
drive-strength = <2>; drive-strength = <2>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment