Message ID | 20230613201049.2824028-1-robh@kernel.org |
---|---|
State | Accepted |
Commit | 74f02dd73906f5a0e48dfc39b8f3adc03ad86274 |
Headers | show |
Series | dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat" | expand |
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!
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:
"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(+)