• Peng Fan's avatar
    ARM: dts: imx7ulp: fix reg of cpu node · b8ab62ff
    Peng Fan authored
    According to arm cpus binding doc,
    "
          On 32-bit ARM v7 or later systems this property is
            required and matches the CPU MPIDR[23:0] register
            bits.
    
            Bits [23:0] in the reg cell must be set to
            bits [23:0] in MPIDR.
    
            All other bits in the reg cell must be set to 0.
    "
    
    In i.MX7ULP, the MPIDR[23:0] is 0xf00, not 0, so fix it.
    Otherwise there will be warning:
    "DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map"
    
    Fixes: 20434dc9 ("ARM: dts: imx: add common imx7ulp dtsi support")
    Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
    Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
    Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
    b8ab62ff
imx7ulp.dtsi 12.5 KB