mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-23 13:46:26 -04:00
arm: rmobile: Add support PFC of Renesas SH73A0
Renesas SH73A0 has GPIO based PFC. This privode framework of PFC. The code included in this base from linux kernel. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
1cdf2482d1
commit
b045a23773
@ -31,6 +31,7 @@ COBJS-y += timer.o
|
|||||||
|
|
||||||
COBJS-$(CONFIG_DISPLAY_BOARDINFO) += board.o
|
COBJS-$(CONFIG_DISPLAY_BOARDINFO) += board.o
|
||||||
COBJS-$(CONFIG_SH73A0) += cpu_info-sh73a0.o
|
COBJS-$(CONFIG_SH73A0) += cpu_info-sh73a0.o
|
||||||
|
COBJS-$(CONFIG_SH73A0) += pfc-sh73a0.o
|
||||||
|
|
||||||
COBJS := $(COBJS-y)
|
COBJS := $(COBJS-y)
|
||||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||||
|
2807
arch/arm/cpu/armv7/rmobile/pfc-sh73a0.c
Normal file
2807
arch/arm/cpu/armv7/rmobile/pfc-sh73a0.c
Normal file
File diff suppressed because it is too large
Load Diff
9
arch/arm/include/asm/arch-rmobile/gpio.h
Normal file
9
arch/arm/include/asm/arch-rmobile/gpio.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#ifndef __ASM_ARCH_GPIO_H
|
||||||
|
#define __ASM_ARCH_GPIO_H
|
||||||
|
|
||||||
|
#if defined(CONFIG_SH73A0)
|
||||||
|
#include "sh73a0-gpio.h"
|
||||||
|
void sh73a0_pinmux_init(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* __ASM_ARCH_GPIO_H */
|
Loading…
x
Reference in New Issue
Block a user