arm64: dts: qcom: sdm845-oneplus: Fix speaker GPIO node
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Fri, 7 Apr 2023 13:28:36 +0000 (15:28 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 7 Apr 2023 18:17:51 +0000 (11:17 -0700)
Drop the unnecessary mux{} level to make dtbs check happy.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407-topic-msm_dtb-v1-6-6efb4196f51f@linaro.org
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi

index 0c268c5..8c2b938 100644 (file)
        };
 
        speaker_default: speaker-default-state {
-               mux {
-                       pins = "gpio69";
-                       function = "gpio";
-                       drive-strength = <16>;
-                       bias-pull-up;
-                       output-high;
-               };
+               pins = "gpio69";
+               function = "gpio";
+               drive-strength = <16>;
+               bias-pull-up;
+               output-high;
        };
 };