diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-23 05:04:07 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-23 05:04:07 -0400 |
commit | c3144fc46f987413df10e83659f0bf1aad76f79e (patch) | |
tree | a09f3c13c32664a617d3981ae111436c3127ccc3 /arch/sh/boards/mach-kfr2r09 | |
parent | 4f896ffca2b72f4b719746e7fbb0b623252e6ac9 (diff) | |
parent | cc58f597afc63a57bb55ed97c2a72f7405320c93 (diff) |
Merge branches 'sh/hwblk' and 'sh/pm-runtime'
Diffstat (limited to 'arch/sh/boards/mach-kfr2r09')
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/setup.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index 1e2cb1976dfb..7155be0d1154 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c | |||
@@ -115,6 +115,9 @@ static struct platform_device kfr2r09_sh_keysc_device = { | |||
115 | .dev = { | 115 | .dev = { |
116 | .platform_data = &kfr2r09_sh_keysc_info, | 116 | .platform_data = &kfr2r09_sh_keysc_info, |
117 | }, | 117 | }, |
118 | .archdata = { | ||
119 | .hwblk_id = HWBLK_KEYSC, | ||
120 | }, | ||
118 | }; | 121 | }; |
119 | 122 | ||
120 | static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = { | 123 | static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = { |
@@ -175,6 +178,9 @@ static struct platform_device kfr2r09_sh_lcdc_device = { | |||
175 | .dev = { | 178 | .dev = { |
176 | .platform_data = &kfr2r09_sh_lcdc_info, | 179 | .platform_data = &kfr2r09_sh_lcdc_info, |
177 | }, | 180 | }, |
181 | .archdata = { | ||
182 | .hwblk_id = HWBLK_LCDC, | ||
183 | }, | ||
178 | }; | 184 | }; |
179 | 185 | ||
180 | static struct r8a66597_platdata kfr2r09_usb0_gadget_data = { | 186 | static struct r8a66597_platdata kfr2r09_usb0_gadget_data = { |