From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eliad Peller Subject: Re: [PATCH] wlcore: add basic device-tree support Date: Wed, 9 Jul 2014 14:45:33 +0300 Message-ID: References: <1404898305-15588-1-git-send-email-eliad@wizery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yegor Yefremov Cc: "John W. Linville" , "linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Jul 9, 2014 at 2:00 PM, Yegor Yefremov wrote: > On Wed, Jul 9, 2014 at 11:31 AM, Eliad Peller wrote: >> 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. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html