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@xxxxxxxxxxxxxx> --- v3: https://lore.kernel.org/linux-devicetree/1455788642-4289-1-git-send-email-robin@xxxxxxxxxxx/ v4: https://lore.kernel.org/linux-devicetree/ae23cf26135a586440419aaa764f3a70de913c4a.1458140954.git.robin@xxxxxxxxxxx/ --- Documentation/devicetree/bindings/display/ht16k33.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/ht16k33.txt b/Documentation/devicetree/bindings/display/ht16k33.txt index 3d602f5b9eb6bb74..ec43776970164921 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. -- 2.25.1