From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 27 Dec 2016 10:56:46 -0800 Subject: [PATCH 2/4] ARM: dts: Add am335x-boneblack-wireless In-Reply-To: <20161227181429.GY4920@atomide.com> References: <20161227175837.28970-1-robertcnelson@gmail.com> <20161227175837.28970-2-robertcnelson@gmail.com> <20161227181429.GY4920@atomide.com> Message-ID: <20161227185645.GZ4920@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Tony Lindgren [161227 10:15]: > * Robert Nelson [161227 10:02]: > > On Tue, Dec 27, 2016 at 11:58 AM, Robert Nelson wrote: > > > BeagleBone Black Wireless is clone of the BeagleBone Black (BBB) with the Ethernet > > > replaced by a TI wl1835 wireless module. > > > > > > This board can be indentified by the BWAx value after A335BNLT (BBB) in the at24 eeprom: > > > BWAx [aa 55 33 ee 41 33 33 35 42 4e 4c 54 42 57 41 35 |.U3.A335BNLTBWA5|] > > > > > > http://beagleboard.org/black-wireless > > > https://github.com/beagleboard/beaglebone-black-wireless > > > > > > firmware: https://github.com/beagleboard/beaglebone-black-wireless/tree/master/firmware > > > > Tony, this firmware should be there shortly, i have a pull request > > setup for Jason: > > > > https://github.com/beagleboard/beaglebone-black-wireless/pull/5 > > OK great, good to have these working out of the box with mainline > kernel :) Hmm so is this firmware file also something that should really be generated separately for each board? Or can the same one be used for all BBB black wireless and green boards? See the LKML thread "[PATCH 0/6] wl1251: Fix MAC address for Nokia N900", at least with wl1251 the calibration has been done for each n900 device during production. Regards, Tony