mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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>
This commit is contained in:
parent
164b677056
commit
f15cf04db3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user