public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dragan Simic <dsimic@manjaro.org>
To: FUKAUMI Naoki <naoki@radxa.com>
Cc: u-boot@lists.denx.de, sjg@chromium.org, philipp.tomsich@vrull.eu,
	kever.yang@rock-chips.com, banglang.huang@foxmail.com,
	jonas@kwiboo.se, jagan@amarulasolutions.com,
	gajjar04akash@gmail.com, eugen.hristev@collabora.com,
	chris.obbard@collabora.com
Subject: Re: [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot for Radxa boards
Date: Thu, 08 Aug 2024 15:13:40 +0200	[thread overview]
Message-ID: <d5df7805c948eb4725af848b82e2959d@manjaro.org> (raw)
In-Reply-To: <20240808092743.1508-2-naoki@radxa.com>

Hello Fukaumi,

Please see a comment below.

On 2024-08-08 11:27, FUKAUMI Naoki wrote:
> Basically, Radxa's boards are intended to turn LEDs on at U-Boot.
> add `default-state = "on"` to u-boot.dtsi.
> 
> Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
> ---
>  .../arm/dts/rk3328-rock-pi-e-base-u-boot.dtsi |  6 +++++
>  arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi  | 25 ++++++++++++++++++-
>  arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi     |  8 ++++++
>  arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi  |  8 ++++++
>  arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi     | 23 +++++++++++++++++
>  arch/arm/dts/rk3568-rock-3a-u-boot.dtsi       |  8 ++++++
>  arch/arm/dts/rk3588-rock-5b-u-boot.dtsi       |  8 ++++++
>  arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi      |  8 ++++++
>  8 files changed, 93 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/rk3328-rock-pi-e-base-u-boot.dtsi
> b/arch/arm/dts/rk3328-rock-pi-e-base-u-boot.dtsi
> index 39bb66c4fcb..a30adb0be98 100644
> --- a/arch/arm/dts/rk3328-rock-pi-e-base-u-boot.dtsi
> +++ b/arch/arm/dts/rk3328-rock-pi-e-base-u-boot.dtsi
> @@ -6,6 +6,12 @@
>  #include "rk3328-u-boot.dtsi"
> 
>  / {
> +	leds {
> +		led-0 {
> +			default-state = "on";
> +		};
> +	};
> +
>  	smbios {
>  		compatible = "u-boot,sysinfo-smbios";
> 
> diff --git a/arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi
> b/arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi
> index 5ec15a845c1..614e4ce0fa8 100644
> --- a/arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi
> @@ -2,7 +2,20 @@
>  /*
>   * Copyright (c) 2023 Radxa Limited
>   */
> -#include "rk3399-rock-pi-4-u-boot.dtsi"
> +#include "rk3399-u-boot.dtsi"
> +#include "rk3399-sdram-lpddr4-100.dtsi"
> +
> +/ {
> +	leds {
> +		led-0 {
> +			default-state = "on";
> +		};
> +
> +		led-1 {
> +			default-state = "on";
> +		};
> +	};
> +};
> 
>  &pcfg_pull_none_18ma {
>  	bootph-pre-ram;
> @@ -14,6 +27,12 @@
>  	bootph-some-ram;
>  };
> 
> +&sdhci {
> +	cap-mmc-highspeed;
> +	mmc-ddr-1_8v;
> +	mmc-hs200-1_8v;
> +};
> +

This change should be taken out of the patch, because it doesn't
match the patch description.  If the change is still needed, it
should be submitted as a separate patch.

>  &spi1 {
>  	status = "okay";
> 
> @@ -25,3 +44,7 @@
>  		spi-max-frequency = <10000000>;
>  	};
>  };
> +
> +&vdd_log {
> +	regulator-init-microvolt = <950000>;
> +};
> diff --git a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> index b3bfc77f756..4861574636e 100644
> --- a/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-rock-pi-4-u-boot.dtsi
> @@ -6,6 +6,14 @@
>  #include "rk3399-u-boot.dtsi"
>  #include "rk3399-sdram-lpddr4-100.dtsi"
> 
> +/ {
> +	leds {
> +		led-0 {
> +			default-state = "on";
> +		};
> +	};
> +};
> +
>  &sdhci {
>  	cap-mmc-highspeed;
>  	mmc-ddr-1_8v;
> diff --git a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> index e0e501deccf..412f9e06aff 100644
> --- a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> +++ b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
> @@ -5,6 +5,14 @@
> 
>  #include "rk356x-u-boot.dtsi"
> 
> +/ {
> +	leds {
> +		led-1 {
> +			default-state = "on";
> +		};
> +	};
> +};
> +
>  &sdhci {
>  	cap-mmc-highspeed;
>  };
> diff --git a/arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi
> b/arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi
> index 74755a44eae..efeab626d8a 100644
> --- a/arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi
> +++ b/arch/arm/dts/rk3568-radxa-e25-u-boot.dtsi
> @@ -2,6 +2,29 @@
> 
>  #include "rk356x-u-boot.dtsi"
> 
> +/ {
> +	gpio-leds {
> +		led-0 {
> +			default-state = "on";
> +		};
> +
> +		led-red {
> +			default-state = "on";
> +			gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
> +		};
> +
> +		led-green {
> +			default-state = "on";
> +			gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>;
> +		};
> +
> +		led-blue {
> +			default-state = "on";
> +			gpios = <&gpio4 RK_PC5 GPIO_ACTIVE_HIGH>;
> +		};
> +	};
> +};
> +
>  &pcie3x1 {
>  	pinctrl-0 = <&pcie30x1_reset_h>;
>  };
> diff --git a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> index 9d18f5d0b36..c493352abc1 100644
> --- a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> +++ b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
> @@ -6,6 +6,14 @@
> 
>  #include "rk356x-u-boot.dtsi"
> 
> +/ {
> +	leds {
> +		led-0 {
> +			default-state = "on";
> +		};
> +	};
> +};
> +
>  &pcie3x2 {
>  	pinctrl-0 = <&pcie3x2_reset_h>;
>  };
> diff --git a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> index 8e318e624a8..8ebba36f90a 100644
> --- a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> +++ b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> @@ -5,6 +5,14 @@
> 
>  #include "rk3588-u-boot.dtsi"
> 
> +/ {
> +	leds {
> +		led_rgb_b {
> +			default-state = "on";
> +		};
> +	};
> +};
> +
>  &fspim2_pins {
>  	bootph-pre-ram;
>  	bootph-some-ram;
> diff --git a/arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi
> b/arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi
> index efba0c359ba..a75ae296386 100644
> --- a/arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi
> +++ b/arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi
> @@ -5,6 +5,14 @@
> 
>  #include "rk3588s-u-boot.dtsi"
> 
> +/ {
> +	leds {
> +		io-led {
> +			default-state = "on";
> +		};
> +	};
> +};
> +
>  &sdhci {
>  	cap-mmc-highspeed;
>  	mmc-hs200-1_8v;

  reply	other threads:[~2024-08-08 13:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-08  9:27 [PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards FUKAUMI Naoki
2024-08-08  9:27 ` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot " FUKAUMI Naoki
2024-08-08 13:13   ` Dragan Simic [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-16  0:12 [PATCH 1/2] configs: rockchip: enable gpio-leds driver " FUKAUMI Naoki
2024-08-16  0:12 ` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot " FUKAUMI Naoki
2024-08-24 22:24   ` FUKAUMI Naoki

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=d5df7805c948eb4725af848b82e2959d@manjaro.org \
    --to=dsimic@manjaro.org \
    --cc=banglang.huang@foxmail.com \
    --cc=chris.obbard@collabora.com \
    --cc=eugen.hristev@collabora.com \
    --cc=gajjar04akash@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.com \
    --cc=naoki@radxa.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox