[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6936b536-4b32-3f98-7393-2934eb80d952@linaro.org>
Date: Wed, 31 Aug 2022 11:08:30 +0300
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Martin Kepplinger <martin.kepplinger@...i.sm>, festevam@...il.com,
shawnguo@...nel.org
Cc: devicetree@...r.kernel.org, kernel@...gutronix.de, kernel@...i.sm,
linux-arm-kernel@...ts.infradead.org, linux-imx@....com,
linux-kernel@...r.kernel.org, phone-devel@...r.kernel.org,
robh@...nel.org, Guido Günther <agx@...xcpu.org>
Subject: Re: [PATCH v1 2/5] arm64: dts: imx8mq-librem5: add RGB pwmleds
On 31/08/2022 11:02, Martin Kepplinger wrote:
> From: Guido Günther <agx@...xcpu.org>
>
> Describe the RGB notification leds on the Librem 5 phone.
> Use the common defines so we're sure to adhere to the common patterns,
> use predefined led colors and functions so we're being warned in case
> of deprecations.
>
> Signed-off-by: Guido Günther <agx@...xcpu.org>
> Signed-off-by: Martin Kepplinger <martin.kepplinger@...i.sm>
> ---
> .../boot/dts/freescale/imx8mq-librem5.dtsi | 26 +++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> index 0626e4194d958..bbf49e419b498 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
> @@ -7,6 +7,7 @@
>
> #include "dt-bindings/input/input.h"
> #include <dt-bindings/interrupt-controller/irq.h>
> +#include <dt-bindings/leds/common.h>
> #include "dt-bindings/pwm/pwm.h"
> #include "dt-bindings/usb/pd.h"
> #include "imx8mq.dtsi"
> @@ -54,6 +55,31 @@ key-vol-up {
> };
> };
>
> + pwmleds {
> + compatible = "pwm-leds";
> +
> + blue {
Test your DTS (`make dtbs_check`).
Node names should be generic.
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
Best regards,
Krzysztof
Powered by blists - more mailing lists