linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
To: Ulf Hansson <ulf.hansson@linaro.org>, Rob Herring <robh+dt@kernel.org>
Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device tree examples
Date: Thu, 18 Jun 2020 16:52:07 +0800	[thread overview]
Message-ID: <20200618165207.512dc59f@xhacker.debian> (raw)

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


             reply	other threads:[~2020-06-18  8:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18  8:52 Jisheng Zhang [this message]
2020-06-18 11:32 ` [PATCH] dt-bindings: mmc: pwrseq: Fix syntax errors in device tree examples 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=20200618165207.512dc59f@xhacker.debian \
    --to=jisheng.zhang@synaptics.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --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 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).