projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d61792
)
MLK-14472-2 dts: imx7s: add flexcan stop mode wakeup support
author
Dong Aisheng
<aisheng.dong@nxp.com>
Thu, 16 Mar 2017 05:15:38 +0000
(13:15 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:31 +0000
(15:21 -0500)
Add stop-mode property which is required by stop mode wakeup feature.
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm/boot/dts/imx7s.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7s.dtsi
b/arch/arm/boot/dts/imx7s.dtsi
index
6e598c5
..
d94bf56
100644
(file)
--- a/
arch/arm/boot/dts/imx7s.dtsi
+++ b/
arch/arm/boot/dts/imx7s.dtsi
@@
-819,6
+819,7
@@
clocks = <&clks IMX7D_CLK_DUMMY>,
<&clks IMX7D_CAN1_ROOT_CLK>;
clock-names = "ipg", "per";
+ stop-mode = <&gpr 0x10 1 0x10 17>;
status = "disabled";
};
@@
-829,6
+830,7
@@
clocks = <&clks IMX7D_CLK_DUMMY>,
<&clks IMX7D_CAN2_ROOT_CLK>;
clock-names = "ipg", "per";
+ stop-mode = <&gpr 0x10 2 0x10 18>;
status = "disabled";
};