From b804d3c941dfcf176df9f0838a05f9e6f4ac63d9 Mon Sep 17 00:00:00 2001 From: "Vangala, Amarnath" Date: Thu, 10 Oct 2024 22:22:17 +0530 Subject: [PATCH] ARM: dts: msm: Add support for Tuna audio Add support for tuna audio device tree entree. Change-Id: Ic85de2ab888e4c4b9874775492e0650fdcc72d8f Signed-off-by: Vangala, Amarnath --- tuna-audio.dts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tuna-audio.dts diff --git a/tuna-audio.dts b/tuna-audio.dts new file mode 100644 index 00000000..3291558f --- /dev/null +++ b/tuna-audio.dts @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include +#include +#include +#include + +#include "tuna-audio.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. tuna"; + compatible = "qcom,tuna"; + qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,board-id = <0 0>; +};