dt-bindings: i2c: mv64xxx: Fix the example compatible
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 3 Jul 2019 09:53:37 +0000 (11:53 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 5 Jul 2019 18:59:10 +0000 (20:59 +0200)
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>
Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml

index 9a5654ef56703eb7843821ce01865e67bfd8f23a..001f2b7abad0bc26d96e40329ed6701c82940886 100644 (file)
@@ -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>;