Commit f15cf04d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Miguel Ojeda

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarRobin van der Gracht <robin@protonic.nl>
Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
parent 164b6770
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment