mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
The 'pnv' prefix is now used for all and the routines populating the device tree start with 'pnv_dt'. The handler of the PnvXScomInterface is also renamed to 'dt_xscom' which should reflect that it is populating the device tree under the 'xscom@' node of the chip. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
a9dd6604a6
commit
b168a138a8
8 changed files with 67 additions and 71 deletions
|
@ -73,7 +73,7 @@ void pnv_bmc_powerdown(IPMIBmc *bmc)
|
|||
pnv_gen_oem_sel(bmc, SOFT_OFF);
|
||||
}
|
||||
|
||||
void pnv_bmc_populate_sensors(IPMIBmc *bmc, void *fdt)
|
||||
void pnv_dt_bmc_sensors(IPMIBmc *bmc, void *fdt)
|
||||
{
|
||||
int offset;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue