commit | 68e2eb533ef84197d6a60d23f45070cddcf51753 | [log] [tgz] |
---|---|---|
author | Guido MartÃnez <guido@vanguardiasur.com.ar> | Wed Jul 02 10:35:18 2014 -0300 |
committer | Tony Lindgren <tony@atomide.com> | Mon Jul 07 04:57:17 2014 -0700 |
tree | 96c76b13718819dfec753af245e86ff90fbcd564 | |
parent | 526570cb2067363ec93681837e43b4c774b1616c [diff] |
ARM: OMAP2+: Make GPMC skip disabled devices Currently, child nodes of the gpmc node are iterated and probed regardless of their 'status' property. This means adding 'status = "disabled";' has no effect. This patch changes the iteration to only probe nodes marked as available. Signed-off-by: Guido MartÃnez <guido@vanguardiasur.com.ar> Tested-by: Pekon Gupta <pekon@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>