diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-02 19:21:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-02 19:21:41 -0400 |
commit | c67d9ce1668735a22762251e96b3fd31bb289867 (patch) | |
tree | 168fe6316912a5bd684267e9bcc158bb7906b134 /arch/arm/boot/dts/r8a7790-lager.dts | |
parent | 825f4e0271b0de3f7f31d963dcdaa0056fe9b73a (diff) | |
parent | 03a2ec647be0394b2b94b7a6a8af2310ad704c72 (diff) |
Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
Pull ARM SoC board support updates from Olof Johansson:
"The bulk of this branch is updates for Renesas Shmobile. They are
still doing some enablement for classic boards first, and then come up
with DT bindings when they've had a chance to learn more about the
hardware. Not necessarily a bad way to go about it, and they're
looking at moving some of the temporary board code resulting from it
to drivers/staging instead to avoid the churn here.
As a result of the shmobile clock cleanups, we end up merging quite a
bit of SH code here as well. We ended up merging it here instead of
in the cleanup branch due to the other board changes depending on it"
* tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (130 commits)
ARM: davinci: remove checks for CONFIG_USB_MUSB_PERIPHERAL
ARM: add drivers for Colibri T30 to multi_v7_defconfig
ARM: shmobile: Remove Genmai reference DTS
ARM: shmobile: Let Genmai multiplatform boot with Genmai DTB
ARM: shmobile: Sync Genmai DTS with Genmai reference DTS
ARM: shmobile: genmai-reference: Remove legacy clock support
ARM: shmobile: Remove non-multiplatform Genmai reference support
ARM: configs: enable XHCI mvebu support in multi_v7_defconfig
ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP
ARM: OMAP: AM3517EVM: remove check for CONFIG_PANEL_SHARP_LQ043T1DG01
ARM: OMAP: SX1: remove check for CONFIG_SX1_OLD_FLASH
ARM: OMAP: remove some dead code
ARM: OMAP: omap3stalker: remove two Kconfig macros
ARM: tegra: tegra_defconfig updates
ARM: shmobile: r7s72100: use workaround for non DT-clocks
ARM: shmobile: Add forward declaration of struct clk to silence warning
ARM: shmobile: r7s72100: remove SPI DT clocks from legacy clock support
ARM: shmobile: r7s72100: add spi clocks to dtsi
ARM: shmobile: r7s72100: remove I2C DT clocks from legacy clock support
ARM: shmobile: r7s72100: add i2c clocks to dtsi
...
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index d01048ab3e77..f5e548735d7a 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -17,6 +17,11 @@ | |||
17 | model = "Lager"; | 17 | model = "Lager"; |
18 | compatible = "renesas,lager", "renesas,r8a7790"; | 18 | compatible = "renesas,lager", "renesas,r8a7790"; |
19 | 19 | ||
20 | aliases { | ||
21 | serial6 = &scif0; | ||
22 | serial7 = &scif1; | ||
23 | }; | ||
24 | |||
20 | chosen { | 25 | chosen { |
21 | bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp"; | 26 | bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
22 | }; | 27 | }; |
@@ -112,7 +117,7 @@ | |||
112 | }; | 117 | }; |
113 | 118 | ||
114 | &pfc { | 119 | &pfc { |
115 | pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>; | 120 | pinctrl-0 = <&du_pins>; |
116 | pinctrl-names = "default"; | 121 | pinctrl-names = "default"; |
117 | 122 | ||
118 | du_pins: du { | 123 | du_pins: du { |
@@ -221,6 +226,20 @@ | |||
221 | }; | 226 | }; |
222 | }; | 227 | }; |
223 | 228 | ||
229 | &scif0 { | ||
230 | pinctrl-0 = <&scif0_pins>; | ||
231 | pinctrl-names = "default"; | ||
232 | |||
233 | status = "okay"; | ||
234 | }; | ||
235 | |||
236 | &scif1 { | ||
237 | pinctrl-0 = <&scif1_pins>; | ||
238 | pinctrl-names = "default"; | ||
239 | |||
240 | status = "okay"; | ||
241 | }; | ||
242 | |||
224 | &sdhi0 { | 243 | &sdhi0 { |
225 | pinctrl-0 = <&sdhi0_pins>; | 244 | pinctrl-0 = <&sdhi0_pins>; |
226 | pinctrl-names = "default"; | 245 | pinctrl-names = "default"; |