On 18.03.2024 10:24, Luca Weiss wrote: > Add the @0 from reg to the node name, so that both dtc warning and dt > validation failure get resolved. > > arch/arm/boot/dts/qcom/qcom-msm8974.dtsi:106.9-109.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name > > [..]/arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dtb: /: memory: False schema does not allow {'device_type': ['memory'], 'reg': [[0, 0]]} > from schema $id: http://devicetree.org/schemas/root-node.yaml# > > Signed-off-by: Luca Weiss <luca@xxxxxxxxx> > --- Looks like it's indeed the start of RAM Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad