lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 21 Apr 2017 15:42:46 +0800
From:   <ying.zhang22455@....com>
To:     <linux-kernel@...r.kernel.org>
CC:     <jiafei.pan@....com>, Wang Dongsheng <dongsheng.wang@....com>,
        Zhang Ying-22455 <ying.zhang22455@....com>
Subject: [PATCH 4/5] arm64: ls1043a: dts: add rcpm and ftm0 nodes

From: Wang Dongsheng <dongsheng.wang@....com>

Add rcpm and ftm0 nodes. The Power Management related features
need these nodes.

Signed-off-by: Zhang Ying-22455 <ying.zhang22455@....com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index ec13a6e..ad0fbc4 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -220,6 +220,11 @@
 			big-endian;
 		};
 
+		rcpm: rcpm@...2000 {
+			compatible = "fsl,ls1043a-rcpm", "fsl,qoriq-rcpm-2.1";
+			reg = <0x0 0x1ee2000 0x0 0x10000>;
+		};
+
 		ifc: ifc@...0000 {
 			compatible = "fsl,ifc", "simple-bus";
 			reg = <0x0 0x1530000 0x0 0x10000>;
@@ -528,6 +533,14 @@
 			status = "disabled";
 		};
 
+		ftm0: ftm0@...0000 {
+			compatible = "fsl,ftm-alarm";
+			reg = <0x0 0x29d0000 0x0 0x10000>;
+			interrupts = <0 86 0x4>;
+			big-endian;
+			fsl,rcpm-wakeup = <&rcpm 0x00020000>;
+		};
+
 		wdog0: wdog@...0000 {
 			compatible = "fsl,ls1043a-wdt", "fsl,imx21-wdt";
 			reg = <0x0 0x2ad0000 0x0 0x10000>;
-- 
2.1.0.27.g96db324

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