From: Dong Aisheng Date: Wed, 6 Nov 2013 11:14:08 +0000 (+0800) Subject: ENGR00286724-9 dts: imx6qdl: add properties for flexcan to support wakeup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bb05e80c6aefe5040fa70c2c309eccf46e2edbef;p=karo-tx-linux.git 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 (cherry picked from commit 359b5a26f40200e8a9ed642d22e97d301f1c9d5c) --- diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 03db33408005..a0d8bf59d878 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -17,6 +17,8 @@ / { aliases { + flexcan0 = &flexcan1; + flexcan1 = &flexcan2; gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3; @@ -415,6 +417,7 @@ clocks = <&clks IMX6QDL_CLK_CAN1_IPG>, <&clks IMX6QDL_CLK_CAN1_SERIAL>; clock-names = "ipg", "per"; + gpr = <&gpr>; status = "disabled"; }; @@ -425,6 +428,7 @@ clocks = <&clks IMX6QDL_CLK_CAN2_IPG>, <&clks IMX6QDL_CLK_CAN2_SERIAL>; clock-names = "ipg", "per"; + gpr = <&gpr>; status = "disabled"; };