Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: dt-bindings: Add RK805 device tree bindings document

Add device tree bindings documentation for Rockchip's RK805 PMIC.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Elaine Zhang and committed by
Lee Jones
d9e61689 990f05f6

+21 -1
+21 -1
Documentation/devicetree/bindings/mfd/rk808.txt
··· 1 1 RK8XX Power Management Integrated Circuit 2 2 3 3 The rk8xx family current members: 4 + rk805 4 5 rk808 5 6 rk818 6 7 7 8 Required properties: 8 - - compatible: "rockchip,rk808", "rockchip,rk818" 9 + - compatible: "rockchip,rk805" 10 + - compatible: "rockchip,rk808" 11 + - compatible: "rockchip,rk818" 9 12 - reg: I2C slave address 10 13 - interrupt-parent: The parent interrupt controller. 11 14 - interrupts: the interrupt outputs of the controller. ··· 20 17 default output clock name 21 18 - rockchip,system-power-controller: Telling whether or not this pmic is controlling 22 19 the system power. 20 + 21 + Optional RK805 properties: 22 + - vcc1-supply: The input supply for DCDC_REG1 23 + - vcc2-supply: The input supply for DCDC_REG2 24 + - vcc3-supply: The input supply for DCDC_REG3 25 + - vcc4-supply: The input supply for DCDC_REG4 26 + - vcc5-supply: The input supply for LDO_REG1 and LDO_REG2 27 + - vcc6-supply: The input supply for LDO_REG3 23 28 24 29 Optional RK808 properties: 25 30 - vcc1-supply: The input supply for DCDC_REG1 ··· 66 55 regulator-name { 67 56 /* standard regulator bindings here */ 68 57 }; 58 + 59 + Following regulators of the RK805 PMIC regulators are supported. Note that 60 + the 'n' in regulator name, as in DCDC_REGn or LDOn, represents the DCDC or LDO 61 + number as described in RK805 datasheet. 62 + 63 + - DCDC_REGn 64 + - valid values for n are 1 to 4. 65 + - LDO_REGn 66 + - valid values for n are 1 to 3 69 67 70 68 Following regulators of the RK808 PMIC block are supported. Note that 71 69 the 'n' in regulator name, as in DCDC_REGn or LDOn, represents the DCDC or LDO