commit | a5bf928dde63a44ebeaee312e97f8d169ba3b22b | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 27 16:37:07 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 10 10:27:32 2018 -0400 |
tree | e01b3d1bfdb753cd47cafbb08b4eb5ac682fb490 | |
parent | 18cc3d3ca5fca3dadd43c7c1d515a40a7f598a43 [diff] |
dm: led: move default state support in led uclass This patch save common LED property "default-state" value in post bind of LED uclass. The configuration for this default state is only performed when led_default_state() is called; It can be called in your board_init() or it could added in init_sequence_r[] in future. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>