Commit 37e93c7c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc8180x-primus: 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:

  sc8180x-primus.dtb: pinctrl@3100000: hall-int-active-state: 'oneOf' conditional failed, one must be fixed:
    'bias-disable', 'function', 'input-enable', 'pins' do not match any of the regexes: '-pins$', 'pinctrl-[0-9]+'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230717210055.21979-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 2c2f83d9
...@@ -580,7 +580,6 @@ hall_int_active_state: hall-int-active-state { ...@@ -580,7 +580,6 @@ hall_int_active_state: hall-int-active-state {
pins = "gpio121"; pins = "gpio121";
function = "gpio"; function = "gpio";
input-enable;
bias-disable; bias-disable;
}; };
...@@ -590,7 +589,6 @@ int-n-pins { ...@@ -590,7 +589,6 @@ int-n-pins {
function = "gpio"; function = "gpio";
bias-pull-up; bias-pull-up;
intput-enable;
}; };
kp-disable-pins { kp-disable-pins {
...@@ -639,7 +637,6 @@ tp-int-pins { ...@@ -639,7 +637,6 @@ tp-int-pins {
function = "gpio"; function = "gpio";
bias-disable; bias-disable;
input-enable;
}; };
tp-close-n-pins { tp-close-n-pins {
...@@ -647,7 +644,6 @@ tp-close-n-pins { ...@@ -647,7 +644,6 @@ tp-close-n-pins {
function = "gpio"; function = "gpio";
bias-disable; bias-disable;
input-enable;
}; };
}; };
...@@ -656,7 +652,6 @@ int-n-pins { ...@@ -656,7 +652,6 @@ int-n-pins {
pins = "gpio122"; pins = "gpio122";
function = "gpio"; function = "gpio";
input-enable;
bias-disable; bias-disable;
}; };
......
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