]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sdm845-starqltechn: Fix i2c-gpio node name
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Wed, 15 Oct 2025 16:32:16 +0000 (18:32 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Oct 2025 17:27:00 +0000 (12:27 -0500)
Fix the following DT checker warning:

$nodename:0: 'i2c21' does not match '^i2c(@.+|-[a-z0-9]+)?$'

Fixes: 3a4600448bef ("arm64: dts: qcom: sdm845-starqltechn: add display PMIC")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251015-topic-starltechn_i2c_gpio-v1-1-6d303184ee87@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-samsung-starqltechn.dts

index 215e1491f3e9ad99f3214b4863d6d857c7c4bbb2..493c69e9917461600b2400b6dde78443342139c8 100644 (file)
                };
        };
 
-       i2c21 {
+       i2c-21 {
                compatible = "i2c-gpio";
                sda-gpios = <&tlmm 127 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
                scl-gpios = <&tlmm 128 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;