diff options
-rw-r--r-- | arch/powerpc/boot/dts/glacier.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 11 | ||||
-rw-r--r-- | arch/powerpc/platforms/44x/ppc44x_simple.c | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/glacier.dts b/arch/powerpc/boot/dts/glacier.dts index 24cf0dba120c..f3787a27f634 100644 --- a/arch/powerpc/boot/dts/glacier.dts +++ b/arch/powerpc/boot/dts/glacier.dts | |||
@@ -14,7 +14,7 @@ | |||
14 | #address-cells = <2>; | 14 | #address-cells = <2>; |
15 | #size-cells = <1>; | 15 | #size-cells = <1>; |
16 | model = "amcc,glacier"; | 16 | model = "amcc,glacier"; |
17 | compatible = "amcc,glacier", "amcc,canyonlands"; | 17 | compatible = "amcc,glacier"; |
18 | dcr-parent = <&{/cpus/cpu@0}>; | 18 | dcr-parent = <&{/cpus/cpu@0}>; |
19 | 19 | ||
20 | aliases { | 20 | aliases { |
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index e0bea834bfe5..f8ef279f3256 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -92,6 +92,17 @@ config CANYONLANDS | |||
92 | help | 92 | help |
93 | This option enables support for the AMCC PPC460EX evaluation board. | 93 | This option enables support for the AMCC PPC460EX evaluation board. |
94 | 94 | ||
95 | config GLACIER | ||
96 | bool "Glacier" | ||
97 | depends on 44x | ||
98 | default n | ||
99 | select PPC44x_SIMPLE | ||
100 | select 460EX # Odd since it uses 460GT but the effects are the same | ||
101 | select PCI | ||
102 | select PPC4xx_PCI_EXPRESS | ||
103 | help | ||
104 | This option enables support for the AMCC PPC460GT evaluation board. | ||
105 | |||
95 | config YOSEMITE | 106 | config YOSEMITE |
96 | bool "Yosemite" | 107 | bool "Yosemite" |
97 | depends on 44x | 108 | depends on 44x |
diff --git a/arch/powerpc/platforms/44x/ppc44x_simple.c b/arch/powerpc/platforms/44x/ppc44x_simple.c index 32b0535f29fe..1c064b242cf0 100644 --- a/arch/powerpc/platforms/44x/ppc44x_simple.c +++ b/arch/powerpc/platforms/44x/ppc44x_simple.c | |||
@@ -52,6 +52,7 @@ machine_device_initcall(ppc44x_simple, ppc44x_device_probe); | |||
52 | static char *board[] __initdata = { | 52 | static char *board[] __initdata = { |
53 | "amcc,bamboo", | 53 | "amcc,bamboo", |
54 | "amcc,cayonlands", | 54 | "amcc,cayonlands", |
55 | "amcc,glacier", | ||
55 | "ibm,ebony", | 56 | "ibm,ebony", |
56 | "amcc,katmai", | 57 | "amcc,katmai", |
57 | "amcc,rainier", | 58 | "amcc,rainier", |