Message ID | 1438723848-14812-1-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Commit | e5923ad92d0177202b85fc4c2f1ae1a3a01f5a76 |
Headers | show |
On Tue, Aug 4, 2015 at 11:30 PM, Simon Horman <horms+renesas@verge.net.au> wrote: > Add Silk Device tree bindings Documentation, listing it as a supported board. > > This allows to use checkpatch to validate DTSes referring to the Silk board. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Aug 05, 2015 at 06:30:48AM +0900, Simon Horman wrote: > Add Silk Device tree bindings Documentation, listing it as a supported board. > > This allows to use checkpatch to validate DTSes referring to the Silk board. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Thanks, I have queued this up for v4.4 rather than as a fix for v4.3 as it doesn't have any run or build time effect. > --- > Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt > index c4f19b2e7dd9..f3f96b5a7418 100644 > --- a/Documentation/devicetree/bindings/arm/shmobile.txt > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt > @@ -57,6 +57,8 @@ Boards: > compatible = "renesas,lager", "renesas,r8a7790" > - Marzen > compatible = "renesas,marzen", "renesas,r8a7779" > + - Silk > + compatible = "renesas,silk", "renesas,r8a7794"; > > Note: Reference Device Tree Implementations are temporary implementations > to ease the migration from platform devices to Device Tree, and are > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" 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/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index c4f19b2e7dd9..f3f96b5a7418 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -57,6 +57,8 @@ Boards: compatible = "renesas,lager", "renesas,r8a7790" - Marzen compatible = "renesas,marzen", "renesas,r8a7779" + - Silk + compatible = "renesas,silk", "renesas,r8a7794"; Note: Reference Device Tree Implementations are temporary implementations to ease the migration from platform devices to Device Tree, and are
Add Silk Device tree bindings Documentation, listing it as a supported board. This allows to use checkpatch to validate DTSes referring to the Silk board. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file changed, 2 insertions(+)