arm64: dts: qcom: sdm845-db845c: drop label from I2C controllers
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 13 Jan 2023 14:52:31 +0000 (15:52 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 19 Jan 2023 03:08:02 +0000 (21:08 -0600)
Geni I2C Controller node does not allow a "label" property and Linux
driver does not parse it:

  sdm845-db845c.dtb: i2c@a8c000: Unevaluated properties are not allowed ('label' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230113145231.79280-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sdm845-db845c.dts

index 0d935c928148aef9138a2c432e097a5fc12092e7..6b355589edb3d5a16f8cb72f5550da1dfc32db3a 100644 (file)
 &i2c11 {
        /* On Low speed expansion */
        clock-frequency = <100000>;
-       label = "LS-I2C1";
        status = "okay";
 };
 
 &i2c14 {
        /* On Low speed expansion */
        clock-frequency = <100000>;
-       label = "LS-I2C0";
        status = "okay";
 };