On Wed, Jul 9, 2014 at 2:00 PM, Yegor Yefremov
[off-list ref] wrote:
On Wed, Jul 9, 2014 at 11:31 AM, Eliad Peller [off-list ref] wrote:
quoted
When running with device-tree, we no longer have a board file
that can set up the platform data for wlcore.
Allow this data to be passed from DT.
For now, parse only the irq used. Other (optional) properties
can be added later on.
What about adding support for "mac-address"
(Documentation/devicetree/bindings/net/ethernet.txt) node or will it
be automatically available?
the mac address is currently either read from the device itself or
from the nvs (calibration) file.
i guess additional support for such dt properties can be added later
on, if needed.
Eliad.