diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-09-05 18:05:13 +0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2016-09-06 17:20:11 +0300 |
commit | 23299b8c64f8c50e83eb345b835077f3c29588b8 (patch) | |
tree | eb1b16b068aef8e60b02dbeb421ead3eeef7718b /Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt | |
parent | 04208a24b9d2f46f07f4400a4829d5372d0a3661 (diff) | |
download | linux-23299b8c64f8c50e83eb345b835077f3c29588b8.tar.xz |
dt-bindings: mvebu-odmi: Fix example typo
Make the example compatible string match its definition.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/0743fef6fe390bc4ae7cabd15c4836bbed98f7cf.1473087913.git.baruch@tkos.co.il
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt b/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt index 8af0a8e613ab..3f6442c7f867 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt @@ -31,7 +31,7 @@ Required properties: Example: odmi: odmi@300000 { - compatible = "marvell,ap806-odm-controller", + compatible = "marvell,ap806-odmi-controller", "marvell,odmi-controller"; interrupt-controller; msi-controller; |