Skip to content

Commit

Permalink
powerpc/44x: Add explicit Yosemite support
Browse files Browse the repository at this point in the history
Add the Yosemite board to the explicitly supported list for ppc44x_simple
boards and remove the compatible entry for bamboo from the DTS file.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Josh Boyer committed Aug 28, 2008
1 parent ded563c commit 38d56f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/yosemite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#address-cells = <2>;
#size-cells = <1>;
model = "amcc,yosemite";
compatible = "amcc,yosemite","amcc,bamboo";
compatible = "amcc,yosemite";
dcr-parent = <&{/cpus/cpu@0}>;

aliases {
Expand Down
3 changes: 2 additions & 1 deletion arch/powerpc/platforms/44x/ppc44x_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ static char *board[] __initdata = {
"amcc,katmai",
"amcc,rainier",
"amcc,sequoia",
"amcc,taishan"
"amcc,taishan",
"amcc,yosemite"
};

static int __init ppc44x_probe(void)
Expand Down

0 comments on commit 38d56f1

Please sign in to comment.