]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pxa: pxa27x skip default device initialization with DT
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sat, 7 Feb 2015 21:18:34 +0000 (22:18 +0100)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Tue, 12 May 2015 21:26:39 +0000 (23:26 +0200)
commitd6212d3b4dd1f446bb91cac1128a5227a9078460
treef0ebf5f9297f783adaa66b5ff7526890688ff98f
parent961b18a481a58b3941fdf7a486b9fd61adcc8388
ARM: pxa: pxa27x skip default device initialization with DT

When booting via DT, the default PXA devices must not have been probed
before, otherwise the augmented information from the device tree is
ignored.

This is the twin commit of commit e89dbd8351c3 ("ARM: pxa3xx: skip
default device initialization when booting via DT").

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Daniel Mack <daniel@zonque.org>
arch/arm/mach-pxa/pxa27x.c