* [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1
@ 2014-09-24 15:12 Tim Bird
2014-09-24 18:21 ` Kumar Gala
2014-09-25 0:10 ` Kevin Hilman
0 siblings, 2 replies; 4+ messages in thread
From: Tim Bird @ 2014-09-24 15:12 UTC (permalink / raw)
To: Kumar Gala
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, Kevin Hilman
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 <tim.bird@sonymobile.com>
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1
2014-09-24 15:12 [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1 Tim Bird
@ 2014-09-24 18:21 ` Kumar Gala
2014-09-24 21:38 ` Bird, Tim
2014-09-25 0:10 ` Kevin Hilman
1 sibling, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2014-09-24 18:21 UTC (permalink / raw)
To: Tim Bird
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, Kevin Hilman
On Sep 24, 2014, at 10:12 AM, Tim Bird <tim.bird@sonymobile.com> 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 <tim.bird@sonymobile.com>
> —
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1
2014-09-24 18:21 ` Kumar Gala
@ 2014-09-24 21:38 ` Bird, Tim
0 siblings, 0 replies; 4+ messages in thread
From: Bird, Tim @ 2014-09-24 21:38 UTC (permalink / raw)
To: Kumar Gala
Cc: linux-arm-msm@vger.kernel.org, "Andersson, Björn",
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, arnd.bergmann@linaro.org,
devicetree@vger.kernel.org, Kevin Hilman
On Wednesday, September 24, 2014 11:21 AM, Kumar Gala [galak@codeaurora.org] wrote:
>
> On Sep 24, 2014, at 10:12 AM, Tim Bird <tim.bird@sonymobile.com> 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 <tim.bird@sonymobile.com>
> > —
>
> Does this actually boot? I’d be surprised since “qcom,msm8974” isn’t in the match table (just sent a patch for that).
Yeah. It booted just fine. Apparently with CONFIG_ARCH_MULTIPLATFORM the
match table entry is not needed.
Do you want me to re-spin with an addition for "sony,xperia-honami" in the match table?
-- Tim
> > 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1
2014-09-24 15:12 [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1 Tim Bird
2014-09-24 18:21 ` Kumar Gala
@ 2014-09-25 0:10 ` Kevin Hilman
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2014-09-25 0:10 UTC (permalink / raw)
To: Tim Bird
Cc: Kumar Gala, linux-arm-msm@vger.kernel.org, Bjorn Andersson,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, arnd.bergmann@linaro.org,
devicetree
Hi Tim,
Tim Bird <tim.bird@sonymobile.com> writes:
> 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 <tim.bird@sonymobile.com>
[...]
> 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
This doesn't compile becase the filename added is xperia-honami (not
honami-xperia)
After fixing that up, I was able to test it on my Z1 (Thanks Tim/Bjorn!)
but found I needed to add in the qcom,msm-id stuff first. I guess that
will be remedied with the updated mkbootimg tool, correct?
Anyways, after fixing the filename, feel free to add:
Tested-by: Kevin Hilman <khilman@linaro.org>
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-25 0:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 15:12 [PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1 Tim Bird
2014-09-24 18:21 ` Kumar Gala
2014-09-24 21:38 ` Bird, Tim
2014-09-25 0:10 ` Kevin Hilman
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).