diff options
author | Olof Johansson <olof@lixom.net> | 2013-05-21 08:36:26 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-05-21 08:43:24 +0200 |
commit | 7ad915f5ebf5b9e7ca98a7048d8f84a631fe388b (patch) | |
tree | a95ee8b0ff92daccc7480239f54962d150416559 /arch/arm/boot/dts | |
parent | ARM: vt8500: Add missing NULL terminator in dt_compat (diff) | |
parent | ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clock (diff) | |
download | linux-7ad915f5ebf5b9e7ca98a7048d8f84a631fe388b.tar.xz linux-7ad915f5ebf5b9e7ca98a7048d8f84a631fe388b.zip |
Merge tag 'omap-for-v3.10-rc1/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
From Tony Lindgren, fixes for omaps:
- a section mismatch fix for hwmod
- boot fix for omap2plus_defconfig for omap2
- musb interrupt fix when using device tree
- am33xx clock fix that I missed earlier somehow
- omap1 dma return code error fix
* tag 'omap-for-v3.10-rc1/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clock
ARM: OMAP2+: Add missing CONFIG_ARCH_MULTI_V6=y to omap2plus_defconfig
ARM: OMAP: fix error return code in omap1_system_dma_init()
ARM: OMAP: fix __init section mismatch for _enable_preprogram
ARM: dts: Fix musb interrupt for device tree booting
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi index 82a404da1c0d..99ba6e14ebf3 100644 --- a/arch/arm/boot/dts/omap3.dtsi +++ b/arch/arm/boot/dts/omap3.dtsi @@ -516,7 +516,7 @@ usb_otg_hs: usb_otg_hs@480ab000 { compatible = "ti,omap3-musb"; reg = <0x480ab000 0x1000>; - interrupts = <0 92 0x4>, <0 93 0x4>; + interrupts = <92>, <93>; interrupt-names = "mc", "dma"; ti,hwmods = "usb_otg_hs"; multipoint = <1>; |