Hi,
I am working on a custom board based on OMAP4460. Kernel version is 3.4.19-03560-g822429f-dirty. I am trying to enable USB gadget serial driver. The usb device
itself its not getting detected "musb_probe" is not getting called. The same was working on 2.6.35 kernel.
Here is log from kernel:
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.4.19-03560-g822429f-dirty (rameshr@inrdbuild4) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #6 SMP PREEMPT Tue Feb 19 10:29:59 IST 2013
[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP4 Drishti board
[ 0.000000] cma: CMA: reserved 8 MiB at 98800000
[ 0.000000] cma: CMA: reserved 168 MiB at 99000000
[ 0.000000] cma: CMA: reserved 32 MiB at ad800000
[ 0.000000] cma: CMA: reserved 16 MiB at ac000000
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] omap2_set_globals_tap
[ 0.000000] OMAP4: Map 0xad600000 to 0xfe600000 for dram barrier
[ 0.000000] omap2_set_globals_tap
[ 0.000000] OMAP4460 ES1.1
[ 0.000000] PERCPU: Embedded 8 pages/cpu @c0f85000 s11008 r8192 d13568 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259584
[ 0.000000] Kernel command line: console=ttyO2,115200n8 vram=16M root=/dev/mmcblk1p2 rw rootfstype=ext3 rootwait omapdss.def_disp=hdmi
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 726MB 296MB = 1022MB total
[ 0.000000] Memory: 799952k/799952k available, 248624k reserved, 270336K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0648000 (6400 kB)
[ 0.000000] .init : 0xc0648000 - 0xc06a4b00 ( 371 kB)
[ 0.000000] .data : 0xc06a6000 - 0xc072a3b8 ( 529 kB)
[ 0.000000] .bss : 0xc072a3dc - 0xc077bf2c ( 327 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:562
[ 0.000000] omap_sr_disable: omap_sr struct for sr_wakeup not found
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000183] Calibrating delay loop... 1392.74 BogoMIPS (lpj=5439488)
[ 0.070373] pid_max: default: 32768 minimum: 301
[ 0.070739] Mount-cache hash table entries: 512
[ 0.072235] CPU: Testing write buffer coherency: ok
[ 0.072296] ftrace: allocating 19366 entries in 57 pages
[ 0.117675] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.117919] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.118072] Setting up static identity map for 0x8049c000 - 0x8049c058
[ 0.118103] L310 cache controller enabled
[ 0.118103] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[ 0.118133] omap_sar_ram_init
[ 0.118316] generating sar_ram layout...
[ 0.118499] sar ram layout created
[ 0.196411] CPU1: Booted secondary processor
[ 0.266387] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.266418] CPU1: Unknown IPI message 0x1
[ 0.266448] Brought up 2 CPUs
[ 0.266448] SMP: Total of 2 processors activated (2792.83 BogoMIPS).
[ 0.267211] devtmpfs: initialized
[ 0.272033] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272064] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272094] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272125] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272125] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272155] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272186] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.272216] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272247] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272277] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.272308] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272338] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.272399] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272430] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272460] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272521] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272552] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272583] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.272613] omap_sr_disable: omap_sr struct for sr_core not found
[ 0.273468] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.273498] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.273620] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.273651] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.273681] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.273742] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.274017] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.274047] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.274078] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.274108] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.275421] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.275909] dummy:
[ 0.287475] NET: Registered protocol family 16
[ 0.300476] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.300720] GPMC revision 6.0
[ 0.302185] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[ 0.302246] OMAP GPIO hardware version 0.1
[ 0.302337] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[ 0.302490] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[ 0.302612] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[ 0.302764] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
[ 0.302886] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
[ 0.303527] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.304534] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.305572] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
[ 0.305572] omap_hwmod_mux_init: Could not allocate device mux entry
[ 0.308532] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[ 0.308563] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.310272] Updated GPU clock source to be dpll_per_m7x2_ck
[ 0.311676] omap-mcbsp.1: alias pad_fck already exists
[ 0.311828] omap-mcbsp.2: alias pad_fck already exists
[ 0.311981] omap-mcbsp.3: alias pad_fck already exists
[ 0.312164] omap-mcbsp.4: alias pad_fck already exists
[ 0.312316] omap4plus_scm.0: alias fck already exists
[ 0.312988] OMAP DMA hardware revision 0.0
[ 0.318847] bio: create slab <bio-0> at 0
[ 0.319885] SCSI subsystem initialized
[ 0.320190] usbcore: registered new interface driver usbfs
[ 0.320251] usbcore: registered new interface driver hub
[ 0.320343] usbcore: registered new device driver usb
[ 0.320831] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 400 kHz
[ 0.321289] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[ 0.321838] twl 1-0048: PIH (irq 39) chaining IRQs 416..436
[ 0.322235] VUSB: 3300 mV normal standby
[ 0.325073] twl6030_usb twl6030_usb: Initialized TWL6030 USB module
[ 0.326080] V1V8: 1800 mV normal standby
[ 0.326324] V2V1: 2100 mV normal standby
[ 0.326721] VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[ 0.327270] VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[ 0.327911] VCXIO: 1800 mV normal standby
[ 0.327941] VCXIO: supplied by V2V1
[ 0.328765] VDAC: 1800 mV normal standby
[ 0.328765] VDAC: supplied by V2V1
[ 0.329498] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[ 0.329498] ==== Dont' worry master I was in oyur crap HACK
[ 0.330718] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[ 0.331359] CLK32KG:
[ 0.331634] VANA: 2100 mV normal standby
[ 0.331970] omap_i2c omap_i2c.2: bus 2 rev2.4.0 at 400 kHz
[ 0.332336] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 400 kHz
[ 0.332519] omap_i2c omap_i2c.4: bus 4 rev2.4.0 at 400 kHz
[ 0.332733] Linux video capture interface: v2.00
[ 0.333068] omap-iommu omap-iommu.0: dsp registered
[ 0.333129] omap-iommu omap-iommu.1: ipu registered
[ 0.333312] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.334136] Switching to clocksource 32k_counter
[ 0.355926] NET: Registered protocol family 2
[ 0.356170] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.356781] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.359710] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[ 0.361236] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.361267] TCP: reno registered
[ 0.361267] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.361328] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.361633] NET: Registered protocol family 1
[ 0.361755] usbhs_omap usbhs_omap: ehci_logic_fck failed:-2
[ 0.592041] Registering 23 OPPs
[ 0.592529] omap-rproc.1: alias fck already exists
[ 0.593170] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.593261] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.593322] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.593414] omap_sr_disable: omap_sr struct for sr_iva not found
[ 0.595062] highmem bounce pool size: 64 pages
[ 0.600860] VFS: Disk quotas dquot_6.5.2
[ 0.601196] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.602233] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.602661] msgmni has been set to 1482
[ 0.603790] io scheduler noop registered
[ 0.603820] io scheduler deadline registered
[ 0.604003] io scheduler cfq registered (default)
[ 0.604675] OMAP DSS rev 4.0
[ 0.625122] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.626190] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 0.626525] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 0.626831] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 1.634124] console [ttyO2] enabled
[ 1.638122] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 1.646087] [drm] Initialized drm 1.1.0 20060810
[ 1.658508] brd: module loaded
[ 1.665832] loop: module loaded
[ 1.673065] usbcore: registered new interface driver asix
[ 1.678833] usbcore: registered new interface driver cdc_ether
[ 1.685028] usbcore: registered new interface driver smsc95xx
[ 1.691162] usbcore: registered new interface driver net1080
[ 1.697174] usbcore: registered new interface driver cdc_subset
[ 1.703460] usbcore: registered new interface driver zaurus
[ 1.709411] usbcore: registered new interface driver cdc_ncm
[ 1.715393] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.722381] ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 1.729400] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 1.735412] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 1.743927] ehci-omap ehci-omap.0: irq 109, io mem 0x4a064c00
[ 1.763946] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 1.770080] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.777252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.784881] usb usb1: Product: OMAP-EHCI Host Controller
[ 1.790496] usb usb1: Manufacturer: Linux 3.4.19-03560-g822429f-dirty ehci_hcd
[ 1.798126] usb usb1: SerialNumber: ehci-omap.0
[ 1.803405] hub 1-0:1.0: USB hub found
[ 1.807373] hub 1-0:1.0: 3 ports detected
[ 1.842102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.848724] ohci-omap3 ohci-omap3.0: OMAP3 OHCI Host Controller
[ 1.855010] ohci-omap3 ohci-omap3.0: new USB bus registered, assigned bus number 2
[ 1.863555] ohci-omap3 ohci-omap3.0: irq 108, io mem 0x4a064800
[ 1.948120] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.955291] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.962921] usb usb2: Product: OMAP3 OHCI Host Controller
[ 1.968627] usb usb2: Manufacturer: Linux 3.4.19-03560-g822429f-dirty ohci_hcd
[ 1.976257] usb usb2: SerialNumber: ohci-omap3.0
[ 1.981597] hub 2-0:1.0: USB hub found
[ 1.985565] hub 2-0:1.0: 3 ports detected
[ 1.990142] Initializing USB Mass Storage driver...
[ 1.995391] usbcore: registered new interface driver usb-storage
[ 2.001739] USB Mass Storage support registered.
[ 2.006622] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[ 2.012969] ********************init: initializing
[ 2.018707] Probing IR remote device
[ 2.022705] input: ir-remote as /devices/virtual/input/input0
[ 2.029357] twl_rtc twl_rtc: Power up reset detected.
[ 2.035583] twl_rtc twl_rtc: Enabling TWL-RTC
[ 2.040557] twl_rtc twl_rtc: Enabling TWL-RTC.
[ 2.048126] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 2.054748] i2c /dev entries driver
[ 2.059143] lirc_dev: IR Remote Control driver registered, major 252
[ 2.065948] IR NEC protocol handler initialized
[ 2.070739] IR RC5(x) protocol handler initialized
[ 2.075775] IR RC6 protocol handler initialized
[ 2.080566] IR JVC protocol handler initialized
[ 2.085388] IR Sony protocol handler initialized
[ 2.090240] IR RC5 (streamzap) protocol handler initialized
[ 2.096130] IR SANYO protocol handler initialized
[ 2.101104] IR MCE Keyboard/mouse protocol handler initialized
[ 2.107238] IR LIRC bridge handler initialized
[ 2.112243] usbcore: registered new interface driver uvcvideo
[ 2.118316] USB Video Class driver (1.1.1)
[ 2.123168] omap_hsmmc.1 supply vmmc not found, using dummy regulator
[ 2.130035] omap_hsmmc.1 supply vmmc_aux not found, using dummy regulator
[ 2.138397] omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
[ 2.138946] usb 1-1: new high-speed USB device number 2 using ehci-omap
[ 2.154205] omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
[ 2.266204] usbcore: registered new interface driver usbhid
[ 2.272125] usbhid: USB HID core driver
[ 2.276214] OMAPRPC: Registration of OMAPRPC rpmsg service returned 0! debug=0
[ 2.284118] thermal_governor_dev_register:Adding omap_ongpu_governor governor
[ 2.291656] thermal_get_slope:Getting slope is not supported for domain gpu
Config file:
#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
CONFIG_USB_DEVICE_CLASS=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_MON is not set
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_HCD_OMAP=y
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
CONFIG_USB_MUSB_HDRC=y
# CONFIG_USB_MUSB_TUSB6010 is not set
CONFIG_USB_MUSB_OMAP2PLUS=y
# CONFIG_USB_MUSB_AM35X is not set
CONFIG_USB_INVENTRA_DMA=y
# CONFIG_USB_TUSB_OMAP_DMA is not set
# CONFIG_MUSB_PIO_ONLY is not set
# CONFIG_USB_RENESAS_USBHS is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
#
# also be needed; see USB_STORAGE Help for more info
#
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_UAS is not set
# CONFIG_USB_LIBUSUAL is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DEBUG=y
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
# CONFIG_USB_FUSB300 is not set
1942,1 73%
# CONFIG_USB_OMAP is not set
# CONFIG_USB_R8A66597 is not set
# CONFIG_USB_RENESAS_USBHS_UDC is not set
# CONFIG_USB_MV_UDC is not set
CONFIG_USB_GADGET_MUSB_HDRC=y
# CONFIG_USB_M66592 is not set
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
# CONFIG_USB_ZERO is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ETH is not set
# CONFIG_USB_G_NCM is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_USB_FILE_STORAGE is not set
# CONFIG_USB_MASS_STORAGE is not set
CONFIG_USB_G_SERIAL=y
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_G_ANDROID is not set
# CONFIG_USB_CDC_COMPOSITE is not set
# CONFIG_USB_G_ACM_MS is not set
# CONFIG_USB_G_MULTI is not set
# CONFIG_USB_G_HID is not set
# CONFIG_USB_G_DBGP is not set
# CONFIG_USB_G_WEBCAM is not set
#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ULPI is not set
# CONFIG_TWL4030_USB is not set
CONFIG_TWL6030_USB=y
CONFIG_NOP_USB_XCEIV=y
# CONFIG_PALMAS_USB is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_UNSAFE_RESUME=y
# CONFIG_MMC_CLKGATE is not set
# CONFIG_MMC_EMBEDDED_SDIO is not set
# CONFIG_MMC_PARANOID_SD_INIT is not set
Any help is appreciated.
Regards,
Ramesh.