summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2017-03-16 13:15:38 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:25:57 +0800
commite79820b5aacd6f6ea59bf83e0586afa7f36e8349 (patch)
tree5b3348e832e73bcadc2255397db52cf2714fd2fa
parentb73e92fa2513aa4addc29f9b204509b510bff1de (diff)
MLK-14472-2 dts: imx7s: add flexcan stop mode wakeup support
Add stop-mode property which is required by stop mode wakeup feature. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
-rw-r--r--arch/arm/boot/dts/imx7s.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index eea29f821d0c..4cccaaabda37 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -838,6 +838,7 @@
clocks = <&clks IMX7D_CLK_DUMMY>,
<&clks IMX7D_CAN1_ROOT_CLK>;
clock-names = "ipg", "per";
+ stop-mode = <&gpr 0x10 1 0x10 17>;
status = "disabled";
};
@@ -848,6 +849,7 @@
clocks = <&clks IMX7D_CLK_DUMMY>,
<&clks IMX7D_CAN2_ROOT_CLK>;
clock-names = "ipg", "per";
+ stop-mode = <&gpr 0x10 2 0x10 18>;
status = "disabled";
};