| From 213e3c1615cbdff1c22c1efdb00f5f8e45a2791e Mon Sep 17 00:00:00 2001 |
| From: Maxime Ripard <maxime.ripard@free-electrons.com> |
| Date: Wed, 24 Jul 2013 09:14:35 +0200 |
| Subject: i2c: mv64xxx: Document the newly introduced allwinner compatible |
| |
| Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> |
| Signed-off-by: Wolfram Sang <wsa@the-dreams.de> |
| (cherry picked from commit f480adaf1b7130ad43760f627b762f771fcfc5f5) |
| Signed-off-by: Darren Hart <dvhart@linux.intel.com> |
| --- |
| Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt b/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt |
| index a1ee681942cc..6113f9275f42 100644 |
| --- a/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt |
| +++ b/Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt |
| @@ -4,7 +4,7 @@ |
| Required properties : |
| |
| - reg : Offset and length of the register set for the device |
| - - compatible : Should be "marvell,mv64xxx-i2c" |
| + - compatible : Should be "marvell,mv64xxx-i2c" or "allwinner,sun4i-i2c" |
| - interrupts : The interrupt number |
| |
| Optional properties : |
| -- |
| 1.8.5.rc3 |
| |