Re: [PATCH] dt-bindings: leds: common: Add mmc0 as default trigger

2020-09-14 Thread Rob Herring
On Sun, Aug 30, 2020 at 01:11:15PM +0200, Krzysztof Kozlowski wrote: > MMC could be a default trigger so add a pattern to match it and fix > dtbs_check warnings like: > > arch/arm/boot/dts/exynos4412-odroidx.dt.yaml: leds: > led2:linux,default-trigger:0: > 'mmc0' is not one of ['backlight',

[PATCH] dt-bindings: leds: common: Add mmc0 as default trigger

2020-08-30 Thread Krzysztof Kozlowski
MMC could be a default trigger so add a pattern to match it and fix dtbs_check warnings like: arch/arm/boot/dts/exynos4412-odroidx.dt.yaml: leds: led2:linux,default-trigger:0: 'mmc0' is not one of ['backlight', 'default-on', 'heartbeat', 'disk-activity', 'ide-disk', 'timer', 'pattern']