Re: [PATCH 2/2] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts

2015-02-27 Thread Heiko Stübner
Hi,

Am Freitag, 27. Februar 2015, 16:14:53 schrieb Kumar Gala:
> Add initial device tree support for Qualcomm MSM8916 SoC and MTP8916
> evaluation board.  At the current time we only boot up a single processor.
> 
> Signed-off-by: Kumar Gala 
> ---
>  arch/arm64/boot/dts/Makefile  |   1 +
>  arch/arm64/boot/dts/qcom/Makefile |   5 +
>  arch/arm64/boot/dts/qcom/msm8916-mtp.dts  |  21 
>  arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi |  24 
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 188
> ++ 5 files changed, 239 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/qcom/Makefile
>  create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dts
>  create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
>  create mode 100644 arch/arm64/boot/dts/qcom/msm8916.dtsi
> 
> diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
> index e0350ca..8517f15 100644
> --- a/arch/arm64/boot/dts/Makefile
> +++ b/arch/arm64/boot/dts/Makefile
> @@ -5,5 +5,6 @@ dts-dirs += cavium
>  dts-dirs += exynos
>  dts-dirs += freescale
>  dts-dirs += mediatek
> +dts-dirs += qcom
> 
>  subdir-y := $(dts-dirs)
> diff --git a/arch/arm64/boot/dts/qcom/Makefile
> b/arch/arm64/boot/dts/qcom/Makefile new file mode 100644
> index 000..c1ab1c3
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/Makefile
> @@ -0,0 +1,5 @@
> +dtb-$(CONFIG_ARCH_QCOM_MSM8916)  += msm8916-mtp.dtb
> +
> +always   := $(dtb-y)
> +subdir-y := $(dts-dirs)
> +clean-files  := *.dtb
> diff --git a/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
> b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts new file mode 100644
> index 000..acfe037
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
> @@ -0,0 +1,21 @@
> +/* Copyright (c) 2014-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 "msm8916-mtp.dtsi"
> +
> +/ {
> + model = "Qualcomm Technologies, Inc. MSM 8916 MTP";
> + compatible = "qcom,msm8916-mtp", "qcom,msm8916", "qcom,mtp";
> + qcom,board-id = <8 0>, <8 1>;

qcom,board-id seems undocumented - grep through devicetree/bindings didn't 
turn up anything. [or I'm just blind]


> +};

[...]

> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> b/arch/arm64/boot/dts/qcom/msm8916.dtsi new file mode 100644
> index 000..72ad0f7
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -0,0 +1,188 @@
> +/* Copyright (c) 2013-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.
> + */
> +
> +#include "skeleton.dtsi"
> +#include 
> +#include 
> +#include 
> +
> +/ {
> + model = "Qualcomm Technologies, Inc. MSM8916";
> + compatible = "qcom,msm8916";
> + qcom,msm-id =   <206 0>,
> + <248 0>,
> + <249 0>,
> + <250 0>;

same for this - nothing found in the devicetree/bindings from 4.0-rc1


Heiko

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2/2] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts

2015-02-27 Thread Kumar Gala
Add initial device tree support for Qualcomm MSM8916 SoC and MTP8916
evaluation board.  At the current time we only boot up a single processor.

Signed-off-by: Kumar Gala 
---
 arch/arm64/boot/dts/Makefile  |   1 +
 arch/arm64/boot/dts/qcom/Makefile |   5 +
 arch/arm64/boot/dts/qcom/msm8916-mtp.dts  |  21 
 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi |  24 
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 188 ++
 5 files changed, 239 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/Makefile
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916.dtsi

diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
index e0350ca..8517f15 100644
--- a/arch/arm64/boot/dts/Makefile
+++ b/arch/arm64/boot/dts/Makefile
@@ -5,5 +5,6 @@ dts-dirs += cavium
 dts-dirs += exynos
 dts-dirs += freescale
 dts-dirs += mediatek
+dts-dirs += qcom
 
 subdir-y   := $(dts-dirs)
