提交 38d56f16 编写于 作者: J 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: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
上级 ded563cf
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
model = "amcc,yosemite"; model = "amcc,yosemite";
compatible = "amcc,yosemite","amcc,bamboo"; compatible = "amcc,yosemite";
dcr-parent = <&{/cpus/cpu@0}>; dcr-parent = <&{/cpus/cpu@0}>;
aliases { aliases {
......
...@@ -57,7 +57,8 @@ static char *board[] __initdata = { ...@@ -57,7 +57,8 @@ static char *board[] __initdata = {
"amcc,katmai", "amcc,katmai",
"amcc,rainier", "amcc,rainier",
"amcc,sequoia", "amcc,sequoia",
"amcc,taishan" "amcc,taishan",
"amcc,yosemite"
}; };
static int __init ppc44x_probe(void) static int __init ppc44x_probe(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册