Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example

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>

authored by

Javier Martinez Canillas and committed by
Lee Jones
7da48df7 46c20bdf

+2 -2
+2 -2
Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt
··· 20 20 #address-cells = <1>; 21 21 #size-cells = <0>; 22 22 23 - retu-mfd: retu@1 { 24 - compatible = "retu-mfd"; 23 + retu: retu@1 { 24 + compatible = "nokia,retu"; 25 25 reg = <0x1>; 26 26 }; 27 27 };