regulator: add support for syr82x to fan53555
From: Heiko Stuebner <heiko@...> Date: Sun, 14 Sep 2014 20:53:56 +0200
Silergy SYR827 and SYR828 regulators use the completely same i2c interface as the fan53555 regulators - only with different voltage ranges. They are used in a some Rockchip rk3288 board designs around an act8846. Therefore first add devicetree support for the fan53555 in general and then support for the Silgery variants. Tested on a rk3288 based Netxeon R89 board as cpu voltage regulator. Heiko Stuebner (5): regulator: fan53555: enable vin supply regulator: fan53555: set regulator name from constraints name dt-bindings: add devicetree bindings for Fairchild FAN53555 regulators regulator: fan53555: add devicetree support regulator: fan53555: add support for Silergy SYR82x regulators .../devicetree/bindings/regulator/fan53555.txt | 25 ++++ .../devicetree/bindings/vendor-prefixes.txt | 2 + drivers/regulator/fan53555.c | 161 +++++++++++++++++++-- 3 files changed, 174 insertions(+), 14 deletions(-) create mode 100644 Documentation/devicetree/bindings/regulator/fan53555.txt -- 2.0.1
Patches in this set
- [0001] regulator: fan53555: enable vin supply (raw)
- [0002] regulator: fan53555: set regulator name from constraints (raw)
- [0003] dt-bindings: add devicetree bindings for Fairchild (raw)
- [0004] regulator: fan53555: add devicetree support (raw)
- [0005] regulator: fan53555: add support for Silergy SYR82x (raw)
Statistics
- 5 individual patches
- 181 lines added
- 21 lines removed