]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: imx7ulp: fix reg of cpu node
authorPeng Fan <peng.fan@nxp.com>
Wed, 18 Dec 2019 12:22:32 +0000 (12:22 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Dec 2019 07:42:00 +0000 (15:42 +0800)
commit547755251e17929b60daee7069bafc699dae20d4
tree292747bb33348974f51c049499dfa513044fa9fc
parent44d63ad9f55435ba8ec921504334120cec723c80
ARM: dts: imx7ulp: fix reg of cpu node

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: d0aaaf55ff11 ("ARM: dts: imx: add common imx7ulp dtsi support")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7ulp.dtsi