int ret;
        u32 val;
 
-       /* if no VCCIO0 supply we should leave things alone */
+       /* if no VCCIO6 supply we should leave things alone */
        if (!iod->supplies[PX30_IO_VSEL_VCCIO6_SUPPLY_NUM].reg)
                return;
 
        /*
-        * set vccio0 iodomain to also use this framework
+        * set vccio6 iodomain to also use this framework
         * instead of a special gpio.
         */
        val = PX30_IO_VSEL_VCCIO6_SRC | (PX30_IO_VSEL_VCCIO6_SRC << 16);
        ret = regmap_write(iod->grf, PX30_IO_VSEL, val);
        if (ret < 0)
-               dev_warn(iod->dev, "couldn't update vccio0 ctrl\n");
+               dev_warn(iod->dev, "couldn't update vccio6 ctrl\n");
 }
 
 static void rk3288_iodomain_init(struct rockchip_iodomain *iod)