commit | 24e32a5528fb5f398f0844759568e14f2c7ed3e9 | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Sat Feb 07 22:18:34 2015 +0100 |
committer | Robert Jarzmik <robert.jarzmik@free.fr> | Tue May 12 23:26:39 2015 +0200 |
tree | f0ebf5f9297f783adaa66b5ff7526890688ff98f | |
parent | 8b6d10345e161cafceee864acfa11b8bb8ed5c98 [diff] |
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 82ce44d104dc ("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>