In my custom board, while kernel booting it hangs after this Waiting for root device /dev/mmcblk1p2... I am using SDK ti-glsdk_dra7xx-evm_7_00_00_04 and changed the dts file according to the board. I am using same card detect pin as in EVM.
U-Boot SPL 2014.07-14026-g59e232c-dirty (Jul 21 2015 - 16:36:47)
DRA752 ES1.1
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
U-Boot 2014.07-14026-g59e232c-dirty (Jul 21 2015 - 16:36:47)
CPU : DRA752 ES1.1
Board: DRA7xx
I2C: ready
DRAM: 1.5 GiB
NAND: 0 MiB
MMC: OMAP SD/MMC: 0
MMC Device 1 not found
No MMC card found
Using default environment
SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
SCSI: Net: <ethaddr> not set. Validating first E-fuse MAC
cpsw
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
172 bytes read in 3 ms (55.7 KiB/s)
Loaded environment from
Importing environment from mmc0 ...
4382512 bytes read in 240 ms (17.4 MiB/s)
93695 bytes read in 33 ms (2.7 MiB/s)
Booting from mmc0 ...
Kernel image @ 0x82000000 [ 0x000000 - 0x42df30 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe6000, end 8ffffdfe ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.31-55966-g2865b60-dirty (medha@C528) (gcc version 4.7.3 20130226 (prere5
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine model: TI DRA742
[ 0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB
[ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB
[ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB
[ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x9f000000, size 8 MiB
[ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[ 0.000000] cma: CMA: reserved 64 MiB at ab800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 391936
[ 0.000000] free_area_init_node: node 0, pgdat c08c93c0, node_mem_map eab8a000
[ 0.000000] Normal zone: 1520 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 193536 pages, LIFO batch:31
[ 0.000000] HighMem zone: 1552 pages used for memmap
[ 0.000000] HighMem zone: 198400 pages, LIFO batch:31
[ 0.000000] DRA752 ES1.1
[ 0.000000] BUG: looking up invalid subclass: 3230053136
[ 0.000000] turning off the locking correctness validator.
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 3.14.31-55966-g2865b60-dirty #3
[ 0.000000] [<c0015300>] (unwind_backtrace) from [<c001202c>] (show_stack+0x10/0x14)
[ 0.000000] [<c001202c>] (show_stack) from [<c05536ac>] (dump_stack+0x78/0x94)
[ 0.000000] [<c05536ac>] (dump_stack) from [<c0087f8c>] (__lock_acquire+0x1510/0x1b74)
[ 0.000000] [<c0087f8c>] (__lock_acquire) from [<c0088b24>] (lock_acquire+0x9c/0x104)
[ 0.000000] [<c0088b24>] (lock_acquire) from [<c0558c9c>] (_raw_spin_lock_irqsave_nested+0x40/0x54)
[ 0.000000] [<c0558c9c>] (_raw_spin_lock_irqsave_nested) from [<c00290c4>] (omap_hwmod_set_postsetup_s)
[ 0.000000] [<c00290c4>] (omap_hwmod_set_postsetup_state) from [<c00283d4>] (omap_hwmod_for_each+0x30/)
[ 0.000000] [<c00283d4>] (omap_hwmod_for_each) from [<c07c2db8>] (omap_hwmod_init_postsetup+0x1c/0x2c)
[ 0.000000] [<c07c2db8>] (omap_hwmod_init_postsetup) from [<c07c34ec>] (dra7xx_init_early+0x5c/0x90)
[ 0.000000] [<c07c34ec>] (dra7xx_init_early) from [<c07be130>] (setup_arch+0x8c0/0x9b0)
[ 0.000000] [<c07be130>] (setup_arch) from [<c07ba81c>] (start_kernel+0x7c/0x37c)
[ 0.000000] [<c07ba81c>] (start_kernel) from [<80008074>] (0x80008074)
[ 0.000000] PERCPU: Embedded 9 pages/cpu @eab38000 s14720 r8192 d13952 u36864
[ 0.000000] pcpu-alloc: s14720 r8192 d13952 u36864 alloc=9*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 390416
[ 0.000000] Kernel command line: console=ttyO0,115200n8 elevator=noop root=/dev/mmcblk1p2 rw rootwait 4
[ 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: 1309888K/1567744K available (5667K kernel code, 698K rwdata, 2208K rodata, 406K in)
[ 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 - 0xc07b9004 (7877 kB)
[ 0.000000] .init : 0xc07ba000 - 0xc081f980 ( 407 kB)
[ 0.000000] .data : 0xc0820000 - 0xc08ce9d8 ( 699 kB)
[ 0.000000] .bss : 0xc08ce9d8 - 0xc0e32db8 (5521 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
[ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000427] Architected cp15 timer(s) running at 6.14MHz (virt).
[ 0.000431] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 2794592043008ns
[ 0.000439] Switching to timer-based delay loop
[ 0.001355] Console: colour dummy device 80x30
[ 0.001367] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.001374] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.001380] ... MAX_LOCK_DEPTH: 48
[ 0.001386] ... MAX_LOCKDEP_KEYS: 8191
[ 0.001392] ... CLASSHASH_SIZE: 4096
[ 0.001398] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.001403] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.001409] ... CHAINHASH_SIZE: 16384
[ 0.001415] memory used by lock dependency info: 3695 kB
[ 0.001421] per task-struct memory footprint: 1152 bytes
[ 0.001438] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS )
[ 0.001450] pid_max: default: 32768 minimum: 301
[ 0.001635] Security Framework initialized
[ 0.001701] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001711] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.033827] CPU: Testing write buffer coherency: ok
[ 0.034105] /cpus/cpu@0 missing clock-frequency property
[ 0.034139] /cpus/cpu@1 missing clock-frequency property
[ 0.034150] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.034172] Setting up static identity map for 0x8055ead0 - 0x8055eb40
[ 0.035927] CPU1: Booted secondary processor
[ 0.035957] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.036061] Brought up 2 CPUs
[ 0.036076] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[ 0.036083] CPU: All CPU(s) started in SVC mode.
[ 0.036700] devtmpfs: initialized
[ 0.037516] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.039954] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.262435] pinctrl core: initialized pinctrl subsystem
[ 0.263387] regulator-dummy: no parameters
[ 0.267242] NET: Registered protocol family 16
[ 0.269639] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.271740] cpuidle: using governor ladder
[ 0.271750] cpuidle: using governor menu
[ 0.274294] omap_l3_noc 44000000.ocp: L3 debug error: target 2 mod:1 (unclearable)
[ 0.274378] omap_l3_noc 44000000.ocp: L3 application error: target 2 mod:1 (unclearable)
[ 0.277472] syscon 4a002000.tisysconcore: regmap [mem 0x4a002000-0x4a0026cf] registered
[ 0.277905] syscon 4a002e00.tisyscon: regmap [mem 0x4a002e00-0x4a002e7b] registered
[ 0.280367] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
[ 0.280834] OMAP GPIO hardware version 0.1
[ 0.281628] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
[ 0.282802] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
[ 0.283979] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
[ 0.285150] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
[ 0.286345] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
[ 0.287540] gpiochip_add: registered GPIOs 192 to 223 on device: gpio
[ 0.288778] gpiochip_add: registered GPIOs 224 to 255 on device: gpio
[ 0.289497] irq: no irq domain found for /ocp/pinmux@4a003400 !
[ 0.297294] platform 58820000.ipu: assigned reserved memory node ipu1_cma@9d000000
[ 0.297647] platform 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
[ 0.298002] platform 40800000.dsp: assigned reserved memory node dsp1_cma@99000000
[ 0.313222] omap-gpmc 50000000.gpmc: could not find pctldev for node /ocp/pinmux@4a003400/nand_flash_xe
[ 0.313241] platform 50000000.gpmc: Driver omap-gpmc requests probe deferral
[ 0.318692] platform 41000000.dsp: assigned reserved memory node dsp2_cma@9f000000
[ 0.325609] No ATAGs?
[ 0.325633] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.325641] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.327525] OMAP DMA hardware revision 0.0
[ 0.328021] omap-dma-xbar 4a002b78.dma-crossbar: OMAP DMA Crossbar driver
[ 0.352579] bio: create slab <bio-0> at 0
[ 0.404051] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver
[ 0.404863] of_get_named_gpiod_flags exited with status -517
[ 0.404886] platform fixedregulator-sd.9: Driver reg-fixed-voltage requests probe deferral
[ 0.404949] of_get_named_gpiod_flags: can't parse gpios property of node '/fixedregulator-evm_3v3_sw[0'
[ 0.405225] evm_3v3_sw: 3300 mV
[ 0.405376] of_get_named_gpiod_flags: can't parse gpios property of node '/fixedregulator-aic_dvdd[0]'
[ 0.405639] aic_dvdd: 1800 mV
[ 0.405700] aic_dvdd: supplied by evm_3v3_sw
[ 0.405905] of_get_named_gpiod_flags exited with status 0
[ 0.406202] vmmcwl_fixed: 1800 mV
[ 0.406379] of_get_named_gpiod_flags exited with status 0
[ 0.407228] vtt_fixed: 1350 mV
[ 0.411104] i2c-core: driver [palmas] using legacy suspend method
[ 0.411112] i2c-core: driver [palmas] using legacy resume method
[ 0.411810] SCSI subsystem initialized
[ 0.412763] usbcore: registered new interface driver usbfs
[ 0.412945] usbcore: registered new interface driver hub
[ 0.413167] usbcore: registered new device driver usb
[ 0.414259] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c1_pie
[ 0.414276] platform 48070000.i2c: Driver omap_i2c requests probe deferral
[ 0.414314] omap_i2c 48072000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c2_pie
[ 0.414328] platform 48072000.i2c: Driver omap_i2c requests probe deferral
[ 0.414364] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/pinmux@4a003400/pinmux_i2c3_pie
[ 0.414378] platform 48060000.i2c: Driver omap_i2c requests probe deferral
[ 0.416287] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
[ 0.416855] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
[ 0.418437] Switched to clocksource arch_sys_counter
[ 0.482179] NET: Registered protocol family 2
[ 0.482905] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.483020] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
[ 0.483497] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.483551] TCP: reno registered
[ 0.483567] UDP hash table entries: 512 (order: 3, 40960 bytes)
[ 0.483639] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[ 0.483991] NET: Registered protocol family 1
[ 0.484416] RPC: Registered named UNIX socket transport module.
[ 0.484424] RPC: Registered udp transport module.
[ 0.484431] RPC: Registered tcp transport module.
[ 0.484438] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.485266] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[ 0.488910] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.594221] bounce pool size: 64 pages
[ 0.594571] VFS: Disk quotas dquot_6.5.2
[ 0.594705] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.595536] NFS: Registering the id_resolver key type
[ 0.595573] Key type id_resolver registered
[ 0.595581] Key type id_legacy registered
[ 0.595614] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 0.595859] msgmni has been set to 1456
[ 0.596821] io scheduler noop registered (default)
[ 0.596830] io scheduler deadline registered
[ 0.596872] io scheduler cfq registered
[ 0.603555] pinctrl-single 4a003400.pinmux: 281 pins at pa fc003400 size 1124
[ 0.605416] pbias_mmc_omap5: 1800 <--> 3000 mV at 3000 mV
[ 0.606383] abb_mpu: 1060 <--> 1210 mV
[ 0.606825] abb_ivahd: 1055 <--> 1250 mV
[ 0.607290] abb_dspeve: 1055 <--> 1250 mV
[ 0.607741] abb_gpu: 1090 <--> 1280 mV
[ 0.609267] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.612398] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806a000[0]'
[ 0.612418] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806a000[0]'
[ 0.612529] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 296, base_baud = 3000000) is a OMAP UART0
[ 1.835651] console [ttyO0] enabled
[ 1.839907] of_get_named_gpiod_flags exited with status -517
[ 1.845847] platform 48020000.serial: Driver omap_uart requests probe deferral
[ 1.854447] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
[ 1.875268] brd: module loaded
[ 1.885459] loop: module loaded
[ 1.889077] (stk) :sysfs entries created
[ 1.893210] (stk) : debugfs entries created
[ 1.897677] (hci_tty): inside hci_tty_init
[ 1.902587] (hci_tty): allocated 251, 0
[ 1.909492] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.920680] usbcore: registered new interface driver asix
[ 1.926507] usbcore: registered new interface driver ax88179_178a
[ 1.933066] usbcore: registered new interface driver cdc_ether
[ 1.939369] usbcore: registered new interface driver smsc95xx
[ 1.945538] usbcore: registered new interface driver net1080
[ 1.951636] usbcore: registered new interface driver cdc_subset
[ 1.957990] usbcore: registered new interface driver zaurus
[ 1.964033] usbcore: registered new interface driver cdc_ncm
[ 1.970603] usbcore: registered new interface driver cdc_wdm
[ 1.976712] usbcore: registered new interface driver usb-storage
[ 1.983198] usbcore: registered new interface driver usbtest
[ 1.990519] mousedev: PS/2 mouse device common for all mice
[ 1.998540] omap_rtc 48838000.rtcss: rtc core: registered 48838000.rtcss as rtc0
[ 2.007020] i2c /dev entries driver
[ 2.010820] Driver for 1-wire Dallas network protocol.
[ 2.018714] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.027523] of_get_named_gpiod_flags exited with status 0
[ 2.033195] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]'
[ 2.042597] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517
[ 2.049513] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
[ 2.056934] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480b4000[0]'
[ 2.066046] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480b4000[0]'
[ 2.075470] omap_hsmmc 480b4000.mmc: pins are not configured from the driver
[ 2.118593] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d1000[0]'
[ 2.127690] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d1000[0]'
[ 2.249520] usbcore: registered new interface driver usbhid
[ 2.255386] usbhid: USB HID core driver
[ 2.262155] oprofile: using timer interrupt.
[ 2.266834] TCP: cubic registered
[ 2.270354] Initializing XFRM netlink socket
[ 2.274870] NET: Registered protocol family 17
[ 2.279591] NET: Registered protocol family 15
[ 2.284356] Key type dns_resolver registered
[ 2.289611] Power Management for TI OMAP4+ devices.
[ 2.294908] ThumbEE CPU extension supported.
[ 2.299418] Registering SWP/SWPB emulation handler
[ 2.304432] SmartReflex Class3 initialized
[ 2.311063] vmmcwl_fixed: disabling
[ 2.314715] aic_dvdd: disabling
[ 2.318001] regulator-dummy: disabling
[ 2.322210] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 2.328306] nand: No NAND device found
[ 2.332249] nand device scan failed, may be bus-width mismatch
[ 2.338526] of_get_named_gpiod_flags exited with status -517
[ 2.344460] platform fixedregulator-sd.9: Driver reg-fixed-voltage requests probe deferral
[ 2.355319] palmas 0-0058: IRQ missing: skipping irq request
[ 2.361607] palmas 0-0058: Muxing GPIO 2e, PWM 0, LED 0
[ 2.369456] smps123: 850 <--> 1250 mV at 970 mV
[ 2.376082] smps45: 850 <--> 1150 mV at 950 mV
[ 2.382674] smps6: 850 <--> 1250 mV at 970 mV
[ 2.388939] smps7: 850 <--> 1060 mV at 970 mV
[ 2.395349] smps8: 850 <--> 1250 mV at 950 mV
[ 2.401602] smps9: 1800 mV
[ 2.406004] ldo1: 1800 <--> 3300 mV at 3000 mV
[ 2.412555] ldo2: 3300 mV
[ 2.417183] ldo3: 1800 mV
[ 2.421025] LDO4: at 1800 mV
[ 2.424814] LDO5: no parameters
[ 2.428813] LDO6: no parameters
[ 2.432776] LDO7: no parameters
[ 2.436750] LDO8: no parameters
[ 2.441542] ldo9: 1050 mV
[ 2.446206] ldoln: 1800 mV
[ 2.450957] ldousb: 3300 mV
[ 2.454798] REGEN1: no parameters
[ 2.458624] REGEN2: no parameters
[ 2.462400] REGEN3: no parameters
[ 2.466179] SYSEN1: no parameters
[ 2.469964] SYSEN2: no parameters
[ 2.475768] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.483355] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.490076] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.496127] of_get_named_gpiod_flags exited with status -517
[ 2.502092] platform 48020000.serial: Driver omap_uart requests probe deferral
[ 2.509909] of_get_named_gpiod_flags exited with status 0
[ 2.515559] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]'
[ 2.524900] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517
[ 2.531808] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
[ 2.539302] of_get_named_gpiod_flags exited with status -517
[ 2.545234] platform fixedregulator-sd.9: Driver reg-fixed-voltage requests probe deferral
[ 2.618474] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
[ 2.624857] davinci_mdio 48485000.mdio: detected phy mask fffffff3
[ 2.635522] libphy: 48485000.mdio: probed
[ 2.639739] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver unknown
[ 2.648119] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver unknown
[ 2.656916] of_get_named_gpiod_flags exited with status -517
[ 2.662887] platform 48020000.serial: Driver omap_uart requests probe deferral
[ 2.663402] cpsw 48484000.ethernet: Detected MACID = 74:da:ea:0a:73:ea
[ 2.664825] cpsw 48484000.ethernet: cpsw: Detected MACID = 74:da:ea:0a:73:eb
[ 2.684676] omap_rtc 48838000.rtcss: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[ 2.684966] of_get_named_gpiod_flags exited with status 0
[ 2.684971] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]'
[ 2.685202] omap_hsmmc 4809c000.mmc: unable to get vmmc regulator -517
[ 2.685273] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral
[ 2.685394] of_get_named_gpiod_flags exited with status -517
[ 2.685410] platform fixedregulator-sd.9: Driver reg-fixed-voltage requests probe deferral
[ 2.685755] of_get_named_gpiod_flags exited with status -517
[ 2.685778] platform 48020000.serial: Driver omap_uart requests probe deferral
[ 2.750889] sr_init: No PMIC hook to init smartreflex
[ 2.756571] sr_init: platform driver register failed for SR
[ 2.786686] Waiting for root device /dev/mmcblk1p2...
Find the attached dts file.
Thanks & Regards
Ganesh