diff options
author | Stefan Roese <sr@denx.de> | 2008-03-20 21:33:39 +1100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-03-26 07:27:45 -0500 |
commit | 145692a734cffa9c3c6f4523d015516406ce21eb (patch) | |
tree | 361854d4c66db046e1d2583345419e13e08584f2 /arch/powerpc/boot | |
parent | c06cf7dad6626f2ea3c2ebaabc0f7f7d71792481 (diff) | |
download | linux-145692a734cffa9c3c6f4523d015516406ce21eb.tar.gz linux-145692a734cffa9c3c6f4523d015516406ce21eb.tar.bz2 linux-145692a734cffa9c3c6f4523d015516406ce21eb.zip |
[POWERPC] 4xx: Add "amcc, haleakala" to the toplevel compatible property
Currently Haleakala uses the Kilauea platform code. This patch adds
"haleakala" to the compatible property, in case later kernel versions
will introduce a Haleakala platform code.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/haleakala.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/haleakala.dts b/arch/powerpc/boot/dts/haleakala.dts index ae68fefc01b6..02e4ba31dc44 100644 --- a/arch/powerpc/boot/dts/haleakala.dts +++ b/arch/powerpc/boot/dts/haleakala.dts @@ -12,7 +12,7 @@ #address-cells = <1>; #size-cells = <1>; model = "amcc,haleakala"; - compatible = "amcc,kilauea"; + compatible = "amcc,haleakala", "amcc,kilauea"; dcr-parent = <&/cpus/cpu@0>; aliases { |