[PATCH] arm64: zynqmp: Fix node name for ds35/36 leds

Michal Simek monstr at monstr.eu
Mon Aug 23 08:45:39 CEST 2021


pá 6. 8. 2021 v 13:11 odesílatel Michal Simek <michal.simek at 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 at 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


More information about the U-Boot mailing list