diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2015-01-05 17:26:45 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 16:30:56 -0500 |
commit | 457acc4a6ce8fe821aed4f254e72a76c88673712 (patch) | |
tree | 346dc5285d91fea00daa12c3821da25df74105ab | |
parent | 3cf0188461def8f732fefce3975cab0189220574 (diff) |
ARM: shmobile: henninger: add CAN0 DT support
Define the Henninger board dependent part of the CAN0 device node.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7791-henninger.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-henninger.dts index d2ebf11f9881..e33e4047b0b0 100644 --- a/arch/arm/boot/dts/r8a7791-henninger.dts +++ b/arch/arm/boot/dts/r8a7791-henninger.dts | |||
@@ -141,6 +141,11 @@ | |||
141 | renesas,groups = "vin0_data8", "vin0_clk"; | 141 | renesas,groups = "vin0_data8", "vin0_clk"; |
142 | renesas,function = "vin0"; | 142 | renesas,function = "vin0"; |
143 | }; | 143 | }; |
144 | |||
145 | can0_pins: can0 { | ||
146 | renesas,groups = "can0_data"; | ||
147 | renesas,function = "can0"; | ||
148 | }; | ||
144 | }; | 149 | }; |
145 | 150 | ||
146 | &scif0 { | 151 | &scif0 { |
@@ -307,3 +312,9 @@ | |||
307 | }; | 312 | }; |
308 | }; | 313 | }; |
309 | }; | 314 | }; |
315 | |||
316 | &can0 { | ||
317 | pinctrl-0 = <&can0_pins>; | ||
318 | pinctrl-names = "default"; | ||
319 | status = "okay"; | ||
320 | }; | ||