diff options
| author | Tim Bird <tim.bird@sonymobile.com> | 2014-09-30 18:49:49 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@codeaurora.org> | 2014-10-16 03:48:20 -0400 |
| commit | 71b5235ab69bc65a19f5b15a7fa01a0a5de89cb5 (patch) | |
| tree | c3e63bfbbcba154c5b78a0bbabdbc2c7e0c5c090 | |
| parent | e512448f6e98fb77f2be8ec7155f0ed941855796 (diff) | |
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>
| -rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 1 | ||||
| -rw-r--r-- | arch/arm/boot/dts/Makefile | 3 | ||||
| -rw-r--r-- | arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 17 |
3 files changed, 20 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index ac7269f90764..d3a45796d249 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
| @@ -128,6 +128,7 @@ sirf SiRF Technology, Inc. | |||
| 128 | smsc Standard Microsystems Corporation | 128 | smsc Standard Microsystems Corporation |
| 129 | snps Synopsys, Inc. | 129 | snps Synopsys, Inc. |
| 130 | solidrun SolidRun | 130 | solidrun SolidRun |
| 131 | sony Sony Corporation | ||
| 131 | spansion Spansion Inc. | 132 | spansion Spansion Inc. |
| 132 | st STMicroelectronics | 133 | st STMicroelectronics |
| 133 | ste ST-Ericsson | 134 | ste ST-Ericsson |
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index aaa1a685d319..1e7b833bf489 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
| @@ -345,7 +345,8 @@ dtb-$(CONFIG_ARCH_QCOM) += \ | |||
| 345 | qcom-apq8084-mtp.dtb \ | 345 | qcom-apq8084-mtp.dtb \ |
| 346 | qcom-ipq8064-ap148.dtb \ | 346 | qcom-ipq8064-ap148.dtb \ |
| 347 | qcom-msm8660-surf.dtb \ | 347 | qcom-msm8660-surf.dtb \ |
| 348 | qcom-msm8960-cdp.dtb | 348 | qcom-msm8960-cdp.dtb \ |
| 349 | qcom-msm8974-sony-xperia-honami.dtb | ||
| 349 | dtb-$(CONFIG_ARCH_ROCKCHIP) += \ | 350 | dtb-$(CONFIG_ARCH_ROCKCHIP) += \ |
| 350 | rk3066a-bqcurie2.dtb \ | 351 | rk3066a-bqcurie2.dtb \ |
| 351 | rk3188-radxarock.dtb \ | 352 | 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 000000000000..cccc21b7c8fd --- /dev/null +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | |||
| @@ -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 | }; | ||
