Hi!

> From: Amir Dahan <[email protected]>
> 
> Add the multicolor status led in the phone's notch

led->LED, "notch"->"notch."

> Signed-off-by: Amir Dahan <[email protected]>

Reviewed-by: Pavel Machek <[email protected]>

> @@ -504,6 +505,33 @@ &pm8998_resin {
>       status = "okay";
>  };
>  
> +&pmi8998_lpg {
> +     status = "okay";
> +
> +     multi-led {
> +             color = <LED_COLOR_ID_RGB>;
> +             function = LED_FUNCTION_STATUS;
> +
> +             #address-cells = <1>;
> +             #size-cells = <0>;
> +
> +             led@3 {
> +                     reg = <3>;
> +                     color = <LED_COLOR_ID_BLUE>;
> +             };
> +
> +             led@4 {
> +                     reg = <4>;
> +                     color = <LED_COLOR_ID_GREEN>;
> +             };
> +
> +             led@5 {
> +                     reg = <5>;
> +                     color = <LED_COLOR_ID_RED>;
> +             };
> +     };
> +};
> +
>  &sdhc_2 {
>       cd-gpios = <&tlmm 126 GPIO_ACTIVE_LOW>;
>  
> 

-- 
I don't work for Nazis and criminals, and neither should you.
Boycott Putin, Trump, Netanyahu and Musk!

Attachment: signature.asc
Description: PGP signature

Reply via email to