Re: [U-Boot] [PATCH 12/19] fix: nand: pxa3xx: Add SoC-specific enable function

2018-11-19 Thread Stefan Roese
Hi Kosta, On 19.09.18 14:34, Stefan Roese wrote: On 29.08.2018 10:56, kos...@marvell.com wrote: From: Igal Liberman Add SoC-dependent function to the NAND driver for selecting NAND interface in DEVBUS MUX register. This selection is done in the BootROM if the boot device is NAND, but may be m

Re: [U-Boot] [PATCH 12/19] fix: nand: pxa3xx: Add SoC-specific enable function

2018-09-19 Thread Stefan Roese
On 29.08.2018 10:56, kos...@marvell.com wrote: From: Igal Liberman Add SoC-dependent function to the NAND driver for selecting NAND interface in DEVBUS MUX register. This selection is done in the BootROM if the boot device is NAND, but may be missing othervise. The NAND is selected only if it i

[U-Boot] [PATCH 12/19] fix: nand: pxa3xx: Add SoC-specific enable function

2018-08-29 Thread kostap
From: Igal Liberman Add SoC-dependent function to the NAND driver for selecting NAND interface in DEVBUS MUX register. This selection is done in the BootROM if the boot device is NAND, but may be missing othervise. The NAND is selected only if it is enabled in the DT file. This patch is fixing NA