Lines Matching +full:fixed +full:- +full:clock
8 * Based on mach-omap2/board-3430sdp.c
25 #include <linux/regulator/fixed.h>
31 #include <asm/mach-types.h>
39 #include <plat/omap4-keypad.h>
41 #include <video/omap-panel-nokia-dsi.h>
42 #include <video/omap-panel-picodlp.h>
48 #include "common-board-devices.h"
280 .id = -1,
305 .name = "gpio-keys",
306 .id = -1,
313 .name = "leds-gpio",
314 .id = -1,
349 REGULATOR_SUPPLY("vddvibl", "twl6040-vibra"),
350 REGULATOR_SUPPLY("vddvibr", "twl6040-vibra"),
365 .gpio = -EINVAL,
369 .name = "reg-fixed-voltage",
370 .id = -1,
377 .name = "dmic-codec",
378 .id = -1,
399 .gpio_cd = -EINVAL,
400 .gpio_wp = -EINVAL,
408 .gpio_cd = -EINVAL,
409 .gpio_wp = -EINVAL,
415 .gpio_cd = -EINVAL,
416 .gpio_wp = -EINVAL,
451 .name = "reg-fixed-voltage",
463 struct omap_mmc_platform_data *pdata = dev->platform_data; in omap4_twl6030_hsmmc_late_init()
466 if (pdev->id == 0) { in omap4_twl6030_hsmmc_late_init()
470 pdata->slots[0].card_detect_irq = TWL6030_IRQ_BASE + in omap4_twl6030_hsmmc_late_init()
472 pdata->slots[0].card_detect = twl6030_mmc_card_detect; in omap4_twl6030_hsmmc_late_init()
486 pdata = dev->platform_data; in omap4_twl6030_hsmmc_set_late_init()
487 pdata->init = omap4_twl6030_hsmmc_late_init; in omap4_twl6030_hsmmc_set_late_init()
495 for (c = controllers; c->mmc; c++) in omap4_twl6030_hsmmc_init()
496 omap4_twl6030_hsmmc_set_late_init(c->dev); in omap4_twl6030_hsmmc_init()
530 /* single-step ramp for headset and handsfree */
542 .vddvibl_uV = 0, /* fixed volt supply - VBAT */
543 .vddvibr_uV = 0, /* fixed volt supply - VBAT */
656 /* Logic Clock = 172.8 MHz */
658 /* Pixel Clock = 34.56 MHz */
667 .regm = 180, /* DDR Clock = 216 MHz */
671 .lp_clk_div = 10, /* LP Clock = 8.64 MHz */
705 /* Logic Clock = 172.8 MHz */
707 /* Pixel Clock = 34.56 MHz */
716 .regm = 180, /* DDR Clock = 216 MHz */
720 .lp_clk_div = 10, /* LP Clock = 8.64 MHz */
930 /* Maintainer: Santosh Shilimkar - Texas Instruments Inc */