TPS544B25 power regulator

This power regulator driver supports voltage read/write and
current calibration and readback.

Required properties:
- compatible: should be "ti,tps544"
- reg: I2C slave address

Example:
tps544@24 {
	compatible = "ti,tps544";
	reg = <0x24>;
};
