Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342190
b: refs/heads/master
c: 79b4075
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent 963f0e6 commit 9e8fe19
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46c1bf813376654f6b75120b9c2cf3de0f67af7d
refs/heads/master: 79b40753a318adb3254c6d534b834c10f99cba05
2 changes: 1 addition & 1 deletion trunk/arch/arm/boot/dts/ccu9540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/boot/dts/hrefprev60.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/ {
model = "ST-Ericsson HREF (pre-v60) platform with Device Tree";
compatible = "st-ericsson,mop500";
compatible = "st-ericsson,mop500", "st-ericsson,u8500";

gpio_keys {
button@1 {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/boot/dts/hrefv60plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/ {
model = "ST-Ericsson HREF (v60+) platform with Device Tree";
compatible = "st-ericsson,hrefv60+";
compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";

gpio_keys {
button@1 {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/ {
model = "Calao Systems Snowball platform with device tree";
compatible = "calaosystems,snowball-a9500";
compatible = "calaosystems,snowball-a9500", "st-ericsson,u9500";

memory {
reg = <0x00000000 0x20000000>;
Expand Down
12 changes: 6 additions & 6 deletions trunk/arch/arm/mach-ux500/cpu-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@ static void __init u8500_init_machine(void)
of_platform_populate(NULL, u8500_local_bus_nodes, u8500_auxdata_lookup, parent);
}

static const char * u8500_dt_board_compat[] = {
"calaosystems,snowball-a9500",
"st-ericsson,hrefv60+",
"st-ericsson,mop500",
"st-ericsson,ccu9540",
static const char * stericsson_dt_platform_compat[] = {
"st-ericsson,u8500",
"st-ericsson,u8540",
"st-ericsson,u9500",
"st-ericsson,u9540",
NULL,
};

Expand All @@ -346,7 +346,7 @@ DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)")
.handle_irq = gic_handle_irq,
.init_machine = u8500_init_machine,
.init_late = NULL,
.dt_compat = u8500_dt_board_compat,
.dt_compat = stericsson_dt_platform_compat,
MACHINE_END

#endif

0 comments on commit 9e8fe19

Please sign in to comment.