Re: RFC of_boardconfig

2011-11-29 Thread John Crispin
> How is label used? > this would be used as a name when exporting the data, however you are right and the property name lanmac could be used here >> data = <0x100 0x6>; >> }; >> >> wanmac { >> label = "WAN"; >>

Re: RFC of_boardconfig

2011-11-29 Thread Rob Herring
On 11/25/2011 07:52 AM, John Crispin wrote: > Hi All, > > before starting to implement the following proposed wrappers, i wanted > to get some more views on the feasibility of these wrappers. > > On most routers that OpenWRT supports, we will find a sector within a > MTD device that holds the boa

RFC of_boardconfig

2011-11-25 Thread John Crispin
Hi All, before starting to implement the following proposed wrappers, i wanted to get some more views on the feasibility of these wrappers. On most routers that OpenWRT supports, we will find a sector within a MTD device that holds the board specific info like MAC, wifi calibration data ... Thes