Enable SDHCI0 for zynqmp. Add empty gpio.h because of sdhci requirement. Signed-off-by: Michal Simek <michal.simek@xilinx.com>master
parent
5af37bd070
commit
31137acb27
@ -0,0 +1,12 @@ |
||||
/*
|
||||
* Copyright 2015 Xilinx, Inc. |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#ifndef __ARCH_ZYNQMP_GPIO_H |
||||
#define __ARCH_ZYNQMP_GPIO_H |
||||
|
||||
/* Empty file - sdhci requires this. */ |
||||
|
||||
#endif |
Loading…
Reference in new issue