soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Corentin Labbe <clabbe@baylibre.com>
To: arnd@arndb.de, linus.walleij@linaro.org, olof@lixom.net,
	robh+dt@kernel.org, soc@kernel.org, ulli.kroll@googlemail.com
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Corentin Labbe <clabbe@baylibre.com>
Subject: [PATCH v2 1/5] ARM: dts: gemini: add labels for USB, IDE, flash and ethernet
Date: Fri, 18 Jun 2021 20:55:29 +0000	[thread overview]
Message-ID: <20210618205533.1527384-2-clabbe@baylibre.com> (raw)
Message-ID: <20210618205529.iSz-2CeePNLCtz9Hw4Sk_Ohfj1cR2rXRNxL6_rsbD4k@z> (raw)
In-Reply-To: <20210618205533.1527384-1-clabbe@baylibre.com>

Adding label will help simplify boards's dts.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 arch/arm/boot/dts/gemini.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi
index cc053af3c347..9fe0fd93ac9e 100644
--- a/arch/arm/boot/dts/gemini.dtsi
+++ b/arch/arm/boot/dts/gemini.dtsi
@@ -16,7 +16,7 @@ soc {
 		compatible = "simple-bus";
 		interrupt-parent = <&intcon>;
 
-		flash@30000000 {
+		flash: flash@30000000 {
 			compatible = "cortina,gemini-flash", "cfi-flash";
 			syscon = <&syscon>;
 			pinctrl-names = "default";
@@ -322,7 +322,7 @@ pci_intc: interrupt-controller {
 			};
 		};
 
-		ethernet@60000000 {
+		ethernet: ethernet@60000000 {
 			compatible = "cortina,gemini-ethernet";
 			reg = <0x60000000 0x4000>, /* Global registers, queue */
 			      <0x60004000 0x2000>, /* V-bit */
@@ -365,7 +365,7 @@ crypto: crypto@62000000 {
 			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>;
@@ -378,7 +378,7 @@ ide@63000000 {
 			#size-cells = <0>;
 		};
 
-		ide@63400000 {
+		ide1: ide@63400000 {
 			compatible = "cortina,gemini-pata", "faraday,ftide010";
 			reg = <0x63400000 0x1000>;
 			interrupts = <5 IRQ_TYPE_EDGE_RISING>;
@@ -421,7 +421,7 @@ display-controller@6a000000 {
 			status = "disabled";
 		};
 
-		usb@68000000 {
+		usb0: usb@68000000 {
 			compatible = "cortina,gemini-usb", "faraday,fotg210";
 			reg = <0x68000000 0x1000>;
 			interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
@@ -442,7 +442,7 @@ usb@68000000 {
 			status = "disabled";
 		};
 
-		usb@69000000 {
+		usb1: usb@69000000 {
 			compatible = "cortina,gemini-usb", "faraday,fotg210";
 			reg = <0x69000000 0x1000>;
 			interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.31.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-06-18 20:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18 20:55 [PATCH v2 0/5] ARM: gemini: add two more board Corentin Labbe
2021-06-18 20:55 ` Corentin Labbe
2021-06-18 20:55 ` Corentin Labbe [this message]
2021-06-18 20:55   ` [PATCH v2 1/5] ARM: dts: gemini: add labels for USB, IDE, flash and ethernet Corentin Labbe
2021-06-18 20:55 ` [PATCH v2 2/5] dt-bindings: add vendor prefix for edimax Corentin Labbe
2021-06-18 20:55   ` Corentin Labbe
2021-07-12 20:11   ` Rob Herring
2021-07-12 20:11     ` Rob Herring
2021-06-18 20:55 ` [PATCH v2 3/5] dt-bindings: add vendor prefix for ssi Corentin Labbe
2021-06-18 20:55   ` Corentin Labbe
2021-07-12 20:11   ` Rob Herring
2021-07-12 20:11     ` Rob Herring
2021-06-18 20:55 ` [PATCH v2 4/5] ARM: gemini: add device tree for edimax NS2502 Corentin Labbe
2021-06-18 20:55   ` Corentin Labbe
2021-06-18 20:55 ` [PATCH v2 5/5] ARM: gemini: add device tree for ssi1328 Corentin Labbe
2021-06-18 20:55   ` Corentin Labbe
2021-07-12 20:11   ` Rob Herring
2021-07-12 20:11     ` Rob Herring
2021-07-23 10:38     ` Linus Walleij
2021-07-23 10:38       ` Linus Walleij
2021-07-23 10:38       ` Linus Walleij
2021-07-23 10:34 ` [PATCH v2 0/5] ARM: gemini: add two more board Linus Walleij
2021-07-23 10:34   ` Linus Walleij
2021-07-23 10:34   ` Linus Walleij

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=20210618205533.1527384-2-clabbe@baylibre.com \
    --to=clabbe@baylibre.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=robh+dt@kernel.org \
    --cc=soc@kernel.org \
    --cc=ulli.kroll@googlemail.com \
    /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;
as well as URLs for NNTP newsgroup(s).