From: Thomas Abraham Date: Mon, 24 Oct 2011 11:57:43 +0000 (+0200) Subject: ARM: EXYNOS: Limit usage of pl330 device instance to non-dt build X-Git-Tag: v3.3-rc1~143^2~1^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca3de6ab9bfc6f3b5beebd8f9792357c4e4d441;p=pandora-kernel.git ARM: EXYNOS: Limit usage of pl330 device instance to non-dt build The pl330 device instances and associated platform data is required only for non-device-tree builds. With device tree enabled, the data about the platform is obtained from the device tree. For images that include both dt and non-dt platforms, an addditional check is added to ensure that static amba device registrations is applicable to only non-dt platforms. Cc: Kukjin Kim Cc: Kyungmin Park Signed-off-by: Thomas Abraham Acked-by: Grant Likely Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed