diff options
author | Simon Glass | 2015-02-07 11:51:43 -0700 |
---|---|---|
committer | Simon Glass | 2015-02-12 10:35:31 -0700 |
commit | 86bedaebb570c2a111cdcafbf310f95b1bd58a14 (patch) | |
tree | 0df88a567ec4096c43ce26bd9f723474f3bd7c9d /arch/powerpc | |
parent | 36ec4c021a56209be87b9fe7c2865fd95a820f63 (diff) |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/arch-ppc4xx/gpio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/arch-ppc4xx/gpio.h b/arch/powerpc/include/asm/arch-ppc4xx/gpio.h new file mode 100644 index 00000000000..3d960c3f1f0 --- /dev/null +++ b/arch/powerpc/include/asm/arch-ppc4xx/gpio.h @@ -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 */ |