[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPDyKFpGB2-hOJ=Y=1y9N1CnkPPpoArHM-1K+9Wk9C2uMuRwOg@mail.gmail.com>
Date: Thu, 18 Jun 2020 13:32:54 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Jisheng Zhang <Jisheng.Zhang@...aptics.com>
Cc: Rob Herring <robh+dt@...nel.org>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
DTML <devicetree@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device
tree examples
On Thu, 18 Jun 2020 at 10:52, Jisheng Zhang <Jisheng.Zhang@...aptics.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@...aptics.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
>
Powered by blists - more mailing lists