mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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: Josh Boyer <jwboyer@linux.vnet.ibm.com>
This commit is contained in:
parent
ded563cf45
commit
38d56f1677
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user