mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
misc/pca955*: Move models under hw/gpio
The PCA9552 and PCA9554 devices are both I2C GPIO controllers and the PCA9552 also can drive LEDs. Do all the necessary adjustments to move the models under hw/gpio. Cc: Glenn Miles <milesg@linux.vnet.ibm.com> Signed-off-by: Cédric Le Goater <clg@redhat.com> Message-ID: <20240325134833.1484265-1-clg@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
1967e9e067
commit
6328d8ffa6
14 changed files with 16 additions and 16 deletions
|
@ -8,8 +8,8 @@
|
|||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "libqtest.h"
|
||||
#include "hw/misc/pca9554_regs.h"
|
||||
#include "hw/misc/pca9552_regs.h"
|
||||
#include "hw/gpio/pca9554_regs.h"
|
||||
#include "hw/gpio/pca9552_regs.h"
|
||||
#include "pnv-xscom.h"
|
||||
|
||||
#define PPC_BIT(bit) (0x8000000000000000ULL >> (bit))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue