i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example
authorJavier Martinez Canillas <javier@dowhile0.org>
Thu, 15 Jun 2017 18:49:25 +0000 (20:49 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 18 Jul 2017 07:27:26 +0000 (08:27 +0100)
The example contains a device node for a retu device, but
its compatible string doesn't have a vendor prefix.

While being there, drop the -mfd suffix since isn't correct.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt

index 8ce9cd2855b5cf11dfcd61a227b68568e5e33d49..c143948b2a37fc31b9aa7cc200bb82ff0a839787 100644 (file)
@@ -20,8 +20,8 @@ i2c@0 {
        #address-cells = <1>;
        #size-cells = <0>;
 
-       retu-mfd: retu@1 {
-               compatible = "retu-mfd";
+       retu: retu@1 {
+               compatible = "nokia,retu";
                reg = <0x1>;
        };
 };