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

regulator: max77620: add documentation for MPOK property

Adding documentation for maxim,power-ok-control dts property

Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Venkat Reddy Talla and committed by
Mark Brown
98377923 383d0fca

+12
+12
Documentation/devicetree/bindings/mfd/max77620.txt
··· 106 106 MAX77620 supports 40, 80, 160, 320, 640, 1280, 2560 and 5120 microseconds. 107 107 MAX20024 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds. 108 108 109 + -maxim,power-ok-control: configure map power ok bit 110 + 1: Enables POK(Power OK) to control nRST_IO and GPIO1 111 + POK function. 112 + 0: Disables POK control. 113 + if property missing, do not configure MPOK bit. 114 + If POK mapping is enabled for GPIO1/nRST_IO then, 115 + GPIO1/nRST_IO pins are HIGH only if all rails 116 + that have POK control enabled are HIGH. 117 + If any of the rails goes down(which are enabled for POK 118 + control) then, GPIO1/nRST_IO goes LOW. 119 + this property is valid for max20024 only. 120 + 109 121 For DT binding details of different sub modules like GPIO, pincontrol, 110 122 regulator, power, please refer respective device-tree binding document 111 123 under their respective sub-system directories.