linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device tree examples
@ 2020-06-18  8:52 Jisheng Zhang
  2020-06-18 11:32 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Jisheng Zhang @ 2020-06-18  8:52 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring; +Cc: linux-mmc, devicetree, linux-kernel

A ";" is missing in the pwrseq dt examples, fix them.

Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---
 Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt   | 2 +-
 Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt | 2 +-
 Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt
index 3d965d57e00b..c4fb06bf0bc2 100644
--- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt
+++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt
@@ -22,4 +22,4 @@ Example:
 	sdhci0_pwrseq {
 		compatible = "mmc-pwrseq-emmc";
 		reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
-	}
+	};
diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
index 22e9340e4ba2..8204374546e1 100644
--- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
+++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
@@ -13,4 +13,4 @@ Example:
 		compatible = "mmc-pwrseq-sd8787";
 		powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
 		reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
-	}
+	};
diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
index 9029b45b8a22..bcbe8e947459 100644
--- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
+++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
@@ -28,4 +28,4 @@ Example:
 		reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
 		clocks = <&clk_32768_ck>;
 		clock-names = "ext_clock";
-	}
+	};
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device tree examples
  2020-06-18  8:52 [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device tree examples Jisheng Zhang
@ 2020-06-18 11:32 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2020-06-18 11:32 UTC (permalink / raw)
  To: Jisheng Zhang; +Cc: Rob Herring, linux-mmc, DTML, Linux Kernel Mailing List

On Thu, 18 Jun 2020 at 10:52, Jisheng Zhang <Jisheng.Zhang@synaptics.com> wrote:
>
> A ";" is missing in the pwrseq dt examples, fix them.

Rather than fixing old docs, how about converting them to the yaml format?

Kind regards
Uffe

>
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
> ---
>  Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt   | 2 +-
>  Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt | 2 +-
>  Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt
> index 3d965d57e00b..c4fb06bf0bc2 100644
> --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt
> +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-emmc.txt
> @@ -22,4 +22,4 @@ Example:
>         sdhci0_pwrseq {
>                 compatible = "mmc-pwrseq-emmc";
>                 reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
> -       }
> +       };
> diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
> index 22e9340e4ba2..8204374546e1 100644
> --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
> +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-sd8787.txt
> @@ -13,4 +13,4 @@ Example:
>                 compatible = "mmc-pwrseq-sd8787";
>                 powerdown-gpios = <&twl_gpio 0 GPIO_ACTIVE_LOW>;
>                 reset-gpios = <&twl_gpio 1 GPIO_ACTIVE_LOW>;
> -       }
> +       };
> diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> index 9029b45b8a22..bcbe8e947459 100644
> --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> @@ -28,4 +28,4 @@ Example:
>                 reset-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
>                 clocks = <&clk_32768_ck>;
>                 clock-names = "ext_clock";
> -       }
> +       };
> --
> 2.27.0
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-18 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  8:52 [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device tree examples Jisheng Zhang
2020-06-18 11:32 ` 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).