arm64: dts: qcom: sm8350: Move qup-opp-tables out of soc node
authorVinod Koul <vkoul@kernel.org>
Mon, 6 Jun 2022 06:50:34 +0000 (12:20 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 3 Jul 2022 03:17:10 +0000 (22:17 -0500)
commite2eedde448a9be6202fd9965aef29d4b6607ee67
tree7aba7f21f31f2ae63df3a5050cb127b3ca25e6c8
parent12cfafe7b78876133474f4b3e44e0464a94f61b0
arm64: dts: qcom: sm8350: Move qup-opp-tables out of soc node

The soc node expects all the nodes to have unit addresses. The
qup-opp-tables do not have that which causes warnings:

arch/arm64/boot/dts/qcom/sm8350.dtsi:640.46-657.5:
Warning (simple_bus_reg): /soc@0/qup-100mhz-opp-table:
missing or empty reg/ranges property
arch/arm64/boot/dts/qcom/sm8350.dtsi:659.46-676.5:
Warning (simple_bus_reg): /soc@0/qup-120mhz-opp-table:
missing or empty reg/ranges property

Move the qup-opp-tables out of soc node to fix these warnings

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[bjorn: Rebased ontop of Krzysztof's node name update]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220606065035.553533-3-vkoul@kernel.org
arch/arm64/boot/dts/qcom/sm8350.dtsi