aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Vaittinen <[email protected]>2019-10-23 12:34:37 +0300
committerLee Jones <[email protected]>2019-11-11 09:20:37 +0000
commit49461659bde134d91159f904eb8eca8625738f8f (patch)
tree3ffda5547f6809143ac7176f1fad3bb68dcb4b7a
parentdd047dce3a6f5233b98e792e2287cc549da35879 (diff)
dt-bindings: mfd: max77693: Fix missing curly brace
Add missing curly brace to charger node example. Signed-off-by: Matti Vaittinen <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Lee Jones <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/mfd/max77693.txt1
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";