OSDN Git Service

arm64: dts: altera: align LED node names with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 25 Nov 2022 14:42:35 +0000 (15:42 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 29 Nov 2022 16:20:58 +0000 (10:20 -0600)
The node names should be generic and DT schema expects certain pattern:

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk_nand.dts

index 19e7284..17752ca 100644 (file)
 
        leds {
                compatible = "gpio-leds";
-               hps0 {
+               led-hps0 {
                        label = "hps_led0";
                        gpios = <&portb 20 GPIO_ACTIVE_HIGH>;
                };
 
-               hps1 {
+               led-hps1 {
                        label = "hps_led1";
                        gpios = <&portb 19 GPIO_ACTIVE_HIGH>;
                };
 
-               hps2 {
+               led-hps2 {
                        label = "hps_led2";
                        gpios = <&portb 21 GPIO_ACTIVE_HIGH>;
                };
index 847a7c0..ede99dc 100644 (file)
 
        leds {
                compatible = "gpio-leds";
-               hps0 {
+               led-hps0 {
                        label = "hps_led0";
                        gpios = <&portb 20 GPIO_ACTIVE_HIGH>;
                };
 
-               hps1 {
+               led-hps1 {
                        label = "hps_led1";
                        gpios = <&portb 19 GPIO_ACTIVE_HIGH>;
                };
 
-               hps2 {
+               led-hps2 {
                        label = "hps_led2";
                        gpios = <&portb 21 GPIO_ACTIVE_HIGH>;
                };