From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v2 1/5] ARM: dts: qcom: Add initial DTS file for Fairphone 2 phone Date: Wed, 11 Oct 2017 10:11:57 -0700 Message-ID: <20171011171156.GR1165@minitux> References: <20171011110229.24413-1-luca@z3ntu.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pg0-f52.google.com ([74.125.83.52]:52952 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752634AbdJKRMA (ORCPT ); Wed, 11 Oct 2017 13:12:00 -0400 Received: by mail-pg0-f52.google.com with SMTP id w9so1327650pgo.9 for ; Wed, 11 Oct 2017 10:12:00 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20171011110229.24413-1-luca@z3ntu.xyz> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Luca Weiss Cc: linux-arm-msm@vger.kernel.org On Wed 11 Oct 04:02 PDT 2017, Luca Weiss wrote: > This DTS has support for the Fairphone 2 (codenamed FP2). > This first version of the DTS supports just the serial console via the MSM UART > pins. > When resubmitting patches that has received acceptance please include these lines here; so I know I don't have to review this again and that I don't have to answer it again. Acked-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Luca Weiss > --- > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts | 22 ++++++++++++++++++++++ > 3 files changed, 24 insertions(+) > create mode 100644 arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 69183f0fbc78..d5e423cad16a 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -113,6 +113,7 @@ everspin Everspin Technologies, Inc. > exar Exar Corporation > excito Excito > ezchip EZchip Semiconductor > +fairphone Fairphone B.V. > faraday Faraday Technology Corporation > fcs Fairchild Semiconductor > firefly Firefly > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index faf46abaa4a2..549afb6ed13c 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -700,6 +700,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ > qcom-ipq8064-ap148.dtb \ > qcom-msm8660-surf.dtb \ > qcom-msm8960-cdp.dtb \ > + qcom-msm8974-fairphone-fp2.dtb \ > qcom-msm8974-lge-nexus5-hammerhead.dtb \ > qcom-msm8974-sony-xperia-honami.dtb \ > qcom-mdm9615-wp8548-mangoh-green.dtb > diff --git a/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts b/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts > new file mode 100644 > index 000000000000..79a5aa8b856a > --- /dev/null > +++ b/arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts > @@ -0,0 +1,22 @@ > +#include "qcom-msm8974.dtsi" > +#include "qcom-pm8841.dtsi" > +#include "qcom-pm8941.dtsi" > + > +/ { > + model = "Fairphone 2"; > + compatible = "fairphone,fp2", "qcom,msm8974"; > + > + aliases { > + serial0 = &blsp1_uart2; > + }; > + > + chosen { > + stdout-path = "serial0:115200n8"; > + }; > +}; > + > +&soc { > + serial@f991e000 { > + status = "ok"; > + }; > +}; > -- > 2.14.2 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html