ARM: dts: msm: Add initial device tree files for falcon RUMI

Adding the device tree files for RUMI platform.

Change-Id: I980e39b8c072fc2ec35d84b8698c40c770f7f041
Signed-off-by: Venkatesh Yadav Abbarapu <vabbar@codeaurora.org>
This commit is contained in:
Venkatesh Yadav Abbarapu 2016-06-29 18:29:08 +05:30 committed by Kyle Yan
parent 4a5b332ab4
commit 4423fd7a10
3 changed files with 32 additions and 1 deletions

View file

@ -255,6 +255,7 @@ compatible = "qcom,msmhamster-rumi"
compatible = "qcom,msmhamster-cdp" compatible = "qcom,msmhamster-cdp"
compatible = "qcom,msmhamster-mtp" compatible = "qcom,msmhamster-mtp"
compatible = "qcom,msmfalcon-sim" compatible = "qcom,msmfalcon-sim"
compatible = "qcom,msmfalcon-rumi"
compatible = "qcom,msm8952-rumi" compatible = "qcom,msm8952-rumi"
compatible = "qcom,msm8952-sim" compatible = "qcom,msm8952-sim"
compatible = "qcom,msm8952-qrd" compatible = "qcom,msm8952-qrd"

View file

@ -116,7 +116,8 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb
dtb-$(CONFIG_ARCH_MSMFALCON) += msmfalcon-sim.dtb dtb-$(CONFIG_ARCH_MSMFALCON) += msmfalcon-sim.dtb \
msmfalcon-rumi.dtb
ifeq ($(CONFIG_ARM64),y) ifeq ($(CONFIG_ARM64),y)
always := $(dtb-y) always := $(dtb-y)

View file

@ -0,0 +1,29 @@
/* 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-pinctrl.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM FALCON RUMI";
compatible = "qcom,msmfalcon-rumi", "qcom,msmfalcon", "qcom,rumi";
qcom,board-id = <15 0>;
};
&uartblsp2dm1 {
status = "ok";
pinctrl-names = "default";
pinctrl-0 = <&uart_console_active>;
};