Date: Sat, 11 Oct 2014 20:44:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 194251] Efika MX Smartbook (imx51) WiFi does not work anymore Message-ID: <bug-194251-7-9GhPrUDH7N@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194251-7@https.bugs.freebsd.org/bugzilla/> References: <bug-194251-7@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194251 --- Comment #10 from Ian Lepore <ian@FreeBSD.org> --- The new pinmux driver is purely fdt data-driven. If there are pinctrl-0 properties on enabled devices, then the pinmux driver configures the pins as directed by those properties, when the pinmux driver attaches. None of our imx5 or imx6 dts files have any pinctrl-0 properties in them yet, so the driver is really doing nothing at all (which is what the old driver did, since nothing called its functions). -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194251-7-9GhPrUDH7N>