* [PATCH mmc-next] dt-bindings: mmc: Fix mmc node name in DT example
@ 2020-08-26 13:01 Lars Povlsen
2020-08-28 8:43 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: Lars Povlsen @ 2020-08-26 13:01 UTC (permalink / raw)
To: Rob Herring, Ulf Hansson
Cc: Lars Povlsen, Adrian Hunter, Microchip Linux Driver Support,
linux-mmc, devicetree, linux-kernel, Alexandre Belloni
This changes the "mmc0@600800000" node name to "mmc@600800000" to be
compliant with devicetree naming rules.
Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
---
.../devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml b/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml
index c9a572863b88..55883290543b 100644
--- a/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml
@@ -50,7 +50,7 @@ examples:
- |
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/microchip,sparx5.h>
- sdhci0: mmc0@600800000 {
+ sdhci0: mmc@600800000 {
compatible = "microchip,dw-sparx5-sdhci";
reg = <0x00800000 0x1000>;
pinctrl-0 = <&emmc_pins>;
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH mmc-next] dt-bindings: mmc: Fix mmc node name in DT example
2020-08-26 13:01 [PATCH mmc-next] dt-bindings: mmc: Fix mmc node name in DT example Lars Povlsen
@ 2020-08-28 8:43 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2020-08-28 8:43 UTC (permalink / raw)
To: Lars Povlsen
Cc: Rob Herring, Adrian Hunter, Microchip Linux Driver Support,
linux-mmc@vger.kernel.org, DTML, Linux Kernel Mailing List,
Alexandre Belloni
On Wed, 26 Aug 2020 at 15:01, Lars Povlsen <lars.povlsen@microchip.com> wrote:
>
> This changes the "mmc0@600800000" node name to "mmc@600800000" to be
> compliant with devicetree naming rules.
>
> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Applied, but squashing this into the original commit, thanks!
Kind regards
Uffe
> ---
> .../devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml b/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml
> index c9a572863b88..55883290543b 100644
> --- a/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml
> +++ b/Documentation/devicetree/bindings/mmc/microchip,dw-sparx5-sdhci.yaml
> @@ -50,7 +50,7 @@ examples:
> - |
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> #include <dt-bindings/clock/microchip,sparx5.h>
> - sdhci0: mmc0@600800000 {
> + sdhci0: mmc@600800000 {
> compatible = "microchip,dw-sparx5-sdhci";
> reg = <0x00800000 0x1000>;
> pinctrl-0 = <&emmc_pins>;
> --
> 2.27.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-28 8:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-26 13:01 [PATCH mmc-next] dt-bindings: mmc: Fix mmc node name in DT example Lars Povlsen
2020-08-28 8:43 ` Ulf Hansson
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).