1. 01 4月, 2015 1 次提交
  2. 11 11月, 2014 1 次提交
  3. 12 9月, 2014 1 次提交
    • S
      ARM: dts: OMAP2+: Add sub mailboxes device node information · d27704d1
      Suman Anna 提交于
      The sub-mailbox devices are added to the Mailbox DT nodes on
      OMAP2420, OMAP2430, OMAP3, AM33xx, AM43xx, OMAP4 and OMAP5
      family of SoCs. This data represents the same mailboxes that
      used to be represented in hwmod attribute data previously.
      The node name is chosen based on the .name field of
      omap_mbox_dev_info structure used in the hwmod data.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      d27704d1
  4. 15 7月, 2014 1 次提交
  5. 02 7月, 2014 1 次提交
  6. 28 5月, 2014 1 次提交
  7. 26 4月, 2014 1 次提交
    • S
      ARM: dts: OMAP2: Fix interrupts for OMAP2420 mailbox · 4fe5bd5d
      Suman Anna 提交于
      The mailbox module is capable of generating two interrupts
      to MPU in OMAP2420, compared to one in OMAP2430. The second
      interrupt is to handle interrupts from the additional IVA
      processor present only on OMAP2420.
      
      Move the current common mailbox DT node into the SoC
      specific files to allow the above differentiation. Also,
      added back the interrupt-names on OMAP2420, that were
      previously defined in hwmod data.
      
      This fixes regression caused by the recent dropping of
      hwmod data in favor for defining it in the .dts files.
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      [tony@atomide.com: updated description]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4fe5bd5d
  8. 01 3月, 2014 1 次提交
  9. 16 11月, 2013 1 次提交
    • T
      ARM: dts: Fix omap2 specific dtsi files by adding the missing entries · 467f4bd2
      Tony Lindgren 提交于
      Looks like we're missing few entries for omap2 and the drivers
      have only worked because of the omap hwmod building the devices
      for the missing entries.
      
      Let's fix the missing entries so we don't need to rely on hwmod
      for the basic data and can then later on remove the duplicate
      data from hwmod. Otherwise device tree only drivers will not
      work properly.
      
      Cc: "Benoît Cousson" <bcousson@baylibre.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      467f4bd2
  10. 19 6月, 2013 1 次提交
  11. 09 4月, 2013 5 次提交
  12. 29 10月, 2012 3 次提交
    • J
      ARM: dts: OMAP: Add counter-32k nodes · 510c0ffd
      Jon Hunter 提交于
      Adds the counter-32k timers nodes present in OMAP2/3/4 devices and
      device-tree binding documentation for OMAP counter-32k.
      Signed-off-by: NJon Hunter <jon-hunter@ti.com>
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      510c0ffd
    • 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
  13. 11 9月, 2012 1 次提交
  14. 08 9月, 2012 1 次提交