A ";" is missing in the pwrseq dt examples, fix them. Signed-off-by: Jisheng Zhang <Jisheng.Zhang@xxxxxxxxxxxxx> --- 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