Re: [PATCH] arm64: dts: amlogic: align LED node names with dtschema

From: Neil Armstrong
Date: Fri Nov 25 2022 - 12:16:29 EST


On 25/11/2022 15:41, Krzysztof Kozlowski wrote:
The node names should be generic and DT schema expects certain pattern:

amlogic/meson-sm1-bananapi-m5.dtb: leds: 'blue' does not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



<snip>


Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>