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

Krzysztof Kozlowski posted 1 patch 2 years, 8 months ago
arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 2 --
1 file changed, 2 deletions(-)
[PATCH] arm64: dts: qcom: sdm845-db845c: drop label from I2C controllers
Posted by Krzysztof Kozlowski 2 years, 8 months ago
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>
---
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
index 0d935c928148..6b355589edb3 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
@@ -506,14 +506,12 @@ lt9611_out: endpoint {
 &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";
 };
 
-- 
2.34.1
Re: [PATCH] arm64: dts: qcom: sdm845-db845c: drop label from I2C controllers
Posted by Bjorn Andersson 2 years, 7 months ago
On Fri, 13 Jan 2023 15:52:31 +0100, Krzysztof Kozlowski wrote:
> 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)
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sdm845-db845c: drop label from I2C controllers
      commit: 3e7a2e8bd9b7350e34b7b0ad3eaad8219b5f5cf6

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>