提交 590e87d1 编写于 作者: Y Yang Li 提交者: York Sun

mmc: fsl_esdhc: not always setting esdhc fdt status to okay

We shouldn't always change the status to okay.  There could be
situations that the esdhc is intentionally disabled in the device
tree.
Signed-off-by: NLi Yang <leoyang.li@nxp.com>
Reviewed-by: NYork Sun <york.sun@nxp.com>
上级 89d8e131
......@@ -930,8 +930,6 @@ __weak int esdhc_status_fixup(void *blob, const char *compat)
return 1;
}
#endif
do_fixup_by_compat(blob, compat, "status", "okay",
sizeof("okay"), 1);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册