[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210517193205.691147-2-clabbe@baylibre.com>
Date: Mon, 17 May 2021 19:32:01 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: arnd@...db.de, linus.walleij@...aro.org, olof@...om.net,
robh+dt@...nel.org, soc@...nel.org, ulli.kroll@...glemail.com
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH 1/5] ARM: dts: gemini: add labels for USB, IDE, flash and ethernet
Adding label will help simplify boards's dts.
Signed-off-by: Corentin Labbe <clabbe@...libre.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 065ed10a79fa..6e043869d495 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@...00000 {
+ flash: flash@...00000 {
compatible = "cortina,gemini-flash", "cfi-flash";
syscon = <&syscon>;
pinctrl-names = "default";
@@ -321,7 +321,7 @@ pci_intc: interrupt-controller {
};
};
- ethernet@...00000 {
+ ethernet: ethernet@...00000 {
compatible = "cortina,gemini-ethernet";
reg = <0x60000000 0x4000>, /* Global registers, queue */
<0x60004000 0x2000>, /* V-bit */
@@ -356,7 +356,7 @@ gmac1: ethernet-port@1 {
};
};
- ide@...00000 {
+ ide0: ide@...00000 {
compatible = "cortina,gemini-pata", "faraday,ftide010";
reg = <0x63000000 0x1000>;
interrupts = <4 IRQ_TYPE_EDGE_RISING>;
@@ -369,7 +369,7 @@ ide@...00000 {
#size-cells = <0>;
};
- ide@...00000 {
+ ide1: ide@...00000 {
compatible = "cortina,gemini-pata", "faraday,ftide010";
reg = <0x63400000 0x1000>;
interrupts = <5 IRQ_TYPE_EDGE_RISING>;
@@ -414,7 +414,7 @@ display-controller@...00000 {
status = "disabled";
};
- usb@...00000 {
+ usb0: usb@...00000 {
compatible = "cortina,gemini-usb", "faraday,fotg210";
reg = <0x68000000 0x1000>;
interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
@@ -435,7 +435,7 @@ usb@...00000 {
status = "disabled";
};
- usb@...00000 {
+ usb1: usb@...00000 {
compatible = "cortina,gemini-usb", "faraday,fotg210";
reg = <0x69000000 0x1000>;
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
--
2.26.3
Powered by blists - more mailing lists