diff options
author | Tony Lindgren <tony@atomide.com> | 2015-12-03 12:02:32 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-09 16:53:46 -0800 |
commit | 3022b29df67729c42acbd20f6c3e5ba8f8b60741 (patch) | |
tree | ff31f4318f19fc68295f9076109158fe2255fcca /arch/arm/mach-omap2/omap_hwmod_81xx_data.c | |
parent | 9621557fc31f5e42f026217d67db023ebfe903c9 (diff) | |
download | linux-3022b29df67729c42acbd20f6c3e5ba8f8b60741.tar.gz linux-3022b29df67729c42acbd20f6c3e5ba8f8b60741.tar.bz2 linux-3022b29df67729c42acbd20f6c3e5ba8f8b60741.zip |
ARM: OMAP2+: Enable GPIO for dm814x
With the basic clocks now working we can enable GPIO.
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_81xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c index d5246b351d0b..1b96cdfd1558 100644 --- a/arch/arm/mach-omap2/omap_hwmod_81xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_81xx_data.c @@ -1230,8 +1230,6 @@ static struct omap_hwmod_ocp_if dm81xx_tptc3__alwon_l3_fast = { /* * REVISIT: Test and enable the following once clocks work: - * dm81xx_l4_ls__gpio1 - * dm81xx_l4_ls__gpio2 * dm81xx_l4_ls__mailbox * dm81xx_alwon_l3_slow__gpmc * dm81xx_default_l3_slow__usbss @@ -1250,6 +1248,8 @@ static struct omap_hwmod_ocp_if *dm814x_hwmod_ocp_ifs[] __initdata = { &dm81xx_l4_ls__wd_timer1, &dm81xx_l4_ls__i2c1, &dm81xx_l4_ls__i2c2, + &dm81xx_l4_ls__gpio1, + &dm81xx_l4_ls__gpio2, &dm81xx_l4_ls__elm, &dm81xx_l4_ls__mcspi1, &dm81xx_alwon_l3_fast__tpcc, |