[MIPS] Cobalt: Add Qube series front LED support to platform register
Add Cobalt Qube series front LED support to platform register. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
e86169fffe
commit
9a203755ca
@@ -22,6 +22,8 @@
|
|||||||
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
|
|
||||||
|
#include <cobalt.h>
|
||||||
|
|
||||||
static struct resource cobalt_led_resource __initdata = {
|
static struct resource cobalt_led_resource __initdata = {
|
||||||
.start = 0x1c000000,
|
.start = 0x1c000000,
|
||||||
.end = 0x1c000000,
|
.end = 0x1c000000,
|
||||||
@@ -33,6 +35,10 @@ static __init int cobalt_led_add(void)
|
|||||||
struct platform_device *pdev;
|
struct platform_device *pdev;
|
||||||
int retval;
|
int retval;
|
||||||
|
|
||||||
|
if (cobalt_board_id == COBALT_BRD_ID_QUBE1 ||
|
||||||
|
cobalt_board_id == COBALT_BRD_ID_QUBE2)
|
||||||
|
pdev = platform_device_alloc("cobalt-qube-leds", -1);
|
||||||
|
else
|
||||||
pdev = platform_device_alloc("cobalt-raq-leds", -1);
|
pdev = platform_device_alloc("cobalt-raq-leds", -1);
|
||||||
|
|
||||||
if (!pdev)
|
if (!pdev)
|
||||||
|
Reference in New Issue
Block a user