From c28321752edf4219cb8f6ea995ebd319c5b7cbbb Mon Sep 17 00:00:00 2001 From: Arian Date: Wed, 24 Jan 2024 18:29:33 +0100 Subject: [PATCH] fixup! audio-devicetree: Add support for mayfly, unicorn and thor --- qcom/audio/mayfly-audio.dts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/qcom/audio/mayfly-audio.dts b/qcom/audio/mayfly-audio.dts index 79d772c7..5eda5d90 100644 --- a/qcom/audio/mayfly-audio.dts +++ b/qcom/audio/mayfly-audio.dts @@ -15,33 +15,33 @@ sbu_uart_en: msm_cdc_pinctrl@12 { compatible = "qcom,msm-cdc-pinctrl"; pinctrl-names = "aud_active", "aud_sleep"; - pinctrl-0 = <&sbu_uart_en_active_may>; - pinctrl-1 = <&sbu_uart_en_idle_may>; + pinctrl-0 = <&sbu_uart_en_active_uni>; + pinctrl-1 = <&sbu_uart_en_idle_uni>; #gpio-cells = <0>; }; }; &tlmm { - sbu_uart_en_idle_may: uart_audio_en_idle_may { + sbu_uart_en_idle_uni: uart_audio_en_idle_uni { mux { - pins = "gpio12"; + pins = "gpio74"; function = "gpio"; }; config { - pins = "gpio12"; + pins = "gpio74"; drive-strength = <2>; bias-pull-down; output-low; }; }; - sbu_uart_en_active_may: uart_audio_en_active_may { + sbu_uart_en_active_uni: uart_audio_en_active_uni { mux { - pins = "gpio12"; + pins = "gpio74"; function = "gpio"; }; config { - pins = "gpio12"; + pins = "gpio74"; drive-strength = <2>; bias-disable; output-high; @@ -50,5 +50,5 @@ }; &swr_haptics { - status = "ok"; + status = "disabled"; };