Geert Uytterhoeven
9cc785702d
ARM: shmobile: bockw dts: Replace "nor-jedec" by "jedec,spi-nor"
...
Cfr. commit 8947e396a8 ('Documentation: dt: mtd: replace
"nor-jedec" binding with "jedec, spi-nor"')
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Acked-by: Brian Norris <computersforpeace@gmail.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-05-21 10:27:57 +09:00
Geert Uytterhoeven
61ffb5ca6c
ARM: shmobile: bockw dts: Use generic names for device nodes
...
sound-codec -> codec
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-05-11 15:01:32 +09:00
Geert Uytterhoeven
e31cc1e287
ARM: shmobile: bockw dts: Add "nor-jedec" compatible value
...
Spansion s25fl008k is compatible with "nor-jedec". Hence add the
"nor-jedec" compatible value, so the driver can bind against the generic
name, cfr. commit 8ff16cf77c ("Documentation: devicetree: m25p80:
add "nor-jedec" binding").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-05-11 15:01:31 +09:00
Ulrich Hecht
ba32449535
ARM: shmobile: bockw: add sound to DT
...
Adds sound card using the ak4643 codec.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-03-01 11:04:44 +09:00
Ulrich Hecht
95e7381b1a
ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
...
Cameras, RTC, and ak4643 sound codec.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Acked-by: Wolfram Sang <wsa@the-dreams.de >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-02-27 09:49:26 +09:00
Ulrich Hecht
a5dc23f689
ARM: shmobile: bockw dts: set extal clock frequency
...
Sets the extal clock to the frequency of the oscillator installed by
default (33 MHz).
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-02-27 09:49:24 +09:00
Ulrich Hecht
7d316faa19
ARM: shmobile: bockw dts: Move Ethernet node to BSC
...
Move the Ethernet node to the new BSC node, as its connected to the
Bus State Controller.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
[horms: dropped compat string changes as they seem out of scope]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-02-27 09:48:50 +09:00
Ulrich Hecht
1898fe1952
ARM: shmobile: bockw: add USB, VIN pin descriptions to DT
...
Adds pin control info for USB host and video-in devices.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-02-24 06:40:48 +09:00
Ulrich Hecht
8c4892a633
ARM: shmobile: r8a7778: synchronize dts with reference platform
...
This moves everything to the legacy dts that is missing there to make it
suitable for use with multiplatform.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-02-24 06:40:44 +09:00
Laurent Pinchart
31c46cbf5b
ARM: shmobile: Use #include in device tree sources
...
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-12-10 17:27:06 +09:00
Laurent Pinchart
d2f463a66a
ARM: shmobile: Mount root file systems in r/w mode for all DT platforms
...
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-08-05 16:45:33 +09:00
Kuninori Morimoto
446ee9b2d8
ARM: shmobile: bockw: enable network settings on bootargs
...
"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-05 11:32:53 +09:00
Kuninori Morimoto
53e42c2974
ARM: shmobile: add R-Car M1A Bock-W platform support
...
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 >
2013-04-03 10:50:42 +09:00