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

Commit 2392b267 authored by Mayank Chopra's avatar Mayank Chopra
Browse files

ARM: dts: msm: Add APQ8096 Auto Dragonboard device support



Update board-id subtype for APQ-8096 based Auto Dragonboard. This
info can be used to differentiate between default apq8096 dragonboard
and dragonboard used in automotive.

cat /sys/devices/soc0/platform_subtype_id
 0 -> APQ8096 Dragonboard
 1 -> APQ8096 Auto Dragonboard

Change-Id: Iabbbb97d979261d31ffecae20c5195228a44d133
Signed-off-by: default avatarMayank Chopra <makchopra@codeaurora.org>
parent 6cb8923f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
	apq8096-v2-pmi8994-pm8004-pmk8001-cdp.dtb \
	apq8096-v2-liquid.dtb \
	apq8096-v2-dragonboard.dtb \
	apq8096-v2-auto-dragonboard.dtb \
	apq8096-v3-pmi8994-cdp.dtb \
	apq8096-v3-pmi8994-pmk8001-cdp.dtb \
	apq8096-v3-pmi8994-pm8004-cdp.dtb \
@@ -45,6 +46,7 @@ dtb-$(CONFIG_ARCH_MSM8996) += msm8996-v2-pmi8994-cdp.dtb \
	apq8096-v3-pmi8996-cdp.dtb \
	apq8096-v3-liquid.dtb \
	apq8096-v3-dragonboard.dtb \
	apq8096-v3-auto-dragonboard.dtb \
	apq8096-v3.0-pmi8994-cdp.dtb \
	apq8096-v3.0-pmi8994-pm8004-cdp.dtb \
	apq8096-v3.0-pmi8994-pm8004-pmk8001-cdp.dtb \
+854 −0

File added.

Preview size limit exceeded, changes collapsed.

+25 −0
Original line number Diff line number Diff line
/* Copyright (c) 2015, 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 "apq8096-v2.dtsi"
#include "apq8096-auto-dragonboard.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8096v2.1 + PMI8994 DragonBoard";
	compatible = "qcom,apq8096-dragonboard", "qcom,msm8996",
			"qcom,apq8096", "qcom,dragonboard";
	qcom,msm-id = <246 0x20001>, <291 0x20001>;
	qcom,board-id = <10 1>;
};
+25 −0
Original line number Diff line number Diff line
/* Copyright (c) 2015, 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 "apq8096-v3.dtsi"
#include "apq8096-auto-dragonboard.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8096v3 + PMI8994 DragonBoard";
	compatible = "qcom,apq8096-dragonboard", "qcom,msm8996",
			"qcom,apq8096", "qcom,dragonboard";
	qcom,msm-id = <246 0x30000>, <291 0x30000>;
	qcom,board-id = <10 1>;
};