diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-03-08 13:59:00 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-15 15:42:02 -0700 |
commit | 9b0ff841f0724fb4bf0218e33afba46a097b258c (patch) | |
tree | 160de455002f6c9030e07e32c69b1aed42c0a1b1 | |
parent | 9135ab4a53f7e967456b792ec6fc21ecaf06032b (diff) |
arm64: dts: qcom: apq8096-db820c: drop SPI label
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 <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8096-db820c.dts | 2 |
1 files changed, 0 insertions, 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_spi1 { /* On Low speed expansion */ - label = "LS-SPI0"; status = "okay"; }; @@ -183,7 +182,6 @@ &blsp2_spi6 { /* On High speed expansion */ - label = "HS-SPI1"; status = "okay"; }; |