linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: r.schwebel@pengutronix.de (Robert Schwebel)
To: linux-arm-kernel@lists.infradead.org
Subject: EDMA oftree entry for AM335x
Date: Mon, 4 May 2015 08:43:23 +0200	[thread overview]
Message-ID: <20150504064323.GU15254@pengutronix.de> (raw)

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 |

             reply	other threads:[~2015-05-04  6:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-04  6:43 Robert Schwebel [this message]
2015-05-04 14:11 ` EDMA oftree entry for AM335x 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150504064323.GU15254@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).