]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: gemini: add labels for USB, IDE, flash and ethernet
authorCorentin Labbe <clabbe@baylibre.com>
Fri, 18 Jun 2021 20:55:29 +0000 (20:55 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 23 Sep 2021 00:26:05 +0000 (02:26 +0200)
Adding label will help simplify boards's dts.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/gemini.dtsi

index cc053af3c3472d6238b73d65b2377f56047056d5..9fe0fd93ac9e2f15c6fc0778b280b6ebf2cf08ae 100644 (file)
@@ -16,7 +16,7 @@
                compatible = "simple-bus";
                interrupt-parent = <&intcon>;
 
-               flash@30000000 {
+               flash: flash@30000000 {
                        compatible = "cortina,gemini-flash", "cfi-flash";
                        syscon = <&syscon>;
                        pinctrl-names = "default";
                        };
                };
 
-               ethernet@60000000 {
+               ethernet: ethernet@60000000 {
                        compatible = "cortina,gemini-ethernet";
                        reg = <0x60000000 0x4000>, /* Global registers, queue */
                              <0x60004000 0x2000>, /* V-bit */
                        clocks = <&syscon GEMINI_CLK_GATE_SECURITY>;
                };
 
-               ide@63000000 {
+               ide0: ide@63000000 {
                        compatible = "cortina,gemini-pata", "faraday,ftide010";
                        reg = <0x63000000 0x1000>;
                        interrupts = <4 IRQ_TYPE_EDGE_RISING>;
                        #size-cells = <0>;
                };
 
-               ide@63400000 {
+               ide1: ide@63400000 {
                        compatible = "cortina,gemini-pata", "faraday,ftide010";
                        reg = <0x63400000 0x1000>;
                        interrupts = <5 IRQ_TYPE_EDGE_RISING>;
                        status = "disabled";
                };
 
-               usb@68000000 {
+               usb0: usb@68000000 {
                        compatible = "cortina,gemini-usb", "faraday,fotg210";
                        reg = <0x68000000 0x1000>;
                        interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               usb@69000000 {
+               usb1: usb@69000000 {
                        compatible = "cortina,gemini-usb", "faraday,fotg210";
                        reg = <0x69000000 0x1000>;
                        interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;