Re: [U-Boot] [PATCH v1 12/14] imx: mmc: Use 'fsl, usdhc-index' property to provide esdhc controller number

2019-01-02 Thread Marek Vasut
On 1/2/19 11:31 AM, Lukasz Majewski wrote: > On Wed, 2 Jan 2019 02:18:58 +0100 > Marek Vasut wrote: > >> On 1/2/19 12:37 AM, Lukasz Majewski wrote: >>> With the current code, it is not possible to assign different than >>> default numbers for mmc controllers. >>> >>> Several in-tree boards depend

Re: [U-Boot] [PATCH v1 12/14] imx: mmc: Use 'fsl, usdhc-index' property to provide esdhc controller number

2019-01-02 Thread Lukasz Majewski
On Wed, 2 Jan 2019 02:18:58 +0100 Marek Vasut wrote: > On 1/2/19 12:37 AM, Lukasz Majewski wrote: > > With the current code, it is not possible to assign different than > > default numbers for mmc controllers. > > > > Several in-tree boards depend on the pre-dm setup, corresponding to > > follow

Re: [U-Boot] [PATCH v1 12/14] imx: mmc: Use 'fsl, usdhc-index' property to provide esdhc controller number

2019-01-01 Thread Marek Vasut
On 1/2/19 12:37 AM, Lukasz Majewski wrote: > With the current code, it is not possible to assign different than default > numbers for mmc controllers. > > Several in-tree boards depend on the pre-dm setup, corresponding to > following aliases: > > mmc0 = &usdhc2; --> fsl,usdhc-index = <1> > mmc1

[U-Boot] [PATCH v1 12/14] imx: mmc: Use 'fsl, usdhc-index' property to provide esdhc controller number

2019-01-01 Thread Lukasz Majewski
With the current code, it is not possible to assign different than default numbers for mmc controllers. Several in-tree boards depend on the pre-dm setup, corresponding to following aliases: mmc0 = &usdhc2; --> fsl,usdhc-index = <1> mmc1 = &usdhc4; --> fsl,usdhc-index = <3> Without this patch we