All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: U-Boot <u-boot@lists.denx.de>, git <git@xilinx.com>
Subject: Re: [PATCH] arm64: zynqmp: Fix node name for ds35/36 leds
Date: Mon, 23 Aug 2021 08:45:39 +0200	[thread overview]
Message-ID: <CAHTX3dLJsdZms=O_1Dxz6au=QewcmjNu-4+SLvhGtLSWe_Mf8A@mail.gmail.com> (raw)
In-Reply-To: <77e44d45ec9fe8943a1776bed7f88f770affb0cc.1628248280.git.michal.simek@xilinx.com>

pá 6. 8. 2021 v 13:11 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> By dt-binding specs led nodes should have -led suffix that's why add it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp-sm-k26-revA.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts
> index b613ab234250..7289badc2d7c 100644
> --- a/arch/arm/dts/zynqmp-sm-k26-revA.dts
> +++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts
> @@ -60,13 +60,13 @@
>
>         leds {
>                 compatible = "gpio-leds";
> -               ds35 {
> +               ds35-led {
>                         label = "heartbeat";
>                         gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
>                         linux,default-trigger = "heartbeat";
>                 };
>
> -               ds36 {
> +               ds36-led {
>                         label = "vbus_det";
>                         gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
>                         default-state = "on";
> --
> 2.32.0
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

      reply	other threads:[~2021-08-23  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06 11:11 [PATCH] arm64: zynqmp: Fix node name for ds35/36 leds Michal Simek
2021-08-23  6:45 ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHTX3dLJsdZms=O_1Dxz6au=QewcmjNu-4+SLvhGtLSWe_Mf8A@mail.gmail.com' \
    --to=monstr@monstr.eu \
    --cc=git@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.