diff options
author | Matti Vaittinen <[email protected]> | 2019-10-23 12:34:37 +0300 |
---|---|---|
committer | Lee Jones <[email protected]> | 2019-11-11 09:20:37 +0000 |
commit | 49461659bde134d91159f904eb8eca8625738f8f (patch) | |
tree | 3ffda5547f6809143ac7176f1fad3bb68dcb4b7a | |
parent | dd047dce3a6f5233b98e792e2287cc549da35879 (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.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"; |