diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2019-10-23 11:34:37 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-11-11 10:20:37 +0100 |
commit | 49461659bde134d91159f904eb8eca8625738f8f (patch) | |
tree | 3ffda5547f6809143ac7176f1fad3bb68dcb4b7a | |
parent | mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs (diff) | |
download | linux-49461659bde134d91159f904eb8eca8625738f8f.tar.xz linux-49461659bde134d91159f904eb8eca8625738f8f.zip |
dt-bindings: mfd: max77693: Fix missing curly brace
Add missing curly brace to charger node example.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/max77693.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/max77693.txt b/Documentation/devicetree/bindings/mfd/max77693.txt index a3c60a7a3be1..0ced96e16c16 100644 --- a/Documentation/devicetree/bindings/mfd/max77693.txt +++ b/Documentation/devicetree/bindings/mfd/max77693.txt @@ -175,6 +175,7 @@ Example: maxim,thermal-regulation-celsius = <75>; maxim,battery-overcurrent-microamp = <3000000>; maxim,charge-input-threshold-microvolt = <4300000>; + }; led { compatible = "maxim,max77693-led"; |