Dear devs,

I own a BPI-M1+ board, and with latest kernel and device tree files my board did not boot up. I had to give it the attached dts file to boot up, and make the usb and wifi work.

Please would someone confirm that this is the right way?

Regards,
Richard Kojedzinszky

--
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
#include "sun7i-a20-bananapi-m1-plus.dts"

&mmc0 {
	compatible = "allwinner,sun5i-a13-mmc";
};

&mmc3 {
	compatible = "allwinner,sun5i-a13-mmc";
};

&usbphy {
	status = "okay";
};

Reply via email to