devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add DTS for MSM8996 SoC and MTP
@ 2015-11-18  1:12 Stephen Boyd
  2015-11-18  1:12 ` [PATCH 1/4] devicetree: bindings: Document Kryo cpu Stephen Boyd
  2015-11-18  4:13 ` [PATCH 0/4] Add DTS for MSM8996 SoC and MTP Andy Gross
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Boyd @ 2015-11-18  1:12 UTC (permalink / raw)
  To: Andy Gross; +Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, devicetree

These patches add the initial dts files for the MSM8996 SoC and
MTP evaluation board.

Stephen Boyd (4):
  devicetree: bindings: Document Kryo cpu
  arm64: dts: Add msm8996 SoC and MTP board support
  arm64: dts: qcom: Add pm8994, pmi8994, pm8004 PMIC skeletons
  arm64: dts: qcom: Add pm8994 gpios and MPPs

 Documentation/devicetree/bindings/arm/cpus.txt |   1 +
 arch/arm64/boot/dts/qcom/Makefile              |   1 +
 arch/arm64/boot/dts/qcom/msm8996-mtp.dts       |  21 ++
 arch/arm64/boot/dts/qcom/msm8996-mtp.dtsi      |  30 +++
 arch/arm64/boot/dts/qcom/msm8996.dtsi          | 267 +++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/pm8004.dtsi           |  19 ++
 arch/arm64/boot/dts/qcom/pm8994.dtsi           |  62 ++++++
 arch/arm64/boot/dts/qcom/pmi8994.dtsi          |  19 ++
 8 files changed, 420 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-mtp.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-mtp.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8004.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8994.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pmi8994.dtsi

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/4] devicetree: bindings: Document Kryo cpu
  2015-11-18  1:12 [PATCH 0/4] Add DTS for MSM8996 SoC and MTP Stephen Boyd
@ 2015-11-18  1:12 ` Stephen Boyd
       [not found]   ` <1447809149-29724-2-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
  2015-11-18  4:13 ` [PATCH 0/4] Add DTS for MSM8996 SoC and MTP Andy Gross
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2015-11-18  1:12 UTC (permalink / raw)
  To: Andy Gross; +Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, devicetree

Document the compatible string for the Kryo family of qcom cpus.

Cc: <devicetree@vger.kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 Documentation/devicetree/bindings/arm/cpus.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
index 3a07a87fef20..6008b99ccb2b 100644
--- a/Documentation/devicetree/bindings/arm/cpus.txt
+++ b/Documentation/devicetree/bindings/arm/cpus.txt
@@ -177,6 +177,7 @@ nodes to be present and contain the properties described below.
 			    "marvell,sheeva-v5"
 			    "nvidia,tegra132-denver"
 			    "qcom,krait"
+			    "qcom,kryo"
 			    "qcom,scorpion"
 	- enable-method
 		Value type: <stringlist>
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] Add DTS for MSM8996 SoC and MTP
  2015-11-18  1:12 [PATCH 0/4] Add DTS for MSM8996 SoC and MTP Stephen Boyd
  2015-11-18  1:12 ` [PATCH 1/4] devicetree: bindings: Document Kryo cpu Stephen Boyd
@ 2015-11-18  4:13 ` Andy Gross
  1 sibling, 0 replies; 4+ messages in thread
From: Andy Gross @ 2015-11-18  4:13 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, devicetree

On Tue, Nov 17, 2015 at 05:12:25PM -0800, Stephen Boyd wrote:
> These patches add the initial dts files for the MSM8996 SoC and
> MTP evaluation board.
> 

These all look fine.

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] devicetree: bindings: Document Kryo cpu
       [not found]   ` <1447809149-29724-2-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
@ 2015-11-18 23:07     ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2015-11-18 23:07 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Andy Gross, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On Tue, Nov 17, 2015 at 05:12:26PM -0800, Stephen Boyd wrote:
> Document the compatible string for the Kryo family of qcom cpus.
> 
> Cc: <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
> Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

> ---
>  Documentation/devicetree/bindings/arm/cpus.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
> index 3a07a87fef20..6008b99ccb2b 100644
> --- a/Documentation/devicetree/bindings/arm/cpus.txt
> +++ b/Documentation/devicetree/bindings/arm/cpus.txt
> @@ -177,6 +177,7 @@ nodes to be present and contain the properties described below.
>  			    "marvell,sheeva-v5"
>  			    "nvidia,tegra132-denver"
>  			    "qcom,krait"
> +			    "qcom,kryo"
>  			    "qcom,scorpion"
>  	- enable-method
>  		Value type: <stringlist>
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-18 23:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18  1:12 [PATCH 0/4] Add DTS for MSM8996 SoC and MTP Stephen Boyd
2015-11-18  1:12 ` [PATCH 1/4] devicetree: bindings: Document Kryo cpu Stephen Boyd
     [not found]   ` <1447809149-29724-2-git-send-email-sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-11-18 23:07     ` Rob Herring
2015-11-18  4:13 ` [PATCH 0/4] Add DTS for MSM8996 SoC and MTP Andy Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).