commit | d7a435a2ce3591b7d0b408d8710586415d797e58 | [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 | 1f6d81fe3398309cacd79f0fdc809502552d3e0c [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>