Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cfdaf4e authored by Vidyakumar Athota's avatar Vidyakumar Athota Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: include audio overlay in sdm855 variants



Include sdm855-audio-overlay.dtsi file in all other sdm855 target
variants to update audio specific properties.

Change-Id: Iac3acb1e122b476c073d11fb33412f197782f5b6
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent ff14566d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>

#include "sdm855-cdp.dtsi"
#include "sdm855-audio-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM855 v1 CDP";
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <dt-bindings/input/input.h>

#include "sdm855-pmic-overlay.dtsi"
#include "sdm855-audio-overlay.dtsi"

&qupv3_se12_2uart {
	status = "ok";
+0 −20
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "sdm855-audio-overlay.dtsi"

&soc {
	sound-pahu {
		qcom,wsa-max-devs = <1>;
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>

#include "sdm855-mtp.dtsi"
#include "sdm855-mtp-audio-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM855 v1 MTP";
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <dt-bindings/input/input.h>

#include "sdm855-pmic-overlay.dtsi"
#include "sdm855-audio-overlay.dtsi"

&qupv3_se12_2uart {
	status = "ok";
@@ -65,6 +66,10 @@
			linux,can-disable;
		};
	};

	sound-pahu {
		qcom,wsa-max-devs = <1>;
	};
};

&ufsphy_mem {
Loading