Hi,
I'm working on P1020RDB and using FSL SDK version 1.4. I've modified machine conf file so that p1020rdb.dts is used instead of p1020rdb-pd_32b.dts as below.
KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020rdb.dts"
Now when I try to boot images generated with above change, boot process hangs at Freescale On-Chip EHCI Host Controller as can be seen in below log.
..
..
..
fsl-gianfar ethernet.3 eth2: TX BD ring size for Q[7]: 256
ucc_geth: QE UCC Gigabit Ethernet Controller
e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller
fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1
fsl-ehci fsl-ehci.0: irq 28, io mem 0xffe22000
fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
fsl-ehci fsl-ehci.1: Freescale On-Chip EHCI Host Controller
fsl-ehci fsl-ehci.1: new USB bus registered, assigned bus number 2
If I rebuild kernel with EHCI disabled, control reaches login prompt.
Any suggestion how can this be resolved?