Message ID | 20210308060826.3074234-1-vkoul@kernel.org |
---|---|
Headers | show |
Series | arm64: qcom: fix dtbs_check warning | expand |
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@kernel.org> > --- > 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