linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* EDMA oftree entry for AM335x
@ 2015-05-04  6:43 Robert Schwebel
  2015-05-04 14:11 ` Tony Lindgren
  0 siblings, 1 reply; 15+ messages in thread
From: Robert Schwebel @ 2015-05-04  6:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

since 5e863c561, I get this warning for an AM335x board:

  omap_hwmod: tptc0 using broken dt data from edma
  omap_hwmod: tptc1 using broken dt data from edma
  omap_hwmod: tptc2 using broken dt data from edma

It seems like the code in arch/arm/mach-omap2/omap_hwmod.c expects the oftree
entry to look differently than what we currently have in
arch/arm/boot/dts/am33xx.dtsi:

  edma: edma at 49000000 {
          compatible = "ti,edma3";
          ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";    <==========
          reg =   <0x49000000 0x10000>,
                  <0x44e10f90 0x40>;
          interrupts = <12 13 14>;
          #dma-cells = <1>;
  };

The patch description says the device should be split into more devices instead
of specifying several ti,hwmods entries, but unfortunately the Documentation
still suggests the above format in Documentation/devicetree/bindings/dma/ti-edma.txt.

How would a correct entry look like?

Thanks,
rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-06-11 14:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04  6:43 EDMA oftree entry for AM335x Robert Schwebel
2015-05-04 14:11 ` Tony Lindgren
2015-05-04 21:11   ` Robert Schwebel
2015-05-04 21:24     ` Tony Lindgren
2015-05-04 21:33       ` Robert Schwebel
2015-05-04 21:42         ` Tony Lindgren
2015-05-05 13:53   ` Peter Ujfalusi
2015-05-05 14:58     ` Tony Lindgren
2015-05-06 11:22       ` Peter Ujfalusi
2015-05-06 14:39         ` Tony Lindgren
2015-06-08 10:59           ` Robert Schwebel
2015-06-10  5:10             ` Tony Lindgren
2015-06-10 11:13               ` Peter Ujfalusi
2015-06-11 14:13                 ` Tony Lindgren
2015-06-11 14:53                   ` Peter Ujfalusi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).