@@ -67,6 +67,7 @@
used-led {
label = "user_led";
gpios = <&gpio4 14 0x4>;
+ default-state = "on";
};
};
@@ -600,7 +600,6 @@ static struct platform_device *snowball_platform_devs[] __initdata = {
};
static struct platform_device *snowball_of_platform_devs[] __initdata = {
- &snowball_led_dev,
&snowball_key_dev,
&ab8500_device,
};
@@ -814,7 +813,7 @@ static void __init u8500_init_machine(void)
/*
* Devices to be DT:ed:
- * snowball_led_dev = todo
+ * snowball_led_dev = done
* snowball_key_dev = todo
* snowball_sbnet_dev = done
* ab8500_device = todo