
23 May
2016
23 May
'16
9:01 a.m.
On Thu, May 19, 2016 at 12:01 PM, Simon Glass sjg@chromium.org wrote:
On 11 May 2016 at 08:45, Bin Meng bmeng.cn@gmail.com wrote:
Since BayTrail, Intel starts to use new GPIO IPs in their chipset. This adds the GPIO ASL, so that OS can load corresponding drivers for it. On Linux, this is BayTrail pinctrl driver.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v2:
- New patch to add GPIO ASL description
arch/x86/include/asm/arch-baytrail/acpi/gpio.asl | 95 ++++++++++++++++++++++ .../include/asm/arch-baytrail/acpi/platform.asl | 3 + 2 files changed, 98 insertions(+) create mode 100644 arch/x86/include/asm/arch-baytrail/acpi/gpio.asl
Reviewed-by: Simon Glass sjg@chromium.org
applied to u-boot-x86, thanks!