]> Git Repo - linux.git/commitdiff
ARM: ux500: Add vendor prefix to tps61052 node
authorJavier Martinez Canillas <[email protected]>
Thu, 15 Jun 2017 18:49:28 +0000 (20:49 +0200)
committerLee Jones <[email protected]>
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 <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
arch/arm/boot/dts/ste-hrefprev60.dtsi

index 5882a2606ac3b38d37bb629469955bc949bbd7ce..3f14b4df69b4e4d1ab27bd821eaeeb8d819ef40f 100644 (file)
@@ -30,7 +30,7 @@
 
                i2c@80004000 {
                        tps61052@33 {
-                               compatible = "tps61052";
+                               compatible = "ti,tps61052";
                                reg = <0x33>;
                        };
 
This page took 0.102226 seconds and 4 git commands to generate.