u-boot/arch/x86
Bin Meng 3ddc1c7bd3 x86: ich6_gpio: Convert to use proper DM API
At present this GPIO driver still uses the legacy PCI API. Now that
we have proper PCH drivers we can use those to obtain the information
we need. While the device tree has nodes for the GPIO peripheral it is
not in the right place. It should be on the PCI bus as a sub-peripheral
of the PCH device.

Update the device tree files to show the GPIO controller within the PCH,
so that PCI access works as expected. This also adds '#address-cells'
and '#size-cells' to the PCH node.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2016-02-05 12:47:21 +08:00
..
cpu x86: pch: Implement get_gpio_base op 2016-02-05 12:47:21 +08:00
dts x86: ich6_gpio: Convert to use proper DM API 2016-02-05 12:47:21 +08:00
include/asm x86: qemu: add the ability to load and link ACPI tables from QEMU 2016-01-28 13:53:30 +08:00
lib x86: qemu: add the ability to load and link ACPI tables from QEMU 2016-01-28 13:53:30 +08:00
config.mk efi: Add 64-bit payload support 2015-08-05 08:44:07 -06:00
Kconfig x86: config option for loading ACPI table from QEMU 2016-01-28 13:53:30 +08:00
Makefile x86: Add support for U-Boot as an EFI application 2015-08-05 08:44:06 -06:00