diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-19 17:27:05 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-08-28 15:12:47 +0200 |
commit | 38d56f1677130004497835a776feb84f068ce22a (patch) | |
tree | c778fb433ad0285636e17b61673b05068dc84f88 /arch/powerpc/platforms/44x | |
parent | powerpc/44x: Add explicit support for AMCC Glacier (diff) | |
download | linux-38d56f1677130004497835a776feb84f068ce22a.tar.xz linux-38d56f1677130004497835a776feb84f068ce22a.zip |
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>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/ppc44x_simple.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c index 1c064b242cf0..57e71203d0f8 100644 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c @@ -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) |