ARM: ux500: Add vendor prefix to tps61052 node
authorJavier Martinez Canillas <javier@dowhile0.org>
Thu, 15 Jun 2017 18:49:28 +0000 (20:49 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 18 Jul 2017 07:27:46 +0000 (08:27 +0100)
The tps61052 device node doesn't have a vendor prefix
in its compatible string, fix it by adding one.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/ste-hrefprev60.dtsi

index 5882a26..3f14b4d 100644 (file)
@@ -30,7 +30,7 @@
 
                i2c@80004000 {
                        tps61052@33 {
-                               compatible = "tps61052";
+                               compatible = "ti,tps61052";
                                reg = <0x33>;
                        };