Message ID | 0743fef6fe390bc4ae7cabd15c4836bbed98f7cf.1473087913.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello, On Mon, 5 Sep 2016 18:05:13 +0300, Baruch Siach wrote: > Make the example compatible string match its definition. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Thanks! Thomas
Hi Thomas, On Mon, Sep 05, 2016 at 05:09:00PM +0200, Thomas Petazzoni wrote: > On Mon, 5 Sep 2016 18:05:13 +0300, Baruch Siach wrote: > > Make the example compatible string match its definition. > > > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > > Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Thanks, Thomas. mvebu maintainers: Unfortunately I forgot to Cc irqchip maintainers on this patch (except Jason, who is in both), sorry about that. Should I resend? Would any of you pick it up? Thanks, baruch
Hi Baruch, On Tue, Sep 06, 2016 at 10:48:31AM +0300, Baruch Siach wrote: > On Mon, Sep 05, 2016 at 05:09:00PM +0200, Thomas Petazzoni wrote: > > On Mon, 5 Sep 2016 18:05:13 +0300, Baruch Siach wrote: > > > Make the example compatible string match its definition. > > > > > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > > > > Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > > Thanks, Thomas. > > mvebu maintainers: Unfortunately I forgot to Cc irqchip maintainers on this > patch (except Jason, who is in both), sorry about that. Should I resend? Would > any of you pick it up? Don't sweat it, I'll pick it up with the other mvebu changes I have this cycle (for irqchip). thx, Jason.
Hi Baruch, On Mon, Sep 05, 2016 at 06:05:13PM +0300, Baruch Siach wrote: > Make the example compatible string match its definition. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > --- > .../bindings/interrupt-controller/marvell,odmi-controller.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to irqchip/mvebu64 with Thomas' Reviewed-by. thx, Jason.
diff --git a/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt b/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt index 8af0a8e613ab..3f6442c7f867 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/marvell,odmi-controller.txt @@ -31,7 +31,7 @@ Required properties: Example: odmi: odmi@300000 { - compatible = "marvell,ap806-odm-controller", + compatible = "marvell,ap806-odmi-controller", "marvell,odmi-controller"; interrupt-controller; msi-controller;
Make the example compatible string match its definition. Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- .../bindings/interrupt-controller/marvell,odmi-controller.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)