aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/display/ht16k33.txt
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2021-01-18 13:35:37 +0100
committerMiguel Ojeda <ojeda@kernel.org>2021-01-25 22:16:03 +0100
commitf15cf04db3e706711d1311d570c3a9f493b30904 (patch)
tree2ab15bb272d28b2cf3048c77fbd2a374b9d0c5f0 /Documentation/devicetree/bindings/display/ht16k33.txt
parentdt-bindings: auxdisplay: ht16k33: Keyscan function should be optional (diff)
downloadwireguard-linux-f15cf04db3e706711d1311d570c3a9f493b30904.tar.xz
wireguard-linux-f15cf04db3e706711d1311d570c3a9f493b30904.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/display/ht16k33.txt')
-rw-r--r--Documentation/devicetree/bindings/display/ht16k33.txt2
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.