Hello
i have a custom AM3352 board with U-boot+linux that have to support a CAN interface as described in http://processors.wiki.ti.com/index.php/AM335X_DCAN_Driver_Guide
When i want to bring up the device with :
root@am335x-evm:~# ip link set can0 up
I get "Cannot find device "can0" "
I have added pinmux_configstructure in my custom AM335x board file and also i called setup_pin_mux(d_can0_pin_mux); and am33xx_d_can_init(0). in board-am335xevm.c
Do you know what i am missing ?
Thanks
Best regards
Christophe