From: Tomasz Figa Date: Fri, 21 Sep 2012 01:13:31 +0000 (+0900) Subject: ARM: dts: Assume status of all optional nodes as disabled for exynos4 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~56^2^2^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e23f00cdd1b18955a50ff9fa3d51b5a28498d0;p=pandora-kernel.git ARM: dts: Assume status of all optional nodes as disabled for exynos4 Currently all boards must explicitly disable all unused device tree nodes of unused components (e.g. i2c, sdhci, etc...). This makes it necessary to all boards to be aware of all components on the SoC, which in turns makes board dts files longer and more difficult to maintain (e.g. adding new components to SoC-level tree requires adding nodes with status="disabled" to every board). This patch changes "status" of all optional components in SoC-level dts file to "disabled", adds status="okay" to respective nodes of used components in dts of all boards and removes all nodes with only status="disabled" from boards dts. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Acked-by: Thomas Abraham Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed