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

regulator: max77802: Fix DT binding document reference

The DT binding doc references the max77802 clocks header file which makes
no sense since of course it doesn't contain data related to the regulators.

It's a copy and paste error, so add a reference to the correct header file.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Javier Martinez Canillas and committed by
Mark Brown
917e50d6 92e963f5

+1 -1
+1 -1
Documentation/devicetree/bindings/regulator/max77802.txt
··· 60 60 1: Normal regulator voltage output mode. 61 61 3: Low Power which reduces the quiescent current down to only 1uA 62 62 63 - The list of valid modes are defined in the dt-bindings/clock/maxim,max77802.h 63 + The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h 64 64 header and can be included by device tree source files. 65 65 66 66 The standard "regulator-mode" property can only be used for regulators that