summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-06 14:33:49 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-06 14:33:49 -0800
commit9e0498ae413a2645d7adfa5a906eba4cd2d6abb8 (patch)
tree5c03829a72347a58831ffc4bd2ebab596be74091 /arch
parent83f201a4a0502b42d9e65c9bb134bff2f209f080 (diff)
parent693e2cde51248124d129a0733a54b7389ca9a342 (diff)
Merge "ARM: dts: msm: Add device tree for msmfalcon CDP, MTP & RCM"
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/Makefile5
-rw-r--r--arch/arm/boot/dts/qcom/msmfalcon-cdp.dts23
-rw-r--r--arch/arm/boot/dts/qcom/msmfalcon-cdp.dtsi24
-rw-r--r--arch/arm/boot/dts/qcom/msmfalcon-mtp.dts23
-rw-r--r--arch/arm/boot/dts/qcom/msmfalcon-mtp.dtsi24
-rw-r--r--arch/arm/boot/dts/qcom/msmfalcon-rcm.dts23
6 files changed, 121 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile
index 730b76846c9d..4d82f51be778 100644
--- a/arch/arm/boot/dts/qcom/Makefile
+++ b/arch/arm/boot/dts/qcom/Makefile
@@ -135,7 +135,10 @@ dtb-$(CONFIG_ARCH_MSM8998) += msm8998-sim.dtb \
dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb
dtb-$(CONFIG_ARCH_MSMFALCON) += msmfalcon-sim.dtb \
- msmfalcon-rumi.dtb
+ msmfalcon-rumi.dtb \
+ msmfalcon-cdp.dtb \
+ msmfalcon-mtp.dtb \
+ msmfalcon-rcm.dtb
dtb-$(CONFIG_ARCH_MSMTRITON) += msmtriton-rumi.dtb
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-cdp.dts b/arch/arm/boot/dts/qcom/msmfalcon-cdp.dts
new file mode 100644
index 000000000000..76fa0bbc0fe8
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/msmfalcon-cdp.dts
@@ -0,0 +1,23 @@
+/* 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 CDP";
+ compatible = "qcom,msmfalcon-cdp", "qcom,msmfalcon", "qcom,cdp";
+ qcom,board-id = <1 0>;
+};
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-cdp.dtsi b/arch/arm/boot/dts/qcom/msmfalcon-cdp.dtsi
new file mode 100644
index 000000000000..3ec991b82bba
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/msmfalcon-cdp.dtsi
@@ -0,0 +1,24 @@
+/* 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.
+ */
+
+#include "msmfalcon-pinctrl.dtsi"
+/ {
+};
+
+&uartblsp1dm1 {
+ status = "ok";
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart_console_active>;
+};
+
+&soc {
+};
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-mtp.dts b/arch/arm/boot/dts/qcom/msmfalcon-mtp.dts
new file mode 100644
index 000000000000..1d4aaa2333cb
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/msmfalcon-mtp.dts
@@ -0,0 +1,23 @@
+/* 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 MTP";
+ compatible = "qcom,msmfalcon-mtp", "qcom,msmfalcon", "qcom,mtp";
+ qcom,board-id = <8 0>;
+};
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-mtp.dtsi b/arch/arm/boot/dts/qcom/msmfalcon-mtp.dtsi
new file mode 100644
index 000000000000..3ec991b82bba
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/msmfalcon-mtp.dtsi
@@ -0,0 +1,24 @@
+/* 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.
+ */
+
+#include "msmfalcon-pinctrl.dtsi"
+/ {
+};
+
+&uartblsp1dm1 {
+ status = "ok";
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart_console_active>;
+};
+
+&soc {
+};
diff --git a/arch/arm/boot/dts/qcom/msmfalcon-rcm.dts b/arch/arm/boot/dts/qcom/msmfalcon-rcm.dts
new file mode 100644
index 000000000000..140be9311e8a
--- /dev/null
+++ b/arch/arm/boot/dts/qcom/msmfalcon-rcm.dts
@@ -0,0 +1,23 @@
+/* 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 RCM";
+ compatible = "qcom,msmfalcon-cdp", "qcom,msmfalcon", "qcom,cdp";
+ qcom,board-id = <21 0>;
+};