Skip to content
Commit 2f8da94b authored by David Lechner's avatar David Lechner Committed by Dom Cobley
Browse files

arm/boot/dts/overlays/mipi-dbi-spi: fix default brightness (#5442)



There is an off-by-one error in the default brightness for the PWM backlight
in the MIPI DBI SPI overlay that produces the following message in the
kernel logs:

    pwm-backlight backlight_pwm: invalid default brightness level: 16, using 15

The value is 0-based, so the max brightness is 15, not 16.

Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
parent 29df1520
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment