arm64: dts: qcom: apq8096-db820c: drop label from I2C
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 17 Jun 2023 17:15:30 +0000 (19:15 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 10 Jul 2023 04:26:40 +0000 (21:26 -0700)
I2C controller bindings do not allow label property:

  apq8096-db820c.dtb: i2c@7577000: Unevaluated properties are not allowed ('label' was unexpected)

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230617171541.286957-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/apq8096-db820c.dts

index 39170c1..16353e3 100644 (file)
 };
 
 &blsp1_i2c3 {
-       /* On Low speed expansion */
-       label = "LS-I2C0";
+       /* On Low speed expansion: LS-I2C0 */
        status = "okay";
 };
 
 };
 
 &blsp2_i2c1 {
-       /* On High speed expansion */
-       label = "HS-I2C2";
+       /* On High speed expansion: HS-I2C2 */
        status = "okay";
 };
 
 &blsp2_i2c1 {
-       /* On Low speed expansion */
-       label = "LS-I2C1";
+       /* On Low speed expansion: LS-I2C1 */
        status = "okay";
 };