Skip to content

Commit

Permalink
ARM: dts: qcom: Add initial DTS file for Sony Xperia Z1 phone
Browse files Browse the repository at this point in the history
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 <[email protected]>
Tested-by: Kevin Hilman <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
Tim Bird authored and Kumar Gala committed Oct 16, 2014
1 parent e512448 commit 71b5235
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/vendor-prefixes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ dtb-$(CONFIG_ARCH_QCOM) += \
qcom-apq8084-mtp.dtb \
qcom-ipq8064-ap148.dtb \
qcom-msm8660-surf.dtb \
qcom-msm8960-cdp.dtb
qcom-msm8960-cdp.dtb \
qcom-msm8974-sony-xperia-honami.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += \
rk3066a-bqcurie2.dtb \
rk3188-radxarock.dtb \
Expand Down
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
Original file line number Diff line number Diff line change
@@ -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";
};
};

0 comments on commit 71b5235

Please sign in to comment.