diff options
author | Konrad Dybcio <[email protected]> | 2023-04-07 15:28:36 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-04-07 11:17:51 -0700 |
commit | 149959d0b18113881cb0a47ad8f8d36b60ff6f9f (patch) | |
tree | be0f5c9897fcf90b431c722397ae6090f9285af4 | |
parent | 7891372d6c5b3d73c304e26fa1e3b17c022281a1 (diff) |
arm64: dts: qcom: sdm845-oneplus: Fix speaker GPIO node
Drop the unnecessary mux{} level to make dtbs check happy.
Signed-off-by: Konrad Dybcio <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index 0c268c560d37..8c2b9382337c 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -814,13 +814,11 @@ }; 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; }; }; |