diff --git a/arch/arm64/boot/dts/qcom/Makefile 
b/arch/arm64/boot/dts/qcom/Makefile
new file mode 100644
index 000..c1ab1c3
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -0,0 +1,5 @@
+dtb-$(CONFIG_ARCH_QCOM_MSM8916)+= msm8916-mtp.dtb
+
+always := $(dtb-y)
+subdir-y   := $(dts-dirs)
+clean-files:= *.dtb
diff --git a/arch/arm64/boot/dts/qcom/msm8916-mtp.dts 
b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
new file mode 100644
index 000..acfe037
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
@@ -0,0 +1,21 @@
+/* Copyright (c) 2014-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 "msm8916-mtp.dtsi"
+
+/ {
+   model = "Qualcomm Technologies, Inc. MSM 8916 MTP";
+   compatible = "qcom,msm8916-mtp", "qcom,msm8916", "qcom,mtp";
+   qcom,board-id = <8 0>, <8 1>;
+};
diff --git a/arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi 
b/arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
new file mode 100644
index 000..4d2f073
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
@@ -0,0 +1,24 @@
+/* Copyright (c) 2014-2014, 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 "msm8916.dtsi"
+
+/ {
+   soc {
+   serial@78b {
+   status = "okay";
+   pinctrl-names = "default", "sleep";
+   pinctrl-0 = <_uart2_default>;
+   pinctrl-1 = <_uart2_sleep>;
+   };
+   };
+};
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi 
b/arch/arm64/boot/dts/qcom/msm8916.dtsi
new file mode 100644
index 000..72ad0f7
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -0,0 +1,188 @@
+/* Copyright (c) 2013-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.
+ */
+
+#include "skeleton.dtsi"
+#include 
+#include 
+#include 
+
+/ {
+   model = "Qualcomm Technologies, Inc. MSM8916";
+   compatible = "qcom,msm8916";
+   qcom,msm-id =   <206 0>,
+   <248 0>,
+   <249 0>,
+   <250 0>;
+
+   interrupt-parent = <>;
+
+   cpus {
+   #address-cells = <1>;
+   #size-cells = <0>;
+
+   CPU0: cpu@0 {
+   device_type = "cpu";
+   compatible = "arm,cortex-a53", "arm,armv8";
+   reg = <0x0>;
+   };
+
+   CPU1: cpu@1 {
+   device_type = "cpu";
+   compatible = "arm,cortex-a53", "arm,armv8";
+   

[PATCH 2/2] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts

2015-02-27 Thread Kumar Gala
Add initial device tree support for Qualcomm MSM8916 SoC and MTP8916
evaluation board.  At the current time we only boot up a single processor.

Signed-off-by: Kumar Gala ga...@codeaurora.org
---
 arch/arm64/boot/dts/Makefile  |   1 +
 arch/arm64/boot/dts/qcom/Makefile |   5 +
 arch/arm64/boot/dts/qcom/msm8916-mtp.dts  |  21 
 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi |  24 
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 188 ++
 5 files changed, 239 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/Makefile
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8916.dtsi

diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
index e0350ca..8517f15 100644
--- a/arch/arm64/boot/dts/Makefile
+++ b/arch/arm64/boot/dts/Makefile
@@ -5,5 +5,6 @@ dts-dirs += cavium
 dts-dirs += exynos
 dts-dirs += freescale
 dts-dirs += mediatek
+dts-dirs += qcom
 
 subdir-y   := $(dts-dirs)
diff --git a/arch/arm64/boot/dts/qcom/Makefile 
b/arch/arm64/boot/dts/qcom/Makefile
new file mode 100644
index 000..c1ab1c3
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -0,0 +1,5 @@
+dtb-$(CONFIG_ARCH_QCOM_MSM8916)+= msm8916-mtp.dtb
+
+always := $(dtb-y)
+subdir-y   := $(dts-dirs)
+clean-files:= *.dtb
diff --git a/arch/arm64/boot/dts/qcom/msm8916-mtp.dts 
b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
new file mode 100644
index 000..acfe037
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
@@ -0,0 +1,21 @@
+/* Copyright (c) 2014-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 msm8916-mtp.dtsi
+
+/ {
+   model = Qualcomm Technologies, Inc. MSM 8916 MTP;
+   compatible = qcom,msm8916-mtp, qcom,msm8916, qcom,mtp;
+   qcom,board-id = 8 0, 8 1;
+};
diff --git a/arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi 
b/arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
new file mode 100644
index 000..4d2f073
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
@@ -0,0 +1,24 @@
+/* Copyright (c) 2014-2014, 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 msm8916.dtsi
+
+/ {
+   soc {
+   serial@78b {
+   status = okay;
+   pinctrl-names = default, sleep;
+   pinctrl-0 = blsp1_uart2_default;
+   pinctrl-1 = blsp1_uart2_sleep;
+   };
+   };
+};
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi 
b/arch/arm64/boot/dts/qcom/msm8916.dtsi
new file mode 100644
index 000..72ad0f7
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -0,0 +1,188 @@
+/* Copyright (c) 2013-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.
+ */
+
+#include skeleton.dtsi
+#include dt-bindings/interrupt-controller/arm-gic.h
+#include dt-bindings/clock/qcom,gcc-msm8916.h
+#include dt-bindings/reset/qcom,gcc-msm8916.h
+
+/ {
+   model = Qualcomm Technologies, Inc. MSM8916;
+   compatible = qcom,msm8916;
+   qcom,msm-id =   206 0,
+   248 0,
+   249 0,
+   250 0;
+
+   interrupt-parent = intc;
+
+   cpus {
+   #address-cells = 1;
+   #size-cells = 0;
+
+   CPU0: cpu@0 {
+   device_type = cpu;
+   compatible = arm,cortex-a53, arm,armv8;
+   reg = 0x0;
+   };
+
+   CPU1: cpu@1 {
+   

Re: [PATCH 2/2] arm64: dts: Add Qualcomm MSM8916 SoC and evaluation board dts

2015-02-27 Thread Heiko Stübner
Hi,

Am Freitag, 27. Februar 2015, 16:14:53 schrieb Kumar Gala:
 Add initial device tree support for Qualcomm MSM8916 SoC and MTP8916
 evaluation board.  At the current time we only boot up a single processor.
 
 Signed-off-by: Kumar Gala ga...@codeaurora.org
 ---
  arch/arm64/boot/dts/Makefile  |   1 +
  arch/arm64/boot/dts/qcom/Makefile |   5 +
  arch/arm64/boot/dts/qcom/msm8916-mtp.dts  |  21 
  arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi |  24 
  arch/arm64/boot/dts/qcom/msm8916.dtsi | 188
 ++ 5 files changed, 239 insertions(+)
  create mode 100644 arch/arm64/boot/dts/qcom/Makefile
  create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dts
  create mode 100644 arch/arm64/boot/dts/qcom/msm8916-mtp.dtsi
  create mode 100644 arch/arm64/boot/dts/qcom/msm8916.dtsi
 
 diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile
 index e0350ca..8517f15 100644
 --- a/arch/arm64/boot/dts/Makefile
 +++ b/arch/arm64/boot/dts/Makefile
 @@ -5,5 +5,6 @@ dts-dirs += cavium
  dts-dirs += exynos
  dts-dirs += freescale
  dts-dirs += mediatek
 +dts-dirs += qcom
 
  subdir-y := $(dts-dirs)
 diff --git a/arch/arm64/boot/dts/qcom/Makefile
 b/arch/arm64/boot/dts/qcom/Makefile new file mode 100644
 index 000..c1ab1c3
 --- /dev/null
 +++ b/arch/arm64/boot/dts/qcom/Makefile
 @@ -0,0 +1,5 @@
 +dtb-$(CONFIG_ARCH_QCOM_MSM8916)  += msm8916-mtp.dtb
 +
 +always   := $(dtb-y)
 +subdir-y := $(dts-dirs)
 +clean-files  := *.dtb
 diff --git a/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
 b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts new file mode 100644
 index 000..acfe037
 --- /dev/null
 +++ b/arch/arm64/boot/dts/qcom/msm8916-mtp.dts
 @@ -0,0 +1,21 @@
 +/* Copyright (c) 2014-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 msm8916-mtp.dtsi
 +
 +/ {
 + model = Qualcomm Technologies, Inc. MSM 8916 MTP;
 + compatible = qcom,msm8916-mtp, qcom,msm8916, qcom,mtp;
 + qcom,board-id = 8 0, 8 1;

qcom,board-id seems undocumented - grep through devicetree/bindings didn't 
turn up anything. [or I'm just blind]


 +};

[...]

 diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi
 b/arch/arm64/boot/dts/qcom/msm8916.dtsi new file mode 100644
 index 000..72ad0f7
 --- /dev/null
 +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
 @@ -0,0 +1,188 @@
 +/* Copyright (c) 2013-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.
 + */
 +
 +#include skeleton.dtsi
 +#include dt-bindings/interrupt-controller/arm-gic.h
 +#include dt-bindings/clock/qcom,gcc-msm8916.h
 +#include dt-bindings/reset/qcom,gcc-msm8916.h
 +
 +/ {
 + model = Qualcomm Technologies, Inc. MSM8916;
 + compatible = qcom,msm8916;
 + qcom,msm-id =   206 0,
 + 248 0,
 + 249 0,
 + 250 0;

same for this - nothing found in the devicetree/bindings from 4.0-rc1


Heiko

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/