Commit 590e87d1a67a36c6bc0d9a120fa4feac5be142e4

Authored by Yang Li
Committed by York Sun
1 parent 89d8e1313f

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: Li Yang <leoyang.li@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/mmc/fsl_esdhc.c
... ... @@ -930,8 +930,6 @@
930 930 return 1;
931 931 }
932 932 #endif
933   - do_fixup_by_compat(blob, compat, "status", "okay",
934   - sizeof("okay"), 1);
935 933 return 0;
936 934 }
937 935