diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-12-03 14:47:10 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-12-21 00:47:48 +0300 |
commit | 485773d3c5c7fa1462c0a6b36187922c2dcba914 (patch) | |
tree | cbbf0a985b0d8f87841ecccf09c58bb8d121dc1e /Documentation/devicetree/bindings/interrupt-controller | |
parent | b5c8f358ce7c0cd1bd821962ccb2c7fd050e9339 (diff) | |
download | linux-485773d3c5c7fa1462c0a6b36187922c2dcba914.tar.xz |
dt-bindings: mrvl,intc: fix a trivial typo
s/whold/whole/.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt b/Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt index 8b53273cb22f..608fee15a4cf 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt @@ -5,7 +5,7 @@ Required properties: "mrvl,mmp2-mux-intc" - reg : Address and length of the register set of the interrupt controller. If the interrupt controller is intc, address and length means the range - of the whold interrupt controller. If the interrupt controller is mux-intc, + of the whole interrupt controller. If the interrupt controller is mux-intc, address and length means one register. Since address of mux-intc is in the range of intc. mux-intc is secondary interrupt controller. - reg-names : Name of the register set of the interrupt controller. It's |