ARM: dts: qcom: Disable haptics for cdp variants
Disable haptics on all cdp variants. Change-Id: I9761681b2984aceb208c58a872877a18225c0eb3 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
committed by
Vishnuvardhan Rao Ravulapati
parent
36ebcc2dce
commit
c609eb22e0
@@ -40,9 +40,13 @@
|
||||
&cdc_sep_mi2s_gpios {
|
||||
status = "disabled";
|
||||
};
|
||||
&swr_haptics {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sun_snd {
|
||||
qcom,model = "sun-cdp-snd-card";
|
||||
swr-haptics-unsupported;
|
||||
qcom,audio-routing =
|
||||
"AMIC1", "Analog Mic1",
|
||||
"AMIC1", "MIC BIAS1",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/*This is CDP with Hamilton wlan*/
|
||||
|
@@ -1,10 +1,15 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "sun-audio-overlay.dtsi"
|
||||
|
||||
&swr_haptics {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
&sun_snd {
|
||||
compatible = "qcom,sun-asoc-snd-stub";
|
||||
asoc-codec = <&stub_codec>;
|
||||
|
Reference in New Issue
Block a user