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

Commit ba138f45 authored by Neeraj Upadhyay's avatar Neeraj Upadhyay
Browse files

ARM: dts: msm: Add msmfalcon device tree files for internal codec



Add device tree files for msmfalcon target, for platforms with
internal audio codec.

Change-Id: Id5d42a941c1583edc9c1ce0803c764b87a445313
Signed-off-by: default avatarNeeraj Upadhyay <neeraju@codeaurora.org>
parent d0deb260
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -137,8 +137,11 @@ dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb
dtb-$(CONFIG_ARCH_MSMFALCON) += msmfalcon-sim.dtb \
	msmfalcon-rumi.dtb \
	msmfalcon-cdp.dtb \
	msmfalcon-internal-codec-cdp.dtb \
	msmfalcon-mtp.dtb \
	msmfalcon-internal-codec-mtp.dtb \
	msmfalcon-rcm.dtb \
	msmfalcon-internal-codec-rcm.dtb \
	msmfalcon-qrd.dtb

dtb-$(CONFIG_ARCH_MSMTRITON) += msmtriton-rumi.dtb
+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 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
 * 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.
 */


/dts-v1/;

#include "msmfalcon.dtsi"
#include "msmfalcon-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM FALCON Int. Audio Codec CDP";
	compatible = "qcom,msmfalcon-cdp", "qcom,msmfalcon", "qcom,cdp";
	qcom,board-id = <1 1>;
};
+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 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
 * 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.
 */


/dts-v1/;

#include "msmfalcon.dtsi"
#include "msmfalcon-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM FALCON Int. Audio Codec MTP";
	compatible = "qcom,msmfalcon-mtp", "qcom,msmfalcon", "qcom,mtp";
	qcom,board-id = <8 1>;
};
+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 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
 * 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.
 */


/dts-v1/;

#include "msmfalcon.dtsi"
#include "msmfalcon-cdp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM FALCON Int. Audio Codec RCM";
	compatible = "qcom,msmfalcon-cdp", "qcom,msmfalcon", "qcom,cdp";
	qcom,board-id = <21 1>;
};