RT5033 PMIC. The device supports multiple regulators like
          current source, LDO and Buck.
  
+ config REGULATOR_RT6160
+       tristate "Richtek RT6160 BuckBoost voltage regulator"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         This adds support for voltage regulator in Richtek RT6160.
+         This device automatically change voltage output mode from
+         Buck or Boost. The mode transistion depend on the input source voltage.
+         The wide output range is from 2025mV to 5200mV and can be used on most
+         common application scenario.
+ 
+ config REGULATOR_RT6245
+       tristate "Richtek RT6245 voltage regulator"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         This adds supprot for Richtek RT6245 voltage regulator.
+         It can support up to 14A output current and adjustable output voltage
+         from 0.4375V to 1.3875V, per step 12.5mV.
+ 
  config REGULATOR_RTMV20
 -      tristate "RTMV20 Laser Diode Regulator"
 +      tristate "Richtek RTMV20 Laser Diode Regulator"
        depends on I2C
        select REGMAP_I2C
        help
 
                      REGULATOR_LINEAR_RANGE(600000, 0x1f, 0xf7, 12500),
                },
                .n_linear_ranges = 2,
 +              .n_voltages =      0xf8,
                .vsel_reg =        FAN53880_BUCKVOUT,
-               .vsel_mask =       0x7f,
+               .vsel_mask =       0xff,
                .enable_reg =      FAN53880_ENABLE,
                .enable_mask =     0x10,
                .enable_time =     480,