linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: ls1046a: dts: add ftm0 nodes
@ 2017-04-27  7:15 ying.zhang22455
  2017-04-27  7:15 ` [PATCH 2/3] arm64: ls1012a: " ying.zhang22455
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ying.zhang22455 @ 2017-04-27  7:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: jiafei.pan, Zhang Ying-22455

From: Zhang Ying-22455 <ying.zhang22455@nxp.com>

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

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
index 4a164b8..1a8f1f4 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -537,6 +537,14 @@
 			status = "disabled";
 		};
 
+		ftm0: ftm0@29d0000 {
+			compatible = "fsl,ftm-alarm";
+			reg = <0x0 0x29d0000 0x0 0x10000>;
+			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
+			big-endian;
+			fsl,rcpm-wakeup = <&rcpm 0x00020000>;
+		};
+
 		wdog0: watchdog@2ad0000 {
 			compatible = "fsl,imx21-wdt";
 			reg = <0x0 0x2ad0000 0x0 0x10000>;
-- 
2.1.0.27.g96db324

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

* [PATCH 2/3] arm64: ls1012a: dts: add ftm0 nodes
  2017-04-27  7:15 [PATCH 1/3] arm64: ls1046a: dts: add ftm0 nodes ying.zhang22455
@ 2017-04-27  7:15 ` ying.zhang22455
  2017-04-27  7:15 ` [PATCH 3/3] arm64: ls2080a: " ying.zhang22455
  2017-04-30 12:03 ` [PATCH 1/3] arm64: ls1046a: " kbuild test robot
  2 siblings, 0 replies; 4+ messages in thread
From: ying.zhang22455 @ 2017-04-27  7:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: jiafei.pan, Zhang Ying-22455

From: Zhang Ying-22455 <ying.zhang22455@nxp.com>

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

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
index cffebb4..3b65d67 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
@@ -127,6 +127,14 @@
 			clocks = <&sysclk>;
 		};
 
+		ftm0: ftm0@29d0000 {
+			compatible = "fsl,ftm-alarm";
+			reg = <0x0 0x29d0000 0x0 0x10000>;
+			interrupts = <0 86 0x4>;
+			big-endian;
+			fsl,rcpm-wakeup = <&rcpm 0x00020000>;
+		};
+
 		i2c0: i2c@2180000 {
 			compatible = "fsl,vf610-i2c";
 			#address-cells = <1>;
-- 
2.1.0.27.g96db324

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

* [PATCH 3/3] arm64: ls2080a: dts: add ftm0 nodes
  2017-04-27  7:15 [PATCH 1/3] arm64: ls1046a: dts: add ftm0 nodes ying.zhang22455
  2017-04-27  7:15 ` [PATCH 2/3] arm64: ls1012a: " ying.zhang22455
@ 2017-04-27  7:15 ` ying.zhang22455
  2017-04-30 12:03 ` [PATCH 1/3] arm64: ls1046a: " kbuild test robot
  2 siblings, 0 replies; 4+ messages in thread
From: ying.zhang22455 @ 2017-04-27  7:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: jiafei.pan, Zhang Ying-22455

From: Zhang Ying-22455 <ying.zhang22455@nxp.com>

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

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
index e5935f2..e32e477 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
@@ -827,6 +827,12 @@
 			reg = <0x0 0x04000000 0x0 0x01000000>;
 			interrupts = <0 12 4>;
 		};
+
+		ftm0: ftm0@2800000 {
+			compatible = "fsl,ftm-alarm";
+			reg = <0x0 0x2800000 0x0 0x10000>;
+			interrupts = <0 44 4>;
+		};
 	};
 
 	ddr1: memory-controller@1080000 {
-- 
2.1.0.27.g96db324

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

* Re: [PATCH 1/3] arm64: ls1046a: dts: add ftm0 nodes
  2017-04-27  7:15 [PATCH 1/3] arm64: ls1046a: dts: add ftm0 nodes ying.zhang22455
  2017-04-27  7:15 ` [PATCH 2/3] arm64: ls1012a: " ying.zhang22455
  2017-04-27  7:15 ` [PATCH 3/3] arm64: ls2080a: " ying.zhang22455
@ 2017-04-30 12:03 ` kbuild test robot
  2 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2017-04-30 12:03 UTC (permalink / raw)
  To: ying.zhang22455; +Cc: kbuild-all, linux-kernel, jiafei.pan, Zhang Ying-22455

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

Hi Zhang,

[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.11-rc8 next-20170428]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/ying-zhang22455-nxp-com/arm64-ls1046a-dts-add-ftm0-nodes/20170428-063456
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

>> ERROR: Input tree has errors, aborting (use -f to force output)

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34531 bytes --]

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

end of thread, other threads:[~2017-04-30 12:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-27  7:15 [PATCH 1/3] arm64: ls1046a: dts: add ftm0 nodes ying.zhang22455
2017-04-27  7:15 ` [PATCH 2/3] arm64: ls1012a: " ying.zhang22455
2017-04-27  7:15 ` [PATCH 3/3] arm64: ls2080a: " ying.zhang22455
2017-04-30 12:03 ` [PATCH 1/3] arm64: ls1046a: " kbuild test robot

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).