aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7778-bockw.dts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10ARM: shmobile: Use #include in device tree sourcesLaurent Pinchart1-1/+1
In order to allow usage of the preprocessor in the SoC device tree sources, switch from /include/ to #include. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-08-05ARM: shmobile: Mount root file systems in r/w mode for all DT platformsLaurent Pinchart1-1/+1
The shmobile DT files available in the kernel are reference implementations intended to be used as sample code, as well as for development. As such, it makes sense to mount the root file system in read/write mode by default. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-04-05ARM: shmobile: bockw: enable network settings on bootargsKuninori Morimoto1-1/+1
"ip" and "root" settings are useful for development Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-04-03ARM: shmobile: add R-Car M1A Bock-W platform supportKuninori Morimoto1-0/+32
Add basic Bock-W board support More devices will be added on top of this patch after PICNTRL and clock framework are in better shape. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>