ARM: dts: qcom: msm8974: Add DTS for Samsung Galaxy S5 China (kltechn)
authorRong Zhang <i@rong.moe>
Tue, 13 Feb 2024 10:58:39 +0000 (18:58 +0800)
committerBjorn Andersson <andersson@kernel.org>
Tue, 23 Apr 2024 13:01:28 +0000 (08:01 -0500)
The only difference between Samsung Galaxy S5 China (kltechn) and klte
is the gpio pins of i2c_led_gpio. With pins corrected, the LEDs and WiFi
are able to work properly.

Signed-off-by: Rong Zhang <i@rong.moe>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Icenowy Zheng <uwu@icenowy.me>
Link: https://lore.kernel.org/r/20240213110137.122737-5-i@rong.moe
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/Makefile
arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-kltechn.dts [new file with mode: 0644]

index 5d5df062b8a01e69d86ae0391c4076f56a0ed375..e2e922bdc9e97e695bd74ea321c45dcb227f1434 100644 (file)
@@ -46,6 +46,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
        qcom-msm8974pro-fairphone-fp2.dtb \
        qcom-msm8974pro-oneplus-bacon.dtb \
        qcom-msm8974pro-samsung-klte.dtb \
+       qcom-msm8974pro-samsung-kltechn.dtb \
        qcom-msm8974pro-sony-xperia-shinano-castor.dtb \
        qcom-msm8974pro-sony-xperia-shinano-leo.dtb \
        qcom-mdm9615-wp8548-mangoh-green.dtb \
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-kltechn.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-kltechn.dts
new file mode 100644 (file)
index 0000000..b902e31
--- /dev/null
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0
+#include "qcom-msm8974pro-samsung-klte-common.dtsi"
+
+/ {
+       model = "Samsung Galaxy S5 China";
+       compatible = "samsung,kltechn", "samsung,klte", "qcom,msm8974pro", "qcom,msm8974";
+};
+
+&i2c_led_gpio {
+       scl-gpios = <&tlmm 61 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+       sda-gpios = <&tlmm 60 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+};
+
+&i2c_led_gpioex_pins {
+       pins = "gpio60", "gpio61";
+};