X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fps3%2Fpatches-2.6.28%2F0006-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch;fp=target%2Flinux%2Fps3%2Fpatches-2.6.28%2F0006-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch;h=243c186a9e4516326d07ec9d4678197680e65b8f;hb=57ae5be233efe837275c42b90aeecba983cb57db;hp=0000000000000000000000000000000000000000;hpb=1b216aa20a194e32ef6ff6ff028f58de49f29b20;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/ps3/patches-2.6.28/0006-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch b/target/linux/ps3/patches-2.6.28/0006-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch new file mode 100644 index 0000000000..243c186a9e --- /dev/null +++ b/target/linux/ps3/patches-2.6.28/0006-mtd-ps3vram-Add-modalias-support-to-the-ps3vram-dri.patch @@ -0,0 +1,25 @@ +From 0a2d15b928e0b1673d4ed5f48d95af211b6fcc06 Mon Sep 17 00:00:00 2001 +From: Geert Uytterhoeven +Date: Tue, 6 Jan 2009 11:32:03 +0000 +Subject: [PATCH] mtd/ps3vram: Add modalias support to the ps3vram driver + +Update ps3vram driver to use the new ps3 three id modalias support. + +Signed-off-by: Geert Uytterhoeven +Signed-off-by: Geoff Levand +Signed-off-by: Benjamin Herrenschmidt +--- + arch/powerpc/include/asm/ps3.h | 1 + + +diff --git a/arch/powerpc/include/asm/ps3.h b/arch/powerpc/include/asm/ps3.h +index 66b6505..eead5c6 100644 +--- a/arch/powerpc/include/asm/ps3.h ++++ b/arch/powerpc/include/asm/ps3.h +@@ -333,6 +333,7 @@ enum ps3_match_sub_id { + #define PS3_MODULE_ALIAS_STOR_FLASH "ps3:8:0" + #define PS3_MODULE_ALIAS_SOUND "ps3:9:0" + #define PS3_MODULE_ALIAS_GPU_FB "ps3:10:1" ++#define PS3_MODULE_ALIAS_GPU_RAMDISK "ps3:10:2" + #define PS3_MODULE_ALIAS_LPM "ps3:11:0" + + enum ps3_system_bus_device_type {