Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308401
b: refs/heads/master
c: a024fa1
h: refs/heads/master
i:
  308399: 81bc81e
v: v3
  • Loading branch information
Kyoungil Kim authored and Kukjin Kim committed May 14, 2012
1 parent 9cc4f14 commit ec054e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20ef9e08d27b3f5e09c32d4d371fa97f610a3069
refs/heads/master: a024fa1313d57264ad88a7a4f2f96f9472986712
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ config EXYNOS4_SETUP_USB_PHY
help
Common setup code for USB PHY controller

config EXYNOS4_SETUP_SPI
config EXYNOS_SETUP_SPI
bool
help
Common setup code for SPI GPIO configurations.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-exynos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ obj-$(CONFIG_EXYNOS4_SETUP_I2C7) += setup-i2c7.o
obj-$(CONFIG_EXYNOS4_SETUP_KEYPAD) += setup-keypad.o
obj-$(CONFIG_EXYNOS4_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
obj-$(CONFIG_EXYNOS4_SETUP_USB_PHY) += setup-usb-phy.o
obj-$(CONFIG_EXYNOS4_SETUP_SPI) += setup-spi.o
obj-$(CONFIG_EXYNOS_SETUP_SPI) += setup-spi.o
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-exynos/include/mach/spi-clocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#define __ASM_ARCH_SPI_CLKS_H __FILE__

/* Must source from SCLK_SPI */
#define EXYNOS4_SPI_SRCCLK_SCLK 0
#define EXYNOS_SPI_SRCCLK_SCLK 0

#endif /* __ASM_ARCH_SPI_CLKS_H */

0 comments on commit ec054e1

Please sign in to comment.