Merge branch 'master' into upstream.
[pandora-kernel.git] / arch / arm / mach-omap2 / board-4430sdp.c
index 62c78de..56702c5 100644 (file)
@@ -550,6 +550,12 @@ static struct regulator_init_data sdp4430_vusb = {
        },
 };
 
+static struct regulator_init_data sdp4430_clk32kg = {
+       .constraints = {
+               .valid_ops_mask         = REGULATOR_CHANGE_STATUS,
+       },
+};
+
 static struct twl4030_platform_data sdp4430_twldata = {
        .irq_base       = TWL6030_IRQ_BASE,
        .irq_end        = TWL6030_IRQ_END,
@@ -565,6 +571,7 @@ static struct twl4030_platform_data sdp4430_twldata = {
        .vaux1          = &sdp4430_vaux1,
        .vaux2          = &sdp4430_vaux2,
        .vaux3          = &sdp4430_vaux3,
+       .clk32kg        = &sdp4430_clk32kg,
        .usb            = &omap4_usbphy_data
 };