diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-07 16:20:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-14 16:51:56 -0500 |
commit | 1e700846d6facd4e42a56978a2f3d9379ec788d0 (patch) | |
tree | 0402b8e54829c4fcfed83981acf09c18922cbdca /Documentation | |
parent | dc2b9e9069780774c01a06e0ea8dce0c705f1812 (diff) |
misc: eeprom: sunxi: Change compatibles
The Allwinner A10 compatibles were following a slightly different compatible
patterns than the rest of the SoCs for historical reasons. Change the compatibles
to match the other pattern in the SID driver for consistency.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt b/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt index 68ba37295565..fabdf64a5737 100644 --- a/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt +++ b/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt | |||
@@ -1,12 +1,12 @@ | |||
1 | Allwinner sunxi-sid | 1 | Allwinner sunxi-sid |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: "allwinner,sun4i-sid" or "allwinner,sun7i-a20-sid". | 4 | - compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid" |
5 | - reg: Should contain registers location and length | 5 | - reg: Should contain registers location and length |
6 | 6 | ||
7 | Example for sun4i: | 7 | Example for sun4i: |
8 | sid@01c23800 { | 8 | sid@01c23800 { |
9 | compatible = "allwinner,sun4i-sid"; | 9 | compatible = "allwinner,sun4i-a10-sid"; |
10 | reg = <0x01c23800 0x10> | 10 | reg = <0x01c23800 0x10> |
11 | }; | 11 | }; |
12 | 12 | ||