Skip to content

Commit 71b5235

Browse files
Tim BirdKumar Gala
authored andcommitted
ARM: dts: qcom: Add initial DTS file for Sony Xperia Z1 phone
This DTS has support for the Sony Xperia Z1 phone (codenamed Honami). This first version of the DTS supports just a serial console. Signed-off-by: Tim Bird <tim.bird@sonymobile.com> Tested-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
1 parent e512448 commit 71b5235

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

Documentation/devicetree/bindings/vendor-prefixes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ sirf SiRF Technology, Inc.
128128
smsc Standard Microsystems Corporation
129129
snps Synopsys, Inc.
130130
solidrun SolidRun
131+
sony Sony Corporation
131132
spansion Spansion Inc.
132133
st STMicroelectronics
133134
ste ST-Ericsson

arch/arm/boot/dts/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ dtb-$(CONFIG_ARCH_QCOM) += \
345345
qcom-apq8084-mtp.dtb \
346346
qcom-ipq8064-ap148.dtb \
347347
qcom-msm8660-surf.dtb \
348-
qcom-msm8960-cdp.dtb
348+
qcom-msm8960-cdp.dtb \
349+
qcom-msm8974-sony-xperia-honami.dtb
349350
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
350351
rk3066a-bqcurie2.dtb \
351352
rk3188-radxarock.dtb \
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#include "qcom-msm8974.dtsi"
2+
3+
/ {
4+
model = "Sony Xperia Z1";
5+
compatible = "sony,xperia-honami", "qcom,msm8974";
6+
7+
memory@0 {
8+
reg = <0 0x40000000>, <0x40000000 0x40000000>;
9+
device_type = "memory";
10+
};
11+
};
12+
13+
&soc {
14+
serial@f991e000 {
15+
status = "ok";
16+
};
17+
};

0 commit comments

Comments
 (0)