Commit 368f8d19 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230617171541.286957-6-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 35cda572
...@@ -187,7 +187,6 @@ &adsp_pil { ...@@ -187,7 +187,6 @@ &adsp_pil {
&blsp2_i2c2 { &blsp2_i2c2 {
status = "okay"; status = "okay";
label = "NFC_I2C";
clock-frequency = <400000>; clock-frequency = <400000>;
nfc: pn548@28 { nfc: pn548@28 {
...@@ -208,7 +207,6 @@ nfc: pn548@28 { ...@@ -208,7 +207,6 @@ nfc: pn548@28 {
&blsp2_i2c3 { &blsp2_i2c3 {
status = "okay"; status = "okay";
label = "TYPEC_I2C";
typec: tusb320l@47 { typec: tusb320l@47 {
compatible = "ti,tusb320l"; compatible = "ti,tusb320l";
...@@ -220,7 +218,7 @@ typec: tusb320l@47 { ...@@ -220,7 +218,7 @@ typec: tusb320l@47 {
&blsp2_i2c6 { &blsp2_i2c6 {
status = "okay"; status = "okay";
label = "MSM_TS_I2C"; /* MSM_TS */
}; };
&blsp1_uart2 { &blsp1_uart2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment