]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit276157e6a4221e394033d25bc24e411ca2d0171d
tree6b19e09dfe88d1627caaf5b8ec97945ba493d45c
parent3885ee37c3786bead148bab6d7d17d1c44f59fba
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