From: Gustavo Pimentel Date: Wed, 18 Nov 2020 23:18:39 +0000 (+0100) Subject: dt-bindings: Fix typo on the DesignWare IP reset bindings documentation X-Git-Tag: accepted/tizen/unified/20230118.172025~8248^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3af2c1a48c037adc1e4da92315e72f023d9b3370;p=platform%2Fkernel%2Flinux-rpi.git dt-bindings: Fix typo on the DesignWare IP reset bindings documentation This patch removes a loose "i" character is present on the current documentation. Signed-off-by: Gustavo Pimentel Link: https://lore.kernel.org/r/89719d8d40048e9b7baa0cd984b5bb108d056de4.1605741519.git.gustavo.pimentel@synopsys.com Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/reset/snps,dw-reset.txt b/Documentation/devicetree/bindings/reset/snps,dw-reset.txt index f94f911..0c241d4 100644 --- a/Documentation/devicetree/bindings/reset/snps,dw-reset.txt +++ b/Documentation/devicetree/bindings/reset/snps,dw-reset.txt @@ -23,7 +23,7 @@ example: #reset-cells = <1>; }; - dw_rst_2: reset-controller@1000 {i + dw_rst_2: reset-controller@1000 { compatible = "snps,dw-low-reset"; reg = <0x1000 0x8>; #reset-cells = <1>;