diff options
author | Gustavo Pimentel <Gustavo.Pimentel@synopsys.com> | 2020-11-19 02:18:39 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-12-08 00:49:50 +0300 |
commit | 3af2c1a48c037adc1e4da92315e72f023d9b3370 (patch) | |
tree | 2260c418888e04b9d87d9acc2efd15d1d72fb454 /Documentation/devicetree/bindings/reset | |
parent | 96993a59f94db89a3ff0110dc9e3a2af03a1da8b (diff) | |
download | linux-3af2c1a48c037adc1e4da92315e72f023d9b3370.tar.xz |
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 <gustavo.pimentel@synopsys.com>
Link: https://lore.kernel.org/r/89719d8d40048e9b7baa0cd984b5bb108d056de4.1605741519.git.gustavo.pimentel@synopsys.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/reset')
-rw-r--r-- | Documentation/devicetree/bindings/reset/snps,dw-reset.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/reset/snps,dw-reset.txt b/Documentation/devicetree/bindings/reset/snps,dw-reset.txt index f94f911dd98d..0c241d4aae76 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>; |