[PATCH v2] ARM: dts: Add initial DTS file for Sony Xperia Z1
From: khilman@kernel.org (Kevin Hilman)
Date: 2014-09-25 00:10:22
Also in:
linux-arm-msm, linux-devicetree, lkml
From: khilman@kernel.org (Kevin Hilman)
Date: 2014-09-25 00:10:22
Also in:
linux-arm-msm, linux-devicetree, lkml
Hi Tim, Tim Bird [off-list ref] 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 <redacted>
[...]
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 <redacted> Kevin