ARM: dts: qcom: Add Sony Xperia Z3 smartphone
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 14 Mar 2024 18:56:24 +0000 (19:56 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 3 Apr 2024 03:43:42 +0000 (22:43 -0500)
Add the dts for the Xperia Z3 smartphone which is based on Sony's
shinano platform, so at the moment there's little device-specific dts to
add on top of the common parts.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240314-shinano-common-v2-3-a0fce1c72c74@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/Makefile
arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-leo.dts [new file with mode: 0644]

index 6478a39b3be5e42cf81dd5c6233bd3fc719b5f27..de5b0d282e74051f6fc4797efc4bea7b4de388fe 100644 (file)
@@ -46,6 +46,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
        qcom-msm8974pro-oneplus-bacon.dtb \
        qcom-msm8974pro-samsung-klte.dtb \
        qcom-msm8974pro-sony-xperia-shinano-castor.dtb \
+       qcom-msm8974pro-sony-xperia-shinano-leo.dtb \
        qcom-mdm9615-wp8548-mangoh-green.dtb \
        qcom-sdx55-mtp.dtb \
        qcom-sdx55-t55.dtb \
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-leo.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-sony-xperia-shinano-leo.dts
new file mode 100644 (file)
index 0000000..1ed6e1c
--- /dev/null
@@ -0,0 +1,44 @@
+// SPDX-License-Identifier: GPL-2.0
+#include "qcom-msm8974pro-sony-xperia-shinano-common.dtsi"
+
+/ {
+       model = "Sony Xperia Z3";
+       compatible = "sony,xperia-leo", "qcom,msm8974pro", "qcom,msm8974";
+       chassis-type = "handset";
+
+       gpio-keys {
+               key-camera-snapshot {
+                       label = "camera_snapshot";
+                       gpios = <&pm8941_gpios 3 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_CAMERA>;
+                       debounce-interval = <15>;
+               };
+
+               key-camera-focus {
+                       label = "camera_focus";
+                       gpios = <&pm8941_gpios 4 GPIO_ACTIVE_LOW>;
+                       linux,code = <KEY_CAMERA_FOCUS>;
+                       debounce-interval = <15>;
+               };
+       };
+};
+
+&gpio_keys_pin_a {
+       pins = "gpio2", "gpio3", "gpio4", "gpio5";
+};
+
+&smbb {
+       usb-charge-current-limit = <1500000>;
+       qcom,fast-charge-safe-current = <3000000>;
+       qcom,fast-charge-current-limit = <2150000>;
+       qcom,fast-charge-safe-voltage = <4400000>;
+       qcom,fast-charge-high-threshold-voltage = <4350000>;
+       qcom,auto-recharge-threshold-voltage = <4280000>;
+       qcom,minimum-input-voltage = <4200000>;
+
+       status = "okay";
+};
+
+&synaptics_touchscreen {
+       vio-supply = <&pm8941_s3>;
+};