diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-17 19:15:32 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:26:40 -0700 |
commit | 368f8d196976e691af9cb8e61c9c852d574759fb (patch) | |
tree | ed0f5db20d42e631fe7945a1657c36cf43d36aa0 | |
parent | 35cda57217adceee2f6bc738a1d98a2cccab709e (diff) |
arm64: dts: qcom: msm8996-xiaomi: drop label from I2C
I2C controller bindings do not allow label property:
msm8996-xiaomi-gemini.dtb: i2c@75b6000: Unevaluated properties are not allowed ('label' was unexpected)
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi index 47f55c7311e9..8c2d6e9e851b 100644 --- a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi @@ -187,7 +187,6 @@ &blsp2_i2c2 { status = "okay"; - label = "NFC_I2C"; clock-frequency = <400000>; nfc: pn548@28 { @@ -208,7 +207,6 @@ &blsp2_i2c3 { status = "okay"; - label = "TYPEC_I2C"; typec: tusb320l@47 { compatible = "ti,tusb320l"; @@ -220,7 +218,7 @@ &blsp2_i2c6 { status = "okay"; - label = "MSM_TS_I2C"; + /* MSM_TS */ }; &blsp1_uart2 { |