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

Commit 926be2ab authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add DT for MSM8909 IoE ref board with WCD9326



MSM8909 MTP with WCD9326 external codec and reference board.
Add skeleton device tree support for this platform.

Change-Id: I9418188c4e3f9e8d1ae3cc791f2e5456846a31c5
Signed-off-by: default avatarSourabh Banerjee <sbanerje@codeaurora.org>
parent 1a9a5af3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -230,7 +230,8 @@ dtb-$(CONFIG_ARCH_MSM8909) += msm8909-pm8916-mtp.dtb \
	apq8009w-1gb-swoctp.dtb \
	apq8009w-1gb-nowgr-swoctp.dtb \
	apq8009-mtp-wcd9326.dtb \
	msm8909-mtp-wcd9326.dtb
	msm8909-mtp-wcd9326.dtb \
	msm8909-mtp-wcd9326-refboard.dtb


ifeq ($(CONFIG_ARM64),y)
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@
		qcom,clock-rates = <24000000 0>;
	};

	qcom,camera@1 {
	qcom_camera1: qcom,camera@1 {
		cell-index = <1>;
		compatible = "qcom,camera";
		reg = <0x1>;
+26 −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 "msm8909-mtp.dtsi"
#include "msm8909-pm8916.dtsi"
#include "msm8909-pm8916-mtp.dtsi"
#include "apq8009-audio-external_codec.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8909 WCD9326 Reference Board";
	compatible = "qcom,msm8909-mtp", "qcom,msm8909", "qcom,mtp";
	qcom,msm-id = <245 2>;
	qcom,board-id= <8 0x8>;
};