diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-06-17 16:31:18 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-06-26 22:17:22 +0200 |
commit | a47c9b3943164453d4f580ea174a6ddcb37554c3 (patch) | |
tree | 77d5c21f6014617fd5651d945506dfbce2ef8664 /Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt | |
parent | dt-bindings: soc: qcom: Fix default clock-freq for qcom,geni-i2c (diff) | |
download | linux-a47c9b3943164453d4f580ea174a6ddcb37554c3.tar.xz linux-a47c9b3943164453d4f580ea174a6ddcb37554c3.zip |
dt-bindings: Fix unbalanced quotation marks
Multiple binding documents have various forms of unbalanced quotation
marks. Fix them.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt b/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt index 20fc72d9e61e..45a61b462287 100644 --- a/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/nintendo,hollywood-gpio.txt @@ -1,7 +1,7 @@ Nintendo Wii (Hollywood) GPIO controller Required properties: -- compatible: "nintendo,hollywood-gpio +- compatible: "nintendo,hollywood-gpio" - reg: Physical base address and length of the controller's registers. - gpio-controller: Marks the device node as a GPIO controller. - #gpio-cells: Should be <2>. The first cell is the pin number and the |