Message ID | 1448578854-6256-1-git-send-email-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 994a5814eb7e6cac316546989b9f69d10626dfd2 |
Headers | show |
On Fri, Nov 27, 2015 at 12:00:54AM +0100, Linus Walleij wrote: > This adds the compatible strings for Cloudengine PogoPlug E02 and > series 4. The former already has a devicetree in the kernel. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Rob Herring <robh@kernel.org> > --- > Documentation/devicetree/bindings/arm/marvell,kirkwood.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt b/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt > index 5171ad8f48ff..ab0c9cdf388e 100644 > --- a/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt > +++ b/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt > @@ -24,6 +24,8 @@ board. Currently known boards are: > "buffalo,lswxl" > "buffalo,lsxhl" > "buffalo,lsxl" > +"cloudengines,pogo02" > +"cloudengines,pogoplugv4" > "dlink,dns-320" > "dlink,dns-320-a1" > "dlink,dns-325" > -- > 2.4.3 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Nov 27, 2015 at 12:00 AM, Linus Walleij <linus.walleij@linaro.org> wrote: > This adds the compatible strings for Cloudengine PogoPlug E02 and > series 4. The former already has a devicetree in the kernel. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Kirkwood maintainers: are you queueing this patch with Rob's ACK? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Dec 9, 2015 at 4:27 PM, Gregory CLEMENT <gregory.clement@free-electrons.com> wrote: > Hi Linus, > > On mer., déc. 09 2015, Linus Walleij <linus.walleij@linaro.org> wrote: > >> On Fri, Nov 27, 2015 at 12:00 AM, Linus Walleij >> <linus.walleij@linaro.org> wrote: >> >>> This adds the compatible strings for Cloudengine PogoPlug E02 and >>> series 4. The former already has a devicetree in the kernel. >>> >>> Cc: devicetree@vger.kernel.org >>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> >> >> Kirkwood maintainers: are you queueing this patch with Rob's >> ACK? > > Actually I was waiting for a new version of the series with Adrew's > comment addressed in the 2nd patch before applying the whole series. OK I sent a new one of that earlier today, but I did not resend this one. I think it stand on its own though? The compatible string for the machine was never target of review comments. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt b/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt index 5171ad8f48ff..ab0c9cdf388e 100644 --- a/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt +++ b/Documentation/devicetree/bindings/arm/marvell,kirkwood.txt @@ -24,6 +24,8 @@ board. Currently known boards are: "buffalo,lswxl" "buffalo,lsxhl" "buffalo,lsxl" +"cloudengines,pogo02" +"cloudengines,pogoplugv4" "dlink,dns-320" "dlink,dns-320-a1" "dlink,dns-325"
This adds the compatible strings for Cloudengine PogoPlug E02 and series 4. The former already has a devicetree in the kernel. Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Documentation/devicetree/bindings/arm/marvell,kirkwood.txt | 2 ++ 1 file changed, 2 insertions(+) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html