On Wed, 10 Sep 2025 14:01:09 +0200, Aleksandrs Vinarskis wrote: > A number of existing schemas use 'leds' property to provide > phandle-array of LED(s) to the consumer. Additionally, with the > upcoming privacy-led support in device-tree, v4l2 subnode could be a > LED consumer, meaning that all camera sensors should support 'leds' > and 'led-names' property via common 'video-interface-devices.yaml'. > > To avoid dublication, commonize 'leds' property from existing schemas > to newly introduced 'led-consumer.yaml'. > > Signed-off-by: Aleksandrs Vinarskis <a...@vinarskis.com> > --- > .../devicetree/bindings/leds/backlight/led-backlight.yaml | 6 +----- > Documentation/devicetree/bindings/leds/leds-group-multicolor.yaml | 5 +---- > .../devicetree/bindings/media/video-interface-devices.yaml | 8 > ++++++++ > 3 files changed, 10 insertions(+), 9 deletions(-) >
Reviewed-by: Rob Herring (Arm) <r...@kernel.org>