arm64: dts: qcom: sdm845: move DSI/QUP/QSPI opp tables out of SoC node
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 10 Dec 2022 11:57:02 +0000 (12:57 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 28 Dec 2022 04:05:58 +0000 (22:05 -0600)
commit85966125ecfe75735d8a02f00c83545aaad0ba88
treef49189879d8d977dc5cad7435db7844bf5fb81f1
parent524dfd2ddbd74ed5b4cbb3e002984cf95878c827
arm64: dts: qcom: sdm845: move DSI/QUP/QSPI opp tables out of SoC node

The SoC node is a simple-bus and its schema expect to have nodes only
with unit addresses:

  sdm850-lenovo-yoga-c630.dtb: soc@0: opp-table-qup: {'compatible': ['operating-points-v2'], 'phandle': [[60]], 'opp-50000000':
  ... 'required-opps': [[55]]}} should not be valid under {'type': 'object'}

Move to top-level OPP tables:
 - DSI and QUP which are shared between multiple nodes,
 - QSPI which cannot be placed in its node due to address/size cells.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221210115704.97614-2-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sdm845.dtsi