Message ID | 20240121154010.168440-2-i@rong.moe |
---|---|
State | New |
Headers | show |
Series | ARM: dts: qcom: msm8974: Add Samsung Galaxy S5 China support | expand |
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts index b93539e2b87e..013946ccda0f 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts +++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts @@ -77,7 +77,7 @@ touchkey@20 { }; }; - i2c-gpio-led { + i2c_led_gpio: i2c-gpio-led { compatible = "i2c-gpio"; #address-cells = <1>; #size-cells = <0>;
Some variants of klte, e.g., the China edition (kltechn), have minor differences to differentiate them from klte. This includes the GPIO pins connected to /i2c-gpio-led. A label is added on /i2c-gpio-led to allow DT of other variants to reference it conveniently. Considering both LEDs and a GPIO expander are connected to the node, it is named "i2c_led_gpio". Signed-off-by: Rong Zhang <i@rong.moe> --- arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)