1. 19 6月, 2013 2 次提交
  2. 09 4月, 2013 3 次提交
  3. 29 10月, 2012 2 次提交
    • J
      ARM: dts: OMAP: Add timer nodes · fab8ad0b
      Jon Hunter 提交于
      Add the 12 GP timers nodes present in OMAP2.
      Add the 12 GP timers nodes present in OMAP3.
      Add the 11 GP timers nodes present in OMAP4.
      Add the 7 GP timers nodes present in AM33xx.
      
      Add documentation for timer properties specific to OMAP.
      
      Thanks to Vaibhav Hiremath for creating the AM33xx timer nodes. I have modified
      Vaibhav's original nodes adding information on which timers support a PWM
      output.
      
      V5 changes:
      - Updated timer register sizes for OMAP2/3/4.
      - Modified AM335x timer register size to be 1KB instead of 4KB to align with
        HWMOD.
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Acked-Reviewed-&-Tested-By: Vaibhav Hiremath <hvaibhav@ti.com>
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      fab8ad0b
    • B
      ARM: dts: OMAP: Move interrupt-parent to the root node to avoid duplication · 4c94ac29
      Benoit Cousson 提交于
      The interrupt-parent attribute does not have to be added in each
      node since the fmwk will check for the parent as well to get it.
      
      Create an interrupt-parent for OMAP2, OMAP3, AM33xx and remove the
      attributes from every nodes that were using it.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      Cc: Vaibhav Hiremath <hvaibhav@ti.com>
      Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
      Cc: Sebastien Guiriec <s-guiriec@ti.com>
      4c94ac29
  4. 20 6月, 2012 1 次提交
    • J
      arm/dts: OMAP2: Fix interrupt controller binding · 95dca12d
      Jon Hunter 提交于
      When booting with device-tree on an OMAP2420H4, the kernel is hanging when
      initialising the interrupts and following kernel dumps is seen ...
      
      [    0.000000] ------------[ cut here ]------------
      [    0.000000] WARNING: at arch/arm/mach-omap2/irq.c:271 omap_intc_of_init+0x50/0xb4()
      [    0.000000] unable to get intc registers
      [    0.000000] Modules linked in:
      [    0.000000] [<c001befc>] (unwind_backtrace+0x0/0xf4) from [<c0040c34>] (warn_slowpath_common+0x4c/0x64)
      [    0.000000] [<c0040c34>] (warn_slowpath_common+0x4c/0x64) from [<c0040ce0>] (warn_slowpath_fmt+0x30/0x40)
      [    0.000000] [<c0040ce0>] (warn_slowpath_fmt+0x30/0x40) from [<c066b8a4>] (omap_intc_of_init+0x50/0xb4)
      [    0.000000] [<c066b8a4>] (omap_intc_of_init+0x50/0xb4) from [<c0688b70>] (of_irq_init+0x144/0x288)
      [    0.000000] [<c0688b70>] (of_irq_init+0x144/0x288) from [<c0663294>] (init_IRQ+0x14/0x1c)
      [    0.000000] [<c0663294>] (init_IRQ+0x14/0x1c) from [<c06607fc>] (start_kernel+0x198/0x304)
      [    0.000000] [<c06607fc>] (start_kernel+0x198/0x304) from [<80008044>] (0x80008044)
      [    0.000000] ---[ end trace 1b75b31a2719ed1c ]---
      [    0.000000] of_irq_init: children remain, but no parents
      
      The OMAP2 interrupt controller binding is missing the number of interrupts and
      interrupt controller register address. Adding these fixes the problem.
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      95dca12d
  5. 17 12月, 2011 1 次提交