]> git.proxmox.com Git - mirror_ubuntu-focal-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)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 30 Jan 2020 15:25:43 +0000 (16:25 +0100)
commitbf44d78d553cd18519272ddd22fda7ea9d29bed2
treeb8bda3f7d3d7f06fcb9bfe1da32c9f791d4e2133
parentd1a96f686cd3517a8311bc15dc2926bad6473b1a
ARM: dts: imx7ulp: fix reg of cpu node

BugLink: https://bugs.launchpad.net/bugs/1861090
commit b8ab62ff7199fac8ce27fa4a149929034fabe7f8 upstream.

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: 20434dc92c05 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
arch/arm/boot/dts/imx7ulp.dtsi