diff options
author | Raphael Assenat <raph@8d.com> | 2012-09-17 10:56:14 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-08 15:43:57 -0700 |
commit | b1a923d0a9f86e5dd154932fc3801561503baa46 (patch) | |
tree | fc42aaab007f57852f62b362d4e724ea62289501 /arch/arm/mach-omap2 | |
parent | 61687c611a1c4f7906d2f6f591da18d0b092ad34 (diff) | |
download | op-kernel-dev-b1a923d0a9f86e5dd154932fc3801561503baa46.zip op-kernel-dev-b1a923d0a9f86e5dd154932fc3801561503baa46.tar.gz |
AM35xx: Add missing hwmod entry for the HDQ/1-Wire present in AM3505/3517 CPUs.
This patch adds a missing hwmod entry for the HDQ/1-Wire module present
in the AM3505/17 CPUs.
This restores 1-Wire support to our AM3505 boards. We think it probably
stopped working with commit 96b1b29d37b0ca3ecd424a1fe301406cf525fc04
ARM: OMAP2+: HDQ1W: use omap_device
Signed-off-by: Raphael Assenat <raph@8d.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 2857772..cc1fad7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -3683,6 +3683,7 @@ static struct omap_hwmod_ocp_if *am35xx_hwmod_ocp_ifs[] __initdata = { &omap3xxx_l4_core__usb_tll_hs, &omap3xxx_l4_core__es3plus_mmc1, &omap3xxx_l4_core__es3plus_mmc2, + &omap3xxx_l4_core__hdq1w, &am35xx_mdio__l3, &am35xx_l4_core__mdio, &am35xx_emac__l3, |