[Adding Linus Walleij to cc list] On Thu, May 4, 2017 at 7:21 AM, Javier Martinez Canillas <javier@xxxxxxxxxxxx> wrote: > 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@xxxxxxxxxxxx> > Acked-by: Rob Herring <robh@xxxxxxxxxx> > Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> > > --- > > Changes in v6: None > Changes in v5: > - Add Rob Herring's Acked-by tag. > - Add Acked-by: Tony Lindgren <tony@xxxxxxxxxxx>'s Acked-by tag. > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/arm/boot/dts/ste-hrefprev60.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/ste-hrefprev60.dtsi b/arch/arm/boot/dts/ste-hrefprev60.dtsi > index 5882a2606ac3..3f14b4df69b4 100644 > --- a/arch/arm/boot/dts/ste-hrefprev60.dtsi > +++ b/arch/arm/boot/dts/ste-hrefprev60.dtsi > @@ -30,7 +30,7 @@ > > i2c@80004000 { > tps61052@33 { > - compatible = "tps61052"; > + compatible = "ti,tps61052"; > reg = <0x33>; > }; > > -- > 2.9.3 > Hello Linus, I missed copying you this patch when posting the series (sorry about that). Could you please give your Ack if you agree with the change in this patch so Lee can pick the series? Alternatively, you can pick $SUBJECT since the change is independently of the driver changes. The complete series for your information is: http://www.spinics.net/lists/devicetree/msg175446.html Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html