Re: [PATCH 2/2] arm64: dts: amlogic: add libretech cottonwood support

From: Jerome Brunet
Date: Wed Oct 04 2023 - 06:07:59 EST



On Tue 03 Oct 2023 at 05:15, Da Xue <da@xxxxxxxxxxxxxxxx> wrote:

>> >> +
>> >> + leds-gpio {
>> >> + compatible = "gpio-leds";
>> >> +
>> >> + led-orange {
>> >> + color = <LED_COLOR_ID_AMBER>;
>
> Should this be LED_COLOR_ID_ORANGE?

It should (and initally was)
It was coming funny '(null)-standby' in sysfs and I did really checked
why

I can change it back, no problem

>
>> >> + function = LED_FUNCTION_STANDBY;
>> >> + gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
>> >> + };
>> >> + };
>> >> +