diff options
| author | Tom Rini <trini@ti.com> | 2013-07-12 10:36:48 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-07-12 10:36:48 -0400 | 
| commit | fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc (patch) | |
| tree | 9c91526cefd027d9bd964572d4f92bd2d1376c5d /arch/arm/cpu/armv7/omap5/hw_data.c | |
| parent | d72da1582895ca226b995758426ec3769b54a9b8 (diff) | |
| parent | efc284e32503b240dbd35c6e8b8d098d702b4be7 (diff) | |
| download | olio-uboot-2014.01-fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc.tar.xz olio-uboot-2014.01-fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Fix a trivial conflict in arch/arm/dts/exynos5250.dtsi about gpio and
serial.
Conflicts:
	arch/arm/dts/exynos5250.dtsi
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/hw_data.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index 56cf1f8c6..07b1108e0 100644 --- a/arch/arm/cpu/armv7/omap5/hw_data.c +++ b/arch/arm/cpu/armv7/omap5/hw_data.c @@ -412,6 +412,8 @@ void enable_basic_clocks(void)  		(*prcm)->cm_l4per_gpio4_clkctrl,  		(*prcm)->cm_l4per_gpio5_clkctrl,  		(*prcm)->cm_l4per_gpio6_clkctrl, +		(*prcm)->cm_l4per_gpio7_clkctrl, +		(*prcm)->cm_l4per_gpio8_clkctrl,  		0  	}; |