aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ccu9540.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-10-15 10:07:55 +0100
committerLee Jones <lee.jones@linaro.org>2012-11-01 13:02:25 +0100
commit79b40753a318adb3254c6d534b834c10f99cba05 (patch)
tree56bce2b1e5d420abec01201d9ffcc647f12333fe /arch/arm/boot/dts/ccu9540.dts
parentARM: ux500: Remove duplicate DT_MACHINE_START - make u8500 for generic (diff)
downloadlinux-dev-79b40753a318adb3254c6d534b834c10f99cba05.tar.xz
linux-dev-79b40753a318adb3254c6d534b834c10f99cba05.zip
ARM: ux500: List DT compatibility using platform names rather than by board
So far, each ST-Ericsson board supported by Device Tree has been similar enough to run though a single DT_MACHINE_INIT call. On the back of that it has been suggested that we should reduce the number of compatible strings in our dt_compat structure. After subsequent discussion with Arnd Bergmann the conclusion was to list entries by platform as opposed to by board. The other suggestion was to use a single string which would cover all supported platforms, but any wildcard entries would include unsupported chipsets, such as the u5500 and potential new chips which no not yet have DT functionality. Hence, the best solution which encompasses all supported platforms, but no unsupported ones was to list the currently enabled four chipsets; u8500, u8540, u9500 and u9540 instead. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ccu9540.dts')
-rw-r--r--arch/arm/boot/dts/ccu9540.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ccu9540.dts b/arch/arm/boot/dts/ccu9540.dts
index 26dfe83178be..04305463f00d 100644
--- a/arch/arm/boot/dts/ccu9540.dts
+++ b/arch/arm/boot/dts/ccu9540.dts
@@ -14,7 +14,7 @@
/ {
model = "ST-Ericsson CCU9540 platform with Device Tree";
- compatible = "st-ericsson,ccu9540";
+ compatible = "st-ericsson,ccu9540", "st-ericsson,u9540";
memory {
reg = <0x00000000 0x20000000>;