Re: [PATCH 5/10] dt: bindings: Add bindings for Marvell Xenon SD Host Controller
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-11-24 09:35:26
Also in:
linux-arm-kernel, linux-mmc, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-11-24 09:35:26
Also in:
linux-arm-kernel, linux-mmc, lkml
On Thursday, November 24, 2016 10:22:31 AM CET Gregory CLEMENT wrote:
I don't have an option for mmc in general, but using child node do not fit at all the xenon controller. For this controller each slot has its own set of register, so there is no common ressource to share so no advantage to use it. Using child node in our case will just make the code more complex for no benefit.
If every slot has its own registers, what is it that makes up the 'controller'? It sounds to me that you just have to adjust the terminology and talk about multiple controllers then, with one slot per controller. Arnd