Solved.. it was missing a patch by The_Lizard... he sent it to me and I've
rebased it for BB..
On Thu, Nov 6, 2014 at 6:37 PM, Eddi De Pieri wrote:
> VGV7519 board have two chip at 0xb000 and 0xb4000
>
> Which is the correct syntax?
>
> compatible = "lantiq,nor";
> bank-width = <2>;
> re
VGV7519 board have two chip at 0xb000 and 0xb4000
Which is the correct syntax?
compatible = "lantiq,nor";
bank-width = <2>;
reg = <0 0x0 0x80
1 0x0 0x80>;
or
compatible = "lantiq,nor";
bank-width = <2>;
reg = <0 0x0 0x80>,
<1 0x0 0x80>;
Does lantiq,nor su