Current state of AM33xx patches
From: zonque@gmail.com (Daniel Mack)
Date: 2012-08-02 17:19:16
Also in:
linux-omap
On 02.08.2012 17:37, Koen Kooi wrote:
Not only that, it's actually missing params and other params are wrong. See my non-constructive rant in the commit message: http://dominion.thruhere.net/koen/angstrom/beaglebone/0001-beaglebone-add-broken-cpsw-DT.patch But I still can't get it working: root at beaglebone:~# dmesg | grep -i cpsw [ 13.504425] net eth0: initializing cpsw version 1.12 (0) root at beaglebone:~# dmesg | grep -i phy [ 0.000000] Booting Linux on physical CPU 0 [ 0.228496] nop_usb_xceiv phy.17: transceiver type USB2 PHY already exists [ 13.512056] libphy: PHY davinci_mdio-0:00 not found [ 13.517168] net eth0: phy davinci_mdio-0:00 not found on slave 0 [ 13.523516] libphy: PHY davinci_mdio-0:01 not found [ 13.528675] net eth0: phy davinci_mdio-0:01 not found on slave 1
That is because the davinci_mdio driver is not yet probed from DT. I hooked up bindings to that driver and also had to augment the clock definitions, but that's giving me an "external abort on non-linefetch" at boot time. Most probably because there's something missing in the clock setup. Not sure whether I should debug that any further or if anyone has patches for that. Mugunthan, how did you test your DT bindings? Could you push your entire tree somewhere maybe for others to have a look at it? I have no problem helping you in any way, I just want to know where we currently are. Thanks for you work, Daniel