From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753928AbaIXSVd (ORCPT ); Wed, 24 Sep 2014 14:21:33 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:39197 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753655AbaIXSVT convert rfc822-to-8bit (ORCPT ); Wed, 24 Sep 2014 14:21:19 -0400 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1 From: Kumar Gala In-Reply-To: <5422DF46.90306@sonymobile.com> Date: Wed, 24 Sep 2014 13:21:12 -0500 Cc: "linux-arm-msm@vger.kernel.org" , Bjorn Andersson , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "arnd.bergmann@linaro.org" , devicetree@vger.kernel.org, Kevin Hilman Content-Transfer-Encoding: 8BIT Message-Id: References: <5422DF46.90306@sonymobile.com> To: Tim Bird X-Mailer: Apple Mail (2.1878.6) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sep 24, 2014, at 10:12 AM, Tim Bird wrote: > This DTS has support for the Sony Xperia Z1 phone (codenamed Honami). > This first version of the DTS supports just a serial console. > > changes from v1 > - removed qcom,msm-id attribute > - removed mis-capitalized Qualcomm word > - changed dts file name > - added board-specific compatible-string > > Signed-off-by: Tim Bird > — Does this actually boot? I’d be surprised since “qcom,msm8974” isn’t in the match table (just sent a patch for that). > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/Makefile | 3 ++- > arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 17 +++++++++++++++++ > 3 files changed, 20 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index ac7269f..d3a4579 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -128,6 +128,7 @@ sirf SiRF Technology, Inc. > smsc Standard Microsystems Corporation > snps Synopsys, Inc. > solidrun SolidRun > +sony Sony Corporation > spansion Spansion Inc. > st STMicroelectronics > ste ST-Ericsson > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index b8c5cd3..0c2702e 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -343,7 +343,8 @@ dtb-$(CONFIG_ARCH_QCOM) += \ > qcom-apq8074-dragonboard.dtb \ > qcom-apq8084-mtp.dtb \ > qcom-msm8660-surf.dtb \ > - qcom-msm8960-cdp.dtb > + qcom-msm8960-cdp.dtb \ > + qcom-msm8974-sony-honami-xperia.dtb > dtb-$(CONFIG_ARCH_ROCKCHIP) += \ > rk3066a-bqcurie2.dtb \ > rk3188-radxarock.dtb \ > diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts > new file mode 100644 > index 0000000..cccc21b > --- /dev/null > +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts > @@ -0,0 +1,17 @@ > +#include "qcom-msm8974.dtsi" > + > +/ { > + model = "Sony Xperia Z1"; > + compatible = "sony,xperia-honami", "qcom,msm8974"; > + > + memory@0 { > + reg = <0 0x40000000>, <0x40000000 0x40000000>; > + device_type = "memory"; > + }; > +}; > + > +&soc { > + serial@f991e000 { > + status = "ok"; > + }; > +}; > -- > 1.8.2.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 -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation