Commit 38d56f16 authored by Josh Boyer's avatar Josh Boyer

powerpc/44x: Add explicit Yosemite support

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: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent ded563cf
......@@ -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 {
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment