Re: [PATCH 11/18] arm64: qcom: sdm660: don't use underscore in node name

From: Konrad Dybcio
Date: Wed Mar 10 2021 - 09:49:32 EST



On 08.03.2021 07:08, Vinod Koul wrote:
> We have underscore (_) in node name so fix that up as well.
>
> Fix this by changing node name to use dash (-)
>
> Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/sdm660.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

We might want to omit

this one,

arm64: qcom: sdm660: don't use empty memory node,

and

arm64: qcom: sdm660: use reg value for memory node


as our huge-630/660-feature-drop patchset removes all of the nodes in question from sdm660.dtsi and will hopefully be merged in this window


Konrad