From 74f02dd73906f5a0e48dfc39b8f3adc03ad86274 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 13 Jun 2023 14:10:49 -0600 Subject: [PATCH] dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat" "linux,no-autorepeat" is missing a type, add it. Reviewed-by: Conor Dooley Link: https://lore.kernel.org/r/20230613201049.2824028-1-robh@kernel.org Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml b/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml index 49304a1476abf..be95f6b97b41a 100644 --- a/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml +++ b/Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml @@ -40,6 +40,7 @@ properties: linux,keymap: true linux,no-autorepeat: + type: boolean description: Disable keyrepeat default-brightness-level: -- 2.30.2