On Tue, Mar 17, 2015 at 4:04 AM, Koen Kooi koen.kooi@linaro.org wrote:
On 17 March 2015 at 09:52, Haojian Zhuang haojian.zhuang@linaro.org wrote:
Add "hisilicon,disable-boot" property in mmc0. It's required before initialize mmc in kernel since the mmc controller is accessed in bootloader. This property could help to clean the setting of mmc controller in bootloader.
Signed-off-by: Haojian Zhuang haojian.zhuang@linaro.org
I've been using this patch for a few days now in 4.0rc and it works wonders, so:
Tested-by: Koen Kooi <koen.kooi@linaro.org.
I'm not convinced yet-another-DT-property is the right way for mainline acceptence, but it works.
Certainly not. Why does this need to be conditional? The kernel needs to handle any initial state. What would happen with kexec of a 2nd kernel for example?
Rob