mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-13 19:39:14 +01:00
powerpc: ppc4xx: Add a gpio.h header file
This is required at present for device tree control. The ppc4xx does support GPIOs but does not seem to have a proper driver. So this file is empty. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
36ec4c021a
commit
86bedaebb5
1 changed files with 7 additions and 0 deletions
7
arch/powerpc/include/asm/arch-ppc4xx/gpio.h
Normal file
7
arch/powerpc/include/asm/arch-ppc4xx/gpio.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* (C) Copyright 2014 Google, Inc
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
/* This is empty for now as we don't support the generic GPIO interface */
|
||||
Loading…
Add table
Reference in a new issue