On Wed, Aug 28, 2024 at 11:59 AM Nishanth Menon <nm@xxxxxx> wrote: > > On 11:34-20240828, Robert Nelson wrote: > [...] > > > > /builds/RobertCNelson/arm64-multiplatform/KERNEL/arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: > > leds: led-0:linux,default-trigger: 'oneOf' conditional failed, one > > must be fixed: > > 'off' is not one of ['backlight', 'default-on', 'heartbeat', > > 'disk-activity', 'disk-read', 'disk-write', 'timer', 'pattern', > > 'audio-micmute', 'audio-mute', 'bluetooth-power', 'flash', > > 'kbd-capslock', 'mtd', 'nand-disk', 'none', 'torch', 'usb-gadget', > > 'usb-host', 'usbport'] > > > > I guess, 'none' is close... off/etc.. > > > > I'd just suggest to drop the property since you already use heartbeat. > > Also function = is alternate option, if you choose to go down the road > of enabling a function > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/dt-bindings/leds/common.h#n77 > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/leds/common.yaml#n83 I can drop it, we basically have two leds on the board... Red and Green.. Jason didn't like the Red being activity as it looks like something is wrong, we just turn it off once into Linux.. Thus Green became heartbeat..