Skip to content

Commit 3d8663c

Browse files
kevinwidjaja21andersson
authored andcommitted
ARM: dts: qcom: Add initial support for Sony Xperia Z Ultra (togari)
Add the dts for the Z Ultra. This is currently almost the same as Z1 Compact (amami) and Z1 (honami) as they share almost the same hardware. Only USB Networking and volume button are confirmed working. Signed-off-by: Kevin Widjaja <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 700a4c3 commit 3d8663c

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

arch/arm/boot/dts/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
4747
qcom-msm8974-samsung-hlte.dtb \
4848
qcom-msm8974-sony-xperia-rhine-amami.dtb \
4949
qcom-msm8974-sony-xperia-rhine-honami.dtb \
50+
qcom-msm8974-sony-xperia-rhine-togari.dtb \
5051
qcom-msm8974pro-fairphone-fp2.dtb \
5152
qcom-msm8974pro-htc-m8.dtb \
5253
qcom-msm8974pro-oneplus-bacon.dtb \
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
#include "qcom-msm8974-sony-xperia-rhine.dtsi"
3+
4+
/* Togari uses a different touchscreen compared to other rhine devices */
5+
/delete-node/ &touchscreen;
6+
7+
/ {
8+
model = "Sony Xperia Z Ultra";
9+
compatible = "sony,xperia-togari", "qcom,msm8974";
10+
chassis-type = "handset";
11+
};
12+
13+
&pm8941_l23 {
14+
regulator-min-microvolt = <2600000>;
15+
regulator-max-microvolt = <2600000>;
16+
};

arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhine.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
status = "okay";
8585
clock-frequency = <355000>;
8686

87-
synaptics@2c {
87+
touchscreen: synaptics@2c {
8888
compatible = "syna,rmi4-i2c";
8989
reg = <0x2c>;
9090

0 commit comments

Comments
 (0)