ARM: dts: qcom: msm8974: Add DTS for Samsung Galaxy S5 China (kltechn)
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>
This commit is contained in:
parent
a730364f16
commit
01088e255a
@ -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 \
|
||||
|
16
arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-kltechn.dts
Normal file
16
arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-kltechn.dts
Normal file
@ -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";
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user