]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
authorPaul Burton <paul.burton@mips.com>
Fri, 19 Jan 2018 15:40:49 +0000 (16:40 +0100)
committerJames Hogan <jhogan@kernel.org>
Thu, 8 Feb 2018 14:02:01 +0000 (14:02 +0000)
commit791412dafbbfd860e78983d45cf71db603a82f67
tree0fc152804b6ce53ccb017fdc19c4c5767eaa8f39
parentaece34cd576c7625181b0488a8129c1e165355f7
MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

Reading mips_cpc_base value from the DT allows each platform to
define it according to its needs. This is especially convenient
for MIPS_GENERIC kernel where this kind of information should be
determined in runtime.

Use mti,mips-cpc compatible string with just a reg property to
specify the register location for your platform.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Miodrag Dinic <miodrag.dinic@mips.com>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@mips.com>
Cc: linux-mips@linux-mips.org
Cc: Ralf Baechle <ralf@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/18513/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/mips-cpc.c