Message ID | 20230305125954.209559-5-krzysztof.kozlowski@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [01/11] arm64: dts: qcom: drop incorrect cell-index from SPMI | expand |
On 5.03.2023 13:59, Krzysztof Kozlowski wrote: > The SPI controller nodes do not use/allow label property: > > apq8096-db820c.dtb: spi@7575000: 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> Konrad > arch/arm64/boot/dts/qcom/apq8096-db820c.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts > index eb18811b2676..842836ed680a 100644 > --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts > +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts > @@ -146,7 +146,6 @@ &blsp1_i2c3 { > > &blsp1_spi1 { > /* On Low speed expansion */ > - label = "LS-SPI0"; > status = "okay"; > }; > > @@ -183,7 +182,6 @@ &blsp2_i2c1 { > > &blsp2_spi6 { > /* On High speed expansion */ > - label = "HS-SPI1"; > status = "okay"; > }; >
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts index eb18811b2676..842836ed680a 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dts +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dts @@ -146,7 +146,6 @@ &blsp1_i2c3 { &blsp1_spi1 { /* On Low speed expansion */ - label = "LS-SPI0"; status = "okay"; }; @@ -183,7 +182,6 @@ &blsp2_i2c1 { &blsp2_spi6 { /* On High speed expansion */ - label = "HS-SPI1"; status = "okay"; };
The SPI controller nodes do not use/allow label property: apq8096-db820c.dtb: spi@7575000: Unevaluated properties are not allowed ('label' was unexpected) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/qcom/apq8096-db820c.dts | 2 -- 1 file changed, 2 deletions(-)