diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-07-03 11:53:37 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-07-05 20:59:10 +0200 |
commit | 166f28c3eed269190d310ec611476b78101c309b (patch) | |
tree | fbd2ed8c9fae4f1e0513bc6721c5bb441d1be007 /Documentation | |
parent | i2c: i801: Documentation update (diff) | |
download | linux-166f28c3eed269190d310ec611476b78101c309b.tar.xz linux-166f28c3eed269190d310ec611476b78101c309b.zip |
dt-bindings: i2c: mv64xxx: Fix the example compatible
One example has a compatible that isn't a valid combination according to
the binding, and now that the examples are validated as well, this
generates a warning.
Let's fix this.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml index 9a5654ef5670..001f2b7abad0 100644 --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml @@ -105,7 +105,7 @@ examples: - | i2c@11000 { - compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c"; + compatible = "marvell,mv78230-i2c"; reg = <0x11000 0x100>; interrupts = <29>; clock-frequency = <100000>; |