ARM: dts: Assume status of all optional nodes as disabled for exynos4
authorTomasz Figa <t.figa@samsung.com>
Fri, 21 Sep 2012 01:13:31 +0000 (10:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 21 Sep 2012 01:47:23 +0000 (10:47 +0900)
commitc9e23f00cdd1b18955a50ff9fa3d51b5a28498d0
tree6b19e09dfe88d1627caaf5b8ec97945ba493d45c
parent3579a5824000dce3d431d88ecf031acb7588128b
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 <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4.dtsi
arch/arm/boot/dts/exynos4210-origen.dts
arch/arm/boot/dts/exynos4210-smdkv310.dts
This page took 0.0256 seconds and 5 git commands to generate.