arm64: dts: intel: socfpga_agilex_socdk_nand: align LED node names with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 8 Mar 2021 17:09:45 +0000 (18:09 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 30 Mar 2021 10:51:30 +0000 (05:51 -0500)
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>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex_socdk_nand.dts

index 58a827a5e83faef1bbf347f4c1e10a304812513a..cc2dcabf34e3090d3311ce30cf5fc595d7466cf7 100644 (file)
 
        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>;
                };