Re: [PATCH v2 5/5] ARM: dts: imx6qdl: add missing compatible and clock properties for EPIT

2018-05-29 Thread Fabio Estevam
On Tue, May 29, 2018 at 12:04 PM, Clément Péron  wrote:
> From: Colin Didier 
>
> Add missing compatible and clock properties for EPIT node.
>
> Signed-off-by: Colin Didier 
> Signed-off-by: Clément Peron 

Reviewed-by: Fabio Estevam 


Re: [PATCH v2 5/5] ARM: dts: imx6qdl: add missing compatible and clock properties for EPIT

2018-05-29 Thread Fabio Estevam
On Tue, May 29, 2018 at 12:04 PM, Clément Péron  wrote:
> From: Colin Didier 
>
> Add missing compatible and clock properties for EPIT node.
>
> Signed-off-by: Colin Didier 
> Signed-off-by: Clément Peron 

Reviewed-by: Fabio Estevam 


[PATCH v2 5/5] ARM: dts: imx6qdl: add missing compatible and clock properties for EPIT

2018-05-29 Thread Clément Péron
From: Colin Didier 

Add missing compatible and clock properties for EPIT node.

Signed-off-by: Colin Didier 
Signed-off-by: Clément Peron 
---
 arch/arm/boot/dts/imx6qdl.dtsi | 12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index c003e62bf290..16fec147dcb8 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -844,13 +844,25 @@
};
 
epit1: epit@20d { /* EPIT1 */
+   compatible = "fsl,imx6q-epit";
reg = <0x020d 0x4000>;
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
+   clocks = < IMX6QDL_CLK_EPIT1>,
+   < IMX6QDL_CLK_IPG_PER>,
+   < IMX6QDL_CLK_CKIL>;
+   clock-names = "ipg", "per", "ckil";
+   status = "disabled";
};
 
epit2: epit@20d4000 { /* EPIT2 */
+   compatible = "fsl,imx6q-epit";
reg = <0x020d4000 0x4000>;
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
+   clocks = < IMX6QDL_CLK_EPIT2>,
+   < IMX6QDL_CLK_IPG_PER>,
+   < IMX6QDL_CLK_CKIL>;
+   clock-names = "ipg", "per", "ckil";
+   status = "disabled";
};
 
src: src@20d8000 {
-- 
2.17.0



[PATCH v2 5/5] ARM: dts: imx6qdl: add missing compatible and clock properties for EPIT

2018-05-29 Thread Clément Péron
From: Colin Didier 

Add missing compatible and clock properties for EPIT node.

Signed-off-by: Colin Didier 
Signed-off-by: Clément Peron 
---
 arch/arm/boot/dts/imx6qdl.dtsi | 12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index c003e62bf290..16fec147dcb8 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -844,13 +844,25 @@
};
 
epit1: epit@20d { /* EPIT1 */
+   compatible = "fsl,imx6q-epit";
reg = <0x020d 0x4000>;
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
+   clocks = < IMX6QDL_CLK_EPIT1>,
+   < IMX6QDL_CLK_IPG_PER>,
+   < IMX6QDL_CLK_CKIL>;
+   clock-names = "ipg", "per", "ckil";
+   status = "disabled";
};
 
epit2: epit@20d4000 { /* EPIT2 */
+   compatible = "fsl,imx6q-epit";
reg = <0x020d4000 0x4000>;
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
+   clocks = < IMX6QDL_CLK_EPIT2>,
+   < IMX6QDL_CLK_IPG_PER>,
+   < IMX6QDL_CLK_CKIL>;
+   clock-names = "ipg", "per", "ckil";
+   status = "disabled";
};
 
src: src@20d8000 {
-- 
2.17.0