Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342188
b: refs/heads/master
c: 58e5b9e
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent ef90f61 commit 462bc4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: a37e84ca31f4354373fe9a930d80566d6833a877
refs/heads/master: 58e5b9e3d0b5e1319fd24124e79b4d4e6188bf1b
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/include/ "dbx5x0.dtsi"

/ {
model = "ST-Ericsson U9540 platform with Device Tree";
compatible = "st-ericsson,u9540";
model = "ST-Ericsson CCU9540 platform with Device Tree";
compatible = "st-ericsson,ccu9540";

memory {
reg = <0x00000000 0x20000000>;
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-ux500/cpu-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ static void __init u8500_init_machine(void)
snowball_pinmaps_init();
else if (of_machine_is_compatible("st-ericsson,hrefv60+"))
hrefv60_pinmaps_init();
else if (of_machine_is_compatible("st-ericsson,u9540")) {}
/* TODO: Add u9540 pinmaps. */
else if (of_machine_is_compatible("st-ericsson,ccu9540")) {}
/* TODO: Add pinmaps for ccu9540 board. */

/* TODO: Export SoC, USB, cpu-freq and DMA40 */
parent = u8500_of_init_devices();
Expand All @@ -334,7 +334,7 @@ static const char * u8500_dt_board_compat[] = {
"calaosystems,snowball-a9500",
"st-ericsson,hrefv60+",
"st-ericsson,mop500",
"st-ericsson,u9540",
"st-ericsson,ccu9540",
NULL,
};

Expand Down

0 comments on commit 462bc4c

Please sign in to comment.