aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl.dtsi
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2013-11-06 06:14:08 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:47:06 -0400
commit602b1d0c6157e3c822b95288eec6f514f377df11 (patch)
treeff1d5b9203f7d219d89664c3875cf2daffa67cd1 /arch/arm/boot/dts/imx6qdl.dtsi
parent1252db8f4bab1122a8daf28af6208549f650dae0 (diff)
ENGR00286724-9 dts: imx6qdl: add properties for flexcan to support wakeup
According to binding doc, add missed properties for remote wakeup support. Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index d9e4288d308c..2d33c5863bf8 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -15,6 +15,8 @@
15 15
16/ { 16/ {
17 aliases { 17 aliases {
18 flexcan0 = &flexcan1;
19 flexcan1 = &flexcan2;
18 gpio0 = &gpio1; 20 gpio0 = &gpio1;
19 gpio1 = &gpio2; 21 gpio1 = &gpio2;
20 gpio2 = &gpio3; 22 gpio2 = &gpio3;
@@ -362,6 +364,7 @@
362 interrupts = <0 110 0x04>; 364 interrupts = <0 110 0x04>;
363 clocks = <&clks 108>, <&clks 109>; 365 clocks = <&clks 108>, <&clks 109>;
364 clock-names = "ipg", "per"; 366 clock-names = "ipg", "per";
367 gpr = <&gpr>;
365 status = "disabled"; 368 status = "disabled";
366 }; 369 };
367 370
@@ -371,6 +374,7 @@
371 interrupts = <0 111 0x04>; 374 interrupts = <0 111 0x04>;
372 clocks = <&clks 110>, <&clks 111>; 375 clocks = <&clks 110>, <&clks 111>;
373 clock-names = "ipg", "per"; 376 clock-names = "ipg", "per";
377 gpr = <&gpr>;
374 status = "disabled"; 378 status = "disabled";
375 }; 379 };
376 380