ARM: 6249/1: add nuc900 kpi platform_device structure to nuc910_dev
Add nuc900 kpi platform_device structure to nuc910_dev Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
9e3aaac335
commit
c588e37da8
|
@ -27,6 +27,7 @@ static struct platform_device *nuc910_dev[] __initdata = {
|
|||
&nuc900_device_ts,
|
||||
&nuc900_device_rtc,
|
||||
&nuc900_device_lcd,
|
||||
&nuc900_device_kpi,
|
||||
};
|
||||
|
||||
/* define specific CPU platform io map */
|
||||
|
|
Loading…
Reference in New Issue