[U-Boot] [PATCH v2 2/4] gpio: do not include <asm/arch/gpio.h> for UniPhier
Simon Glass
sjg at chromium.org
Wed Aug 26 05:53:20 CEST 2015
Hi,
On 17 July 2015 at 05:15, Masahiro Yamada <yamada.masahiro at socionext.com> wrote:
> I implemented a GPIO driver based on Driver Model for the UniPhier
> SoC family, but I could not find any good reason why such SoC
> specific GPIO headers are needed.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> Changes in v2: None
>
> arch/arm/include/asm/gpio.h | 2 ++
> 1 file changed, 2 insertions(+)
It is true that with device tree this probably isn't needed.
Some other boards just have dummy files. How do you suggest we deal
with this? I feel that adding dummy files is a reasonable approach
until everything is converted.
But I suppose this is another way.
Acked-by: Simon Glass <sjg at chromium.org>
Regards,
Simon
More information about the U-Boot
mailing list