All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
To: ulf.hansson@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org,
	andrew@lunn.ch, gregory.clement@bootlin.com,
	sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com,
	nico@fluxnic.net
Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Chris Packham <chris.packham@alliedtelesis.co.nz>
Subject: [PATCH v2 2/4] ARM: dts: dove: Update sdio-host node names to match schema
Date: Tue, 19 Apr 2022 14:46:09 +1200	[thread overview]
Message-ID: <20220419024611.1327525-3-chris.packham@alliedtelesis.co.nz> (raw)
In-Reply-To: <20220419024611.1327525-1-chris.packham@alliedtelesis.co.nz>

Update the node names of the sdio-host@ interfaces to be mmc@ to match
the node name enforced by the mmc-controller.yaml schema.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---

Notes:
    Changes in v2:
    - None

 arch/arm/boot/dts/dove.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 89e0bdaf3a85..d81562eac7aa 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -337,7 +337,7 @@ channel1 {
 				};
 			};
 
-			sdio1: sdio-host@90000 {
+			sdio1: mmc@90000 {
 				compatible = "marvell,dove-sdhci";
 				reg = <0x90000 0x100>;
 				interrupts = <36>, <38>;
@@ -380,7 +380,7 @@ ethphy: ethernet-phy {
 				};
 			};
 
-			sdio0: sdio-host@92000 {
+			sdio0: mmc@92000 {
 				compatible = "marvell,dove-sdhci";
 				reg = <0x92000 0x100>;
 				interrupts = <35>, <37>;
-- 
2.35.1


WARNING: multiple messages have this Message-ID (diff)
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
To: ulf.hansson@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org,
	andrew@lunn.ch, gregory.clement@bootlin.com,
	sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com,
	nico@fluxnic.net
Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Chris Packham <chris.packham@alliedtelesis.co.nz>
Subject: [PATCH v2 2/4] ARM: dts: dove: Update sdio-host node names to match schema
Date: Tue, 19 Apr 2022 14:46:09 +1200	[thread overview]
Message-ID: <20220419024611.1327525-3-chris.packham@alliedtelesis.co.nz> (raw)
In-Reply-To: <20220419024611.1327525-1-chris.packham@alliedtelesis.co.nz>

Update the node names of the sdio-host@ interfaces to be mmc@ to match
the node name enforced by the mmc-controller.yaml schema.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---

Notes:
    Changes in v2:
    - None

 arch/arm/boot/dts/dove.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 89e0bdaf3a85..d81562eac7aa 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -337,7 +337,7 @@ channel1 {
 				};
 			};
 
-			sdio1: sdio-host@90000 {
+			sdio1: mmc@90000 {
 				compatible = "marvell,dove-sdhci";
 				reg = <0x90000 0x100>;
 				interrupts = <36>, <38>;
@@ -380,7 +380,7 @@ ethphy: ethernet-phy {
 				};
 			};
 
-			sdio0: sdio-host@92000 {
+			sdio0: mmc@92000 {
 				compatible = "marvell,dove-sdhci";
 				reg = <0x92000 0x100>;
 				interrupts = <35>, <37>;
-- 
2.35.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:[~2022-04-19  2:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  2:46 [PATCH v2 0/4] dt-bindings: mmc: Convert orion/dove bindings to JSON schema Chris Packham
2022-04-19  2:46 ` Chris Packham
2022-04-19  2:46 ` [PATCH v2 1/4] ARM: dts: mvebu: Update mvsdio node names to match schema Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19 12:08   ` Andrew Lunn
2022-04-19 12:08     ` Andrew Lunn
2022-04-19  2:46 ` Chris Packham [this message]
2022-04-19  2:46   ` [PATCH v2 2/4] ARM: dts: dove: Update sdio-host " Chris Packham
2022-04-19 12:09   ` Andrew Lunn
2022-04-19 12:09     ` Andrew Lunn
2022-04-19  2:46 ` [PATCH v2 3/4] dt-bindings: mmc: convert orion-sdio to JSON schema Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19 12:10   ` Andrew Lunn
2022-04-19 12:10     ` Andrew Lunn
2022-04-21 13:54   ` Ulf Hansson
2022-04-21 13:54     ` Ulf Hansson
2022-04-19  2:46 ` [PATCH v2 4/4] dt-bindings: mmc: convert sdhci-dove " Chris Packham
2022-04-19  2:46   ` Chris Packham
2022-04-19  7:39   ` Krzysztof Kozlowski
2022-04-19  7:39     ` Krzysztof Kozlowski
2022-04-19 12:11   ` Andrew Lunn
2022-04-19 12:11     ` Andrew Lunn
2022-04-21 13:54   ` Ulf Hansson
2022-04-21 13:54     ` Ulf Hansson

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=20220419024611.1327525-3-chris.packham@alliedtelesis.co.nz \
    --to=chris.packham@alliedtelesis.co.nz \
    --cc=adrian.hunter@intel.com \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=nico@fluxnic.net \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=ulf.hansson@linaro.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.