diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-14 14:16:08 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-14 14:16:08 -0500 |
commit | bf7471038840547c9328291b4d9d91c55581dcb8 (patch) | |
tree | 356a2ae8279fc3cdc7830f76e75a9d6305690677 /Documentation | |
parent | 8c442794b2e7e3e2c7c15cc7d3a1b550ce99ac88 (diff) |
Revert "misc: eeprom: sunxi: Add new compatibles"
This reverts commit f0de8e04a7201a2000f3c6d09732c11e7f35d42d, it is
incorrect, a future patch will fix this up properly.
Cc: 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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt b/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt index c10a61ad5f95..68ba37295565 100644 --- a/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt +++ b/Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt | |||
@@ -1,13 +1,12 @@ | |||
1 | Allwinner sunxi-sid | 1 | Allwinner sunxi-sid |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid" | 4 | - compatible: "allwinner,sun4i-sid" or "allwinner,sun7i-a20-sid". |
5 | (Deprecated: "allwinner,sun4i-sid"). | ||
6 | - reg: Should contain registers location and length | 5 | - reg: Should contain registers location and length |
7 | 6 | ||
8 | Example for sun4i: | 7 | Example for sun4i: |
9 | sid@01c23800 { | 8 | sid@01c23800 { |
10 | compatible = "allwinner,sun4i-a10-sid"; | 9 | compatible = "allwinner,sun4i-sid"; |
11 | reg = <0x01c23800 0x10> | 10 | reg = <0x01c23800 0x10> |
12 | }; | 11 | }; |
13 | 12 | ||