diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2015-10-13 13:51:39 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-13 20:31:07 +0200 |
commit | 88d5ec1656910102676c2907c40cc2c34a97e977 (patch) | |
tree | b43b5c1fd40fc45840b3c6485be2d5ef71bc07d4 | |
parent | PCI: of: Ignore resources with failed translation (diff) | |
download | linux-88d5ec1656910102676c2907c40cc2c34a97e977.tar.xz linux-88d5ec1656910102676c2907c40cc2c34a97e977.zip |
drm: sti: fix typos in stih4xx binding
Fix typos in the st,stih4xx binding, in particular replacing
"pinctrl-name" by "pinctrl-names".
Fix minor typos in the descriptions too.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/gpu/st,stih4xx.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/gpu/st,stih4xx.txt b/Documentation/devicetree/bindings/gpu/st,stih4xx.txt index a36dfce0032e..a352ed30cd70 100644 --- a/Documentation/devicetree/bindings/gpu/st,stih4xx.txt +++ b/Documentation/devicetree/bindings/gpu/st,stih4xx.txt @@ -61,7 +61,7 @@ STMicroelectronics stih4xx platforms - reg-names: names of the mapped memory regions listed in regs property in the same order. - interrupts : HDMI interrupt number to the CPU. - - interrupt-names: name of the interrupts listed in interrupts property in + - interrupt-names: names of the interrupts listed in interrupts property in the same order - clocks: from common clock binding: handle hardware IP needed clocks, the number of clocks may depend of the SoC type. @@ -95,7 +95,7 @@ sti-dvo: - clock-names: names of the clocks listed in clocks property in the same order. - pinctrl-0: pin control handle - - pinctrl-name: names of the pin control to use + - pinctrl-names: names of the pin control states to use - sti,panel: phandle of the panel connected to the DVO output sti-hqvdp: |