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

Commit ca98f1a0 authored by Rohit Kumar's avatar Rohit Kumar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add overlay support for internal codec on sdm670



Reorganize device tree to support overlay for internal codec on
sdm670. Move non-SoC and internal codec  specific device tree
nodes to overlay device tree file.

Change-Id: I25f8e9187ad07341eb1c94899948e2232dea45be
Signed-off-by: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent efba4be1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "sdm670.dtsi"
#include "sdm670-cdp.dtsi"
#include "sdm670-int-codec-audio-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM670 PM660 + PM660L CDP";
+12 −0
Original line number Diff line number Diff line
/* Copyright (c) 2017, 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 "sdm670-audio-overlay.dtsi"
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "sdm670.dtsi"
#include "sdm670-mtp.dtsi"
#include "sdm670-int-codec-audio-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM670 PM660 + PM660L MTP";
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include "sdm670.dtsi"
#include "sdm670-cdp.dtsi"
#include "pm660a.dtsi"
#include "sdm670-int-codec-audio-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM670 PM660 + PM660A CDP";
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include "sdm670.dtsi"
#include "sdm670-mtp.dtsi"
#include "pm660a.dtsi"
#include "sdm670-int-codec-audio-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM670 PM660 + PM660A MTP";
Loading