diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-06-05 15:19:21 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-15 10:57:26 -0400 |
commit | 37be54fd1351a177c061c2c351ffdd53efaebb59 (patch) | |
tree | 6e01b6d4d0b4c32dc3cab63a3bd06d54ff45d22a /arch/arm/include/asm | |
parent | 0ad5eaa4e5a6527001e1a6edd97b0e580e4c6247 (diff) | |
download | u-boot-imx-37be54fd1351a177c061c2c351ffdd53efaebb59.zip u-boot-imx-37be54fd1351a177c061c2c351ffdd53efaebb59.tar.gz u-boot-imx-37be54fd1351a177c061c2c351ffdd53efaebb59.tar.bz2 |
ARM: BeagleBoard-x15: Enable i2c5 clocks
On AM57xx evm I2C5 is used to detect the LCD board by reading the
EEPROM present on the bus.
Enable i2c5 clocks to help that.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/omap_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h index 12c2207..5469435 100644 --- a/arch/arm/include/asm/omap_common.h +++ b/arch/arm/include/asm/omap_common.h @@ -345,6 +345,10 @@ struct prcm_regs { /* GMAC Clk Ctrl */ u32 cm_gmac_gmac_clkctrl; u32 cm_gmac_clkstctrl; + + /* IPU */ + u32 cm_ipu_clkstctrl; + u32 cm_ipu_i2c5_clkctrl; }; struct omap_sys_ctrl_regs { |