From: arnd@arndb•de (Arnd Bergmann)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting u8540 platform
Date: Fri, 22 Mar 2013 15:43:13 +0000 [thread overview]
Message-ID: <201303221543.14165.arnd@arndb.de> (raw)
In-Reply-To: <1363966065-2478-5-git-send-email-lee.jones@linaro.org>
On Friday 22 March 2013, Lee Jones wrote:
> /* automatically probe child nodes of db8500 device */
> of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);
> +
> + if (of_machine_is_compatible("st-ericsson,u8540"))
> + of_platform_populate(NULL, u8500_local_bus_nodes,
> + u8540_auxdata_uart_lookup, parent);
> + else
> + of_platform_populate(NULL, u8500_local_bus_nodes,
> + u8500_auxdata_uart_lookup, parent);
> }
>
Does this still work on u8500? I did not think you could call
of_platform_populate twice on the root node and still get the result
you want.
Arnd
next prev parent reply other threads:[~2013-03-22 15:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-22 15:27 [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Lee Jones
2013-03-22 15:27 ` [PATCH 2/5] ARM: ux500: Allow the ccu8540 to register its serial devices without pdata Lee Jones
2013-03-22 15:27 ` [PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation Lee Jones
2013-03-27 13:18 ` Linus Walleij
2013-03-22 15:27 ` [PATCH 4/5] ARM: ux500: Supply a DTS file for the u8540 platform Lee Jones
2013-03-27 13:20 ` Linus Walleij
2013-03-22 15:27 ` [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting " Lee Jones
2013-03-22 15:43 ` Arnd Bergmann [this message]
2013-03-22 17:14 ` Lee Jones
2013-03-22 15:45 ` [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Arnd Bergmann
2013-03-22 17:23 ` Russell King - ARM Linux
2013-03-22 17:29 ` Russell King - ARM Linux
2013-03-22 20:28 ` Arnd Bergmann
2013-03-22 17:37 ` Russell King - ARM Linux
2013-03-25 8:47 ` Lee Jones
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=201303221543.14165.arnd@arndb.de \
--to=arnd@arndb$(echo .)de \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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