Re: [PATCH 2/6] arm64: dts: qcom: sm8350: move qup-opp-tables out of soc node
From: Krzysztof Kozlowski
Date: Mon Mar 28 2022 - 11:08:34 EST
On 28/03/2022 16:30, Vinod Koul wrote:
> 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@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/sm8350.dtsi | 76 ++++++++++++++--------------
> 1 file changed, 38 insertions(+), 38 deletions(-)
>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Best regards,
Krzysztof