diff options
| author | Gireesh Hiremath <[email protected]> | 2021-06-11 16:13:44 +0000 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-07-15 17:56:03 +0530 |
| commit | ae628fb6dac3e18c4636121a3fdc11a9677ef5dd (patch) | |
| tree | 203bc8e955d63ec25db711a30301a8f26de34419 /include | |
| parent | d364926da3f9680cbaaabc7f976efe05b62d8c76 (diff) | |
am335x, guardian: Enable backlight
Enable backlight, set brightness value and dimming frequency
Signed-off-by: Gireesh Hiremath <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_guardian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_guardian.h b/include/configs/am335x_guardian.h index c76f9b26fb2..73248292f26 100644 --- a/include/configs/am335x_guardian.h +++ b/include/configs/am335x_guardian.h @@ -59,6 +59,7 @@ BOOTENV \ GUARDIAN_DEFAULT_PROD_ENV \ "autoload=no\0" \ + "backlight_brightness=50\0" \ "bootubivol=rootfs\0" \ "distro_bootcmd=" \ "setenv rootflags \"bulk_read,chk_data_crc\"; " \ |
