commit | ad3401f2c62fb245cced23c5a2da673e43f15b56 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Fri Nov 17 12:38:06 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:34:49 2023 -0500 |
tree | ebe43c5175bc006ec241b9ceb9f7835fcf21d399 | |
parent | e54c195ad36cd52accd876a954ed0941342f5741 [diff] |
led-uclass: honour ->label field populated by driver's own .bind If the driver's own .bind method has populated uc_plat->label, don't override that. This is necessary for an upcoming driver for ti,lp5562, where the DT binding unfortunately says to use "chan-name" and not "label". Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>