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

Commit 7ab024bd authored by Sumit Agrawal's avatar Sumit Agrawal Committed by Vijay Navnath Kamble
Browse files

ARM: dts: msm: Add DT support for apq8053-lite FEP v2 with Ext Codec



Add DT support for apq8053-lite based SOM with miniCCB
and external codec.

Change-Id: If3501eff82887b334ac44ebef8bbcb89021fe32a
Signed-off-by: default avatarSumit Agrawal <agsumit@codeaurora.org>
parent ec7a3356
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -262,6 +262,7 @@ dtb-$(CONFIG_ARCH_MSM8953) += msm8953-sim.dtb \
	apq8053-ext-codec-rcm.dtb \
	apq8053-lite-dragon-v1.0.dtb \
	apq8053-lite-dragon-v2.0.dtb \
	apq8053-lite-ext-codec-dragon-v2.0.dtb \
	msm8953-cdp-1200p.dtb \
	msm8953-iot-mtp.dtb \
	apq8053-iot-mtp.dtb \
+28 −0
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.
 */

/dts-v1/;

#include "apq8053-lite.dtsi"
#include "apq8053-lite-dragon-v2.0.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8053 Lite + Ext Codec DragonBoard V2.0";
	compatible = "qcom,apq8053-lite-dragonboard",
			"qcom,apq8053", "qcom,dragonboard";
	qcom,board-id = <0x0103010A 0>;
};

&blsp2_uart0 {
	status = "okay";
};