diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-01-18 15:35:37 +0300 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2021-01-26 00:16:03 +0300 |
commit | f15cf04db3e706711d1311d570c3a9f493b30904 (patch) | |
tree | 2ab15bb272d28b2cf3048c77fbd2a374b9d0c5f0 | |
parent | 164b67705681ed90c056529743b507229ae613a1 (diff) | |
download | linux-f15cf04db3e706711d1311d570c3a9f493b30904.tar.xz |
dt-bindings: auxdisplay: ht16k33: Fix default-brightness-level range
V4 changed the range from 0..15 to 1..16 in the driver, to match the
dimming set hardware register, but forgot to update the DT binding
documentation.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/ht16k33.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/ht16k33.txt b/Documentation/devicetree/bindings/display/ht16k33.txt index 3d602f5b9eb6..ec4377697016 100644 --- a/Documentation/devicetree/bindings/display/ht16k33.txt +++ b/Documentation/devicetree/bindings/display/ht16k33.txt @@ -8,7 +8,7 @@ Required properties: Optional properties: - linux,no-autorepeat: Disable keyrepeat. -- default-brightness-level: Initial brightness level [0-15] (default: 15). +- default-brightness-level: Initial brightness level [1-16] (default: 16). - Keypad Supply the 'interrupts' property to enable the keyscan feature. |