linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] ARM: dts: imx: Add flexcan stop mode wakeup
@ 2018-10-26  9:46 Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support Joakim Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joakim Zhang @ 2018-10-26  9:46 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, Joakim Zhang

This patchset intends to add flexcan stop mode wakeup support on IMX6/7
platforms.

ChangeLog:
V1->V2:
	*update stop mode property(stop-mode -> fsl,stop-mode).

Dong Aisheng (4):
  ARM: dts: imx6sx: Add flexcan stop mode wakeup support
  ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
  ARM: dts: imx6ul: Add flexcan stop mode wakeup support
  ARM: dts: imx7s: Add flexcan stop mode wakeup support

 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 arch/arm/boot/dts/imx6sx.dtsi  | 2 ++
 arch/arm/boot/dts/imx6ul.dtsi  | 2 ++
 arch/arm/boot/dts/imx7s.dtsi   | 2 ++
 4 files changed, 8 insertions(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support
  2018-10-26  9:46 [PATCH V2 0/4] ARM: dts: imx: Add flexcan stop mode wakeup Joakim Zhang
@ 2018-10-26  9:47 ` Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 2/4] ARM: dts: imx6qdl: " Joakim Zhang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Joakim Zhang @ 2018-10-26  9:47 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, A.s. Dong, Joakim Zhang

From: Dong Aisheng <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6sx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 95a3c1cb877d..75e2ad880b78 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -448,6 +448,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN1_IPG>,
 					 <&clks IMX6SX_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -458,6 +459,7 @@
 				clocks = <&clks IMX6SX_CLK_CAN2_IPG>,
 					 <&clks IMX6SX_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH V2 2/4] ARM: dts: imx6qdl: Add flexcan stop mode wakeup support
  2018-10-26  9:46 [PATCH V2 0/4] ARM: dts: imx: Add flexcan stop mode wakeup Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support Joakim Zhang
@ 2018-10-26  9:47 ` Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 3/4] ARM: dts: imx6ul: " Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 4/4] ARM: dts: imx7s: " Joakim Zhang
  3 siblings, 0 replies; 5+ messages in thread
From: Joakim Zhang @ 2018-10-26  9:47 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, A.s. Dong, Joakim Zhang

From: Dong Aisheng <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index e4daf150881a..6ffaed0f0bdf 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -548,6 +548,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
 					 <&clks IMX6QDL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 28 0x10 17>;
 				status = "disabled";
 			};
 
@@ -558,6 +559,7 @@
 				clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
 					 <&clks IMX6QDL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x34 29 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH V2 3/4] ARM: dts: imx6ul: Add flexcan stop mode wakeup support
  2018-10-26  9:46 [PATCH V2 0/4] ARM: dts: imx: Add flexcan stop mode wakeup Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 2/4] ARM: dts: imx6qdl: " Joakim Zhang
@ 2018-10-26  9:47 ` Joakim Zhang
  2018-10-26  9:47 ` [PATCH V2 4/4] ARM: dts: imx7s: " Joakim Zhang
  3 siblings, 0 replies; 5+ messages in thread
From: Joakim Zhang @ 2018-10-26  9:47 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, A.s. Dong, Joakim Zhang

From: Dong Aisheng <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx6ul.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 083d3446c41d..26e2e5da8170 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -408,6 +408,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN1_IPG>,
 					 <&clks IMX6UL_CLK_CAN1_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -418,6 +419,7 @@
 				clocks = <&clks IMX6UL_CLK_CAN2_IPG>,
 					 <&clks IMX6UL_CLK_CAN2_SERIAL>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH V2 4/4] ARM: dts: imx7s: Add flexcan stop mode wakeup support
  2018-10-26  9:46 [PATCH V2 0/4] ARM: dts: imx: Add flexcan stop mode wakeup Joakim Zhang
                   ` (2 preceding siblings ...)
  2018-10-26  9:47 ` [PATCH V2 3/4] ARM: dts: imx6ul: " Joakim Zhang
@ 2018-10-26  9:47 ` Joakim Zhang
  3 siblings, 0 replies; 5+ messages in thread
From: Joakim Zhang @ 2018-10-26  9:47 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, Fabio Estevam, dl-linux-imx, linux-arm-kernel,
	devicetree, linux-kernel, A.s. Dong, Joakim Zhang

From: Dong Aisheng <aisheng.dong@nxp.com>

Add stop-mode property which is required by stop mode wakeup
feature.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index aa8df7d93b2e..25571f31016c 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -875,6 +875,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN1_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 1 0x10 17>;
 				status = "disabled";
 			};
 
@@ -885,6 +886,7 @@
 				clocks = <&clks IMX7D_CLK_DUMMY>,
 					<&clks IMX7D_CAN2_ROOT_CLK>;
 				clock-names = "ipg", "per";
+				fsl,stop-mode = <&gpr 0x10 2 0x10 18>;
 				status = "disabled";
 			};
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-26  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26  9:46 [PATCH V2 0/4] ARM: dts: imx: Add flexcan stop mode wakeup Joakim Zhang
2018-10-26  9:47 ` [PATCH V2 1/4] ARM: dts: imx6sx: Add flexcan stop mode wakeup support Joakim Zhang
2018-10-26  9:47 ` [PATCH V2 2/4] ARM: dts: imx6qdl: " Joakim Zhang
2018-10-26  9:47 ` [PATCH V2 3/4] ARM: dts: imx6ul: " Joakim Zhang
2018-10-26  9:47 ` [PATCH V2 4/4] ARM: dts: imx7s: " Joakim Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).