From: Matti Vaittinen Date: Wed, 23 Oct 2019 09:34:37 +0000 (+0300) Subject: dt-bindings: mfd: max77693: Fix missing curly brace X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49461659bde134d91159f904eb8eca8625738f8f;p=linux.git dt-bindings: mfd: max77693: Fix missing curly brace Add missing curly brace to charger node example. Signed-off-by: Matti Vaittinen Reviewed-by: Krzysztof Kozlowski Acked-by: Rob Herring Signed-off-by: Lee Jones --- diff --git a/Documentation/devicetree/bindings/mfd/max77693.txt b/Documentation/devicetree/bindings/mfd/max77693.txt index a3c60a7a3be1e..0ced96e16c16d 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";