commit | 363bf77acc31bf0db66e1d942860d79339e29b88 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:56 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:36 2016 -0700 |
tree | 8443dffc47445836f252a6dec1efd6451ab37cc0 | |
parent | 0e23fd81a54f92655315a1bc3aec85d1a3dd9ae8 [diff] |
dm: backlight: Add a backlight uclass LCD panels normally have a backlight which can be controlled to illuminate the LCD contents. Add a uclass to support this. Initially it only has a method to enable the backlight. Signed-off-by: Simon Glass <sjg@chromium.org>