diff options
author | Masakazu Mokuno <mokuno@sm.sony.co.jp> | 2008-07-17 07:22:19 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-22 10:39:33 +1000 |
commit | 059e4938f8b060b10c4352e6c45739473bc73267 (patch) | |
tree | 27bd214190ba1a42b45fade9bbae310c2369d6cb /arch/powerpc/platforms/ps3/device-init.c | |
parent | 6e5f1537833a9fc8251157dff403231f5c89a894 (diff) | |
download | blackbird-op-linux-059e4938f8b060b10c4352e6c45739473bc73267.tar.gz blackbird-op-linux-059e4938f8b060b10c4352e6c45739473bc73267.zip |
powerpc/ps3: Add a sub-match id to ps3_system_bus
Add sub match id for ps3 system bus so that two different system bus
devices can be connected to a shared device.
Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/device-init.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/device-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/device-init.c b/arch/powerpc/platforms/ps3/device-init.c index 3866debfa3c4..ffdd8e963fbd 100644 --- a/arch/powerpc/platforms/ps3/device-init.c +++ b/arch/powerpc/platforms/ps3/device-init.c @@ -486,6 +486,7 @@ static int __init ps3_register_graphics_devices(void) return -ENOMEM; p->dev.match_id = PS3_MATCH_ID_GRAPHICS; + p->dev.match_sub_id = PS3_MATCH_SUB_ID_FB; p->dev.dev_type = PS3_DEVICE_TYPE_IOC0; result = ps3_system_bus_device_register(&p->dev); |