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

Commit f917f67b authored by Laxminath Kasam's avatar Laxminath Kasam Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable audio nodes for msmgold



Include audio specific DT files in dtsi rather than dts.
This would help APQ/RCM flavors which include the MTP/CDP
dtsi files. Else they also need to include audio DT files.
Also clean up external codec DT file for GPIO not used by
audio.

Change-Id: I77df7c38cd60d560f73cecdb9329545e0344f836
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent f6a010ea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -15,7 +15,6 @@

#include "msmgold.dtsi"
#include "msmgold-pmi8937-cdp.dtsi"
#include "msmgold-audio-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSMGOLD-PMI8937 CDP";
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -13,6 +13,7 @@

#include "msm-pmi8937.dtsi"
#include "msmgold-cdp.dtsi"
#include "msmgold-audio-cdp.dtsi"

&soc {
	led_flash0: qcom,camera-flash {
+1 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -15,7 +15,6 @@

#include "msmgold.dtsi"
#include "msmgold-pmi8937-mtp.dtsi"
#include "msmgold-audio-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSMGOLD-PMI8937 MTP";
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#include "msm-pmi8937.dtsi"
#include "msmgold-mtp.dtsi"
#include "msmgold-audio-mtp.dtsi"

&soc {
	led_flash0: qcom,camera-flash {
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@

#include "msmgold.dtsi"
#include "msmgold-pmi8950-cdp.dtsi"
#include "msmgold-audio-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSMGOLD-PMI8950 CDP";
Loading