Re: [RFC PATCH 2/6] leds: permit to declare supported offload triggers
From: Marek Behún <kabel@kernel.org>
Date: 2021-11-07 22:06:34
Also in:
linux-doc, linux-leds, lkml, netdev
From: Marek Behún <kabel@kernel.org>
Date: 2021-11-07 22:06:34
Also in:
linux-doc, linux-leds, lkml, netdev
On Sun, 7 Nov 2021 18:57:14 +0100 Ansuel Smith [off-list ref] wrote:
With LEDs that can be offload driven, permit to declare supported triggers in the dts and add them to the cled struct to be used by the related offload trigger. This is particurally useful for phy that have support for HW blinking on tx/rx traffic or based on the speed link. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
NAK. The device-tree shouldn't define this, only the LED's function as designated by the manufacturer of the device. Marek