[PATCH] dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat"

Rob Herring posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat"
Posted by Rob Herring 2 years, 7 months ago
"linux,no-autorepeat" is missing a type, add it.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 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 49304a1476ab..be95f6b97b41 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.39.2
Re: [PATCH] dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat"
Posted by Rob Herring 2 years, 7 months ago
On Tue, 13 Jun 2023 14:10:49 -0600, Rob Herring wrote:
> "linux,no-autorepeat" is missing a type, add it.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat"
Posted by Conor Dooley 2 years, 7 months ago
On Tue, Jun 13, 2023 at 02:10:49PM -0600, Rob Herring wrote:
> "linux,no-autorepeat" is missing a type, add it.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.