ppc/pnv: lpc: fix OPB address ranges
commit6f89f48e56723005b64260d2ab079a015db3ed64
authorCédric Le Goater <clg@kaod.org>
Thu, 7 Mar 2019 22:35:36 +0000 (7 23:35 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2019 03:33:04 +0000 (12 14:33 +1100)
tree153818bd655ace57cb0c7afe957b6ac2bc8285f3
parentc38536bc80fa0b8f44db50a3190bfd241143ab0b
ppc/pnv: lpc: fix OPB address ranges

The PowerNV LPC Controller exposes different sets of registers for
each of the functional units it encompasses, among which the OPB
(On-Chip Peripheral Bus) Master and Arbitrer and the LPC HOST
Controller.

The mapping addresses of each register range are correct but the sizes
are too large. Fix the sizes and define the OPB Arbitrer range to fill
the gap between the OPB Master registers and the LPC HOST Controller
registers.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20190307223548.20516-4-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv_lpc.c