arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix backlight pin function"
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Mar 2023 18:36:19 +0000 (19:36 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 4 Apr 2023 19:26:27 +0000 (12:26 -0700)
This reverts commit 46546f28825cf3a5ef6873b9cf947cd85c8a7258 because it
mistakenly took PMIC pinctrl/GPIO as TLMM.  The TLMM pinctrl uses "gpio"
function, but PMIC uses "normal", so original code was correct:

  msm8998-oneplus-cheeseburger.dtb: pmic@2: gpio@c000:button-backlight-state: 'oneOf' conditional failed, one must be fixed:
    'gpio' is not one of ['normal', 'paired', 'func1', 'func2', 'dtest1', 'dtest2', 'dtest3', 'dtest4', 'func3', 'func4']

Fixes: 46546f28825c ("arm64: dts: qcom: msm8998-oneplus-cheeseburger: fix backlight pin function")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230312183622.460488-5-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts

index d36b36a..fac8b35 100644 (file)
@@ -34,7 +34,7 @@
 &pmi8998_gpios {
        button_backlight_default: button-backlight-state {
                pins = "gpio5";
-               function = "gpio";
+               function = "normal";
                bias-pull-down;
                qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
        };