mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / mxs / spl_power_init.c
index c341960f385598eb2d320c91f5fadc46422d596f..6dd3bfc9bc9dce7f59639820387a44bf7a8f458e 100644 (file)
@@ -577,6 +577,10 @@ void mxs_handle_5v_conflict(void)
                tmp = readl(&power_regs->hw_power_sts);
 
                if (tmp & POWER_STS_VDDIO_BO) {
+                       /*
+                        * VDDIO has a brownout, then the VDD5V_GT_VDDIO becomes
+                        * unreliable
+                        */
                        mxs_powerdown();
                        break;
                }