Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sdm845-db845c: drop label from I2C controllers

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

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
3e7a2e8b ac0d84d4

-2
-2
arch/arm64/boot/dts/qcom/sdm845-db845c.dts
··· 506 506 &i2c11 { 507 507 /* On Low speed expansion */ 508 508 clock-frequency = <100000>; 509 - label = "LS-I2C1"; 510 509 status = "okay"; 511 510 }; 512 511 513 512 &i2c14 { 514 513 /* On Low speed expansion */ 515 514 clock-frequency = <100000>; 516 - label = "LS-I2C0"; 517 515 status = "okay"; 518 516 }; 519 517