mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RESEND, third time][PATCH] arm64: dts: intel: socfpga_agilex_socdk: align LED node names with dtschema
@ 2022-01-26 17:41 Krzysztof Kozlowski
  2022-01-26 20:26 ` Dinh Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-26 17:41 UTC (permalink / raw)
  To: Dinh Nguyen, Rob Herring, devicetree, linux-kernel; +Cc: Krzysztof Kozlowski

From: Krzysztof Kozlowski <krzk@kernel.org>

Align the LED node names with dtschema to silence dtbs_check warnings
like:

    leds: 'hps0', 'hps1', 'hps2' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

---

This patch waits for a year. Dinh, you previously acked it but can you
apply it?
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
index ea37ba7ccff9..26cd3c121757 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
@@ -21,17 +21,17 @@ chosen {
 
 	leds {
 		compatible = "gpio-leds";
-		hps0 {
+		led0 {
 			label = "hps_led0";
 			gpios = <&portb 20 GPIO_ACTIVE_HIGH>;
 		};
 
-		hps1 {
+		led1 {
 			label = "hps_led1";
 			gpios = <&portb 19 GPIO_ACTIVE_HIGH>;
 		};
 
-		hps2 {
+		led2 {
 			label = "hps_led2";
 			gpios = <&portb 21 GPIO_ACTIVE_HIGH>;
 		};
-- 
2.32.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RESEND, third time][PATCH] arm64: dts: intel: socfpga_agilex_socdk: align LED node names with dtschema
  2022-01-26 17:41 [RESEND, third time][PATCH] arm64: dts: intel: socfpga_agilex_socdk: align LED node names with dtschema Krzysztof Kozlowski
@ 2022-01-26 20:26 ` Dinh Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2022-01-26 20:26 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski



On 1/26/22 11:41, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski <krzk@kernel.org>
> 
> Align the LED node names with dtschema to silence dtbs_check warnings
> like:
> 
>      leds: 'hps0', 'hps1', 'hps2' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>   arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> ---
> 
> This patch waits for a year. Dinh, you previously acked it but can you
> apply it?
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
> index ea37ba7ccff9..26cd3c121757 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
> @@ -21,17 +21,17 @@ chosen {
>   
>   	leds {
>   		compatible = "gpio-leds";
> -		hps0 {
> +		led0 {
>   			label = "hps_led0";
>   			gpios = <&portb 20 GPIO_ACTIVE_HIGH>;
>   		};
>   
> -		hps1 {
> +		led1 {
>   			label = "hps_led1";
>   			gpios = <&portb 19 GPIO_ACTIVE_HIGH>;
>   		};
>   
> -		hps2 {
> +		led2 {
>   			label = "hps_led2";
>   			gpios = <&portb 21 GPIO_ACTIVE_HIGH>;
>   		};


Apologies for missing this the first 2 times.

Applied, thanks!

Dinh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-26 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 17:41 [RESEND, third time][PATCH] arm64: dts: intel: socfpga_agilex_socdk: align LED node names with dtschema Krzysztof Kozlowski
2022-01-26 20:26 ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome