diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-06-15 18:06:51 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-28 05:18:02 -0400 |
commit | 9065762edf5ac90e312af1f81e03dc2c964d5a86 (patch) | |
tree | 538610677837a413e521205e25a1b9e5b63a4044 /arch/powerpc/platforms/ps3/setup.c | |
parent | 62cf6a9d65cd7ba66f96be25e3e8c5036c3e581e (diff) |
[POWERPC] PS3: Device tree source
The PS3 device tree source.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/setup.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/ps3/setup.c b/arch/powerpc/platforms/ps3/setup.c index ba38319ed8af..6b6eca17472c 100644 --- a/arch/powerpc/platforms/ps3/setup.c +++ b/arch/powerpc/platforms/ps3/setup.c | |||
@@ -193,7 +193,7 @@ static int __init ps3_probe(void) | |||
193 | DBG(" -> %s:%d\n", __func__, __LINE__); | 193 | DBG(" -> %s:%d\n", __func__, __LINE__); |
194 | 194 | ||
195 | dt_root = of_get_flat_dt_root(); | 195 | dt_root = of_get_flat_dt_root(); |
196 | if (!of_flat_dt_is_compatible(dt_root, "PS3")) | 196 | if (!of_flat_dt_is_compatible(dt_root, "sony,ps3")) |
197 | return 0; | 197 | return 0; |
198 | 198 | ||
199 | powerpc_firmware_features |= FW_FEATURE_PS3_POSSIBLE; | 199 | powerpc_firmware_features |= FW_FEATURE_PS3_POSSIBLE; |