diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-08-27 14:28:41 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-09-19 19:53:43 -0700 |
| commit | 50888774b5dcf6cf9c1943ccdbc8f9694b9e0c50 (patch) | |
| tree | 230b87a7831ea3f5359f1a33975bb338abff19aa | |
| parent | 27da4fd325c371e1ddbb4fc46629e2caf8f73f07 (diff) | |
arm64: dts: qcom: sc8180x: drop incorrect cell-index from SPMI
The SPMI controller (PMIC Arbiter) does not use nor allow 'cell-index'
property:
sc8180x-primus.dtb: spmi@c440000: Unevaluated properties are not allowed ('cell-index' was unexpected)
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index b40ded47f756..a34f438ef2d9 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -3261,7 +3261,6 @@ #size-cells = <0>; interrupt-controller; #interrupt-cells = <4>; - cell-index = <0>; }; apps_smmu: iommu@15000000 { |