diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-09-14 05:49:16 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-09-15 15:37:16 -0400 |
commit | d1050caea4f0a7abd72e5feb01ee175828a69fd4 (patch) | |
tree | afc3ec2b22d4024935d4ba7d6fd07a4719a9a1d0 /Documentation | |
parent | 0b1c7716fd871eaa6cb4a9a1df5396302411255a (diff) |
i2c: meson: add gxbb compatible string
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-meson.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-meson.txt b/Documentation/devicetree/bindings/i2c/i2c-meson.txt index 682f9a6f766e..386357d1aab0 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-meson.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-meson.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | Amlogic Meson I2C controller | 1 | Amlogic Meson I2C controller |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: must be "amlogic,meson6-i2c" | 4 | - compatible: must be "amlogic,meson6-i2c" or "amlogic,meson-gxbb-i2c" |
5 | - reg: physical address and length of the device registers | 5 | - reg: physical address and length of the device registers |
6 | - interrupts: a single interrupt specifier | 6 | - interrupts: a single interrupt specifier |
7 | - clocks: clock for the device | 7 | - clocks: clock for the device |