Re: [PATCH] fsl-ifc: set extended addressing for systems whose bootloader doesn't

2016-10-17 Thread Scott Wood
On Mon, Oct 10, 2016 at 01:56:31PM -0700, David Singleton wrote: > For 32bit systems whose bootloader doesn't set the extended 36-bit > addressing register for flash devices above the 4GB boundary > we can set up in the driver. > > This patch checks the number of address-cells in the dts file > fo

[PATCH] fsl-ifc: set extended addressing for systems whose bootloader doesn't

2016-10-10 Thread David Singleton
For 32bit systems whose bootloader doesn't set the extended 36-bit addressing register for flash devices above the 4GB boundary we can set up in the driver. This patch checks the number of address-cells in the dts file for the fsl-ifc flash controller. If #address-cells is 2 then it's a 36-bit ad

[PATCH] fsl-ifc: set extended addressing for systems whose bootloader doesn't

2016-10-04 Thread David Singleton
For 32bit systems whose bootloader doesn't set the extended 36-bit addressing register for flash devices above the 4GB boundary we can set up in the driver. This patch checks the number of address-cells in the dts file for the fsl-ifc flash controller. If #address-cells is 2 then it's a 36-bit ad