All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-01-28 19:43 ` Carlo Caione
  0 siblings, 0 replies; 10+ messages in thread
From: Carlo Caione @ 2019-01-28 19:43 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	linux-imx, l.stach, abel.vesa, devicetree, linux-arm-kernel
  Cc: Carlo Caione

Add the node for the OTP controller. The IP is the same as on the imx7d.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 892063a7c26c..9a5205f08f3a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -234,6 +234,14 @@
 				reg = <0x30340000 0x10000>;
 			};
 
+			ocotp: ocotp-ctrl@30350000 {
+				compatible = "fsl,imx7d-ocotp", "syscon";
+				reg = <0x30350000 0x10000>;
+				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
+				#address-cells = <1>;
+				#size-cells = <1>;
+			};
+
 			anatop: syscon@30360000 {
 				compatible = "fsl,imx8mq-anatop", "syscon";
 				reg = <0x30360000 0x10000>;
-- 
2.19.1

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

* [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-01-28 19:43 ` Carlo Caione
  0 siblings, 0 replies; 10+ messages in thread
From: Carlo Caione @ 2019-01-28 19:43 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	linux-imx, l.stach, abel.vesa, devicetree, linux-arm-kernel
  Cc: Carlo Caione

Add the node for the OTP controller. The IP is the same as on the imx7d.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 892063a7c26c..9a5205f08f3a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -234,6 +234,14 @@
 				reg = <0x30340000 0x10000>;
 			};
 
+			ocotp: ocotp-ctrl@30350000 {
+				compatible = "fsl,imx7d-ocotp", "syscon";
+				reg = <0x30350000 0x10000>;
+				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
+				#address-cells = <1>;
+				#size-cells = <1>;
+			};
+
 			anatop: syscon@30360000 {
 				compatible = "fsl,imx8mq-anatop", "syscon";
 				reg = <0x30360000 0x10000>;
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
  2019-01-28 19:43 ` Carlo Caione
@ 2019-02-01 15:54   ` Lucas Stach
  -1 siblings, 0 replies; 10+ messages in thread
From: Lucas Stach @ 2019-02-01 15:54 UTC (permalink / raw)
  To: Carlo Caione, robh+dt, mark.rutland, shawnguo, s.hauer, kernel,
	festevam, linux-imx, abel.vesa, devicetree, linux-arm-kernel

Am Montag, den 28.01.2019, 19:43 +0000 schrieb Carlo Caione:
> Add the node for the OTP controller. The IP is the same as on the imx7d.
> 
> > Signed-off-by: Carlo Caione <ccaione@baylibre.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 892063a7c26c..9a5205f08f3a 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -234,6 +234,14 @@
> >  				reg = <0x30340000 0x10000>;
> >  			};
>  
> > > +			ocotp: ocotp-ctrl@30350000 {
> +				compatible = "fsl,imx7d-ocotp", "syscon";

Please add a imx8mq compatible here.

Regards,
Lucas

> +				reg = <0x30350000 0x10000>;
> > +				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
> > +				#address-cells = <1>;
> > +				#size-cells = <1>;
> > +			};
> +
> > >  			anatop: syscon@30360000 {
> >  				compatible = "fsl,imx8mq-anatop", "syscon";
> >  				reg = <0x30360000 0x10000>;

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-02-01 15:54   ` Lucas Stach
  0 siblings, 0 replies; 10+ messages in thread
From: Lucas Stach @ 2019-02-01 15:54 UTC (permalink / raw)
  To: Carlo Caione, robh+dt, mark.rutland, shawnguo, s.hauer, kernel,
	festevam, linux-imx, abel.vesa, devicetree, linux-arm-kernel

Am Montag, den 28.01.2019, 19:43 +0000 schrieb Carlo Caione:
> Add the node for the OTP controller. The IP is the same as on the imx7d.
> 
> > Signed-off-by: Carlo Caione <ccaione@baylibre.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 892063a7c26c..9a5205f08f3a 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -234,6 +234,14 @@
> >  				reg = <0x30340000 0x10000>;
> >  			};
>  
> > > +			ocotp: ocotp-ctrl@30350000 {
> +				compatible = "fsl,imx7d-ocotp", "syscon";

Please add a imx8mq compatible here.

Regards,
Lucas

> +				reg = <0x30350000 0x10000>;
> > +				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
> > +				#address-cells = <1>;
> > +				#size-cells = <1>;
> > +			};
> +
> > >  			anatop: syscon@30360000 {
> >  				compatible = "fsl,imx8mq-anatop", "syscon";
> >  				reg = <0x30360000 0x10000>;

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
  2019-02-26  9:04 ` Carlo Caione
@ 2019-03-04  1:24   ` Shawn Guo
  -1 siblings, 0 replies; 10+ messages in thread
From: Shawn Guo @ 2019-03-04  1:24 UTC (permalink / raw)
  To: Carlo Caione
  Cc: mark.rutland, devicetree, abel.vesa, s.hauer, robh+dt, linux-imx,
	kernel, festevam, linux-arm-kernel, l.stach

On Tue, Feb 26, 2019 at 09:04:48AM +0000, Carlo Caione wrote:
> Add the node for the OTP controller.
> 
> Signed-off-by: Carlo Caione <ccaione@baylibre.com>

Applied, thanks.

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

* Re: [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-03-04  1:24   ` Shawn Guo
  0 siblings, 0 replies; 10+ messages in thread
From: Shawn Guo @ 2019-03-04  1:24 UTC (permalink / raw)
  To: Carlo Caione
  Cc: mark.rutland, devicetree, abel.vesa, s.hauer, robh+dt, linux-imx,
	kernel, festevam, linux-arm-kernel, l.stach

On Tue, Feb 26, 2019 at 09:04:48AM +0000, Carlo Caione wrote:
> Add the node for the OTP controller.
> 
> Signed-off-by: Carlo Caione <ccaione@baylibre.com>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
  2019-02-26  9:04 ` Carlo Caione
@ 2019-02-28 11:00   ` Abel Vesa
  -1 siblings, 0 replies; 10+ messages in thread
From: Abel Vesa @ 2019-02-28 11:00 UTC (permalink / raw)
  To: Carlo Caione
  Cc: mark.rutland, devicetree, shawnguo, s.hauer, robh+dt,
	dl-linux-imx, kernel, festevam, linux-arm-kernel, l.stach

On 19-02-26 09:04:48, Carlo Caione wrote:
> Add the node for the OTP controller.
> 
> Signed-off-by: Carlo Caione <ccaione@baylibre.com>

Reviewed-by: Abel Vesa <abel.vesa@nxp.com>

> ---
>  arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 9155bd4784eb..6a1cc183a301 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -244,6 +244,14 @@
>  				reg = <0x30340000 0x10000>;
>  			};
>  
> +			ocotp: ocotp-ctrl@30350000 {
> +				compatible = "fsl,imx8mq-ocotp", "syscon";
> +				reg = <0x30350000 0x10000>;
> +				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
> +				#address-cells = <1>;
> +				#size-cells = <1>;
> +			};
> +
>  			anatop: syscon@30360000 {
>  				compatible = "fsl,imx8mq-anatop", "syscon";
>  				reg = <0x30360000 0x10000>;
> -- 
> 2.19.1
> 

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

* Re: [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-02-28 11:00   ` Abel Vesa
  0 siblings, 0 replies; 10+ messages in thread
From: Abel Vesa @ 2019-02-28 11:00 UTC (permalink / raw)
  To: Carlo Caione
  Cc: mark.rutland, devicetree, shawnguo, s.hauer, robh+dt,
	dl-linux-imx, kernel, festevam, linux-arm-kernel, l.stach

On 19-02-26 09:04:48, Carlo Caione wrote:
> Add the node for the OTP controller.
> 
> Signed-off-by: Carlo Caione <ccaione@baylibre.com>

Reviewed-by: Abel Vesa <abel.vesa@nxp.com>

> ---
>  arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 9155bd4784eb..6a1cc183a301 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -244,6 +244,14 @@
>  				reg = <0x30340000 0x10000>;
>  			};
>  
> +			ocotp: ocotp-ctrl@30350000 {
> +				compatible = "fsl,imx8mq-ocotp", "syscon";
> +				reg = <0x30350000 0x10000>;
> +				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
> +				#address-cells = <1>;
> +				#size-cells = <1>;
> +			};
> +
>  			anatop: syscon@30360000 {
>  				compatible = "fsl,imx8mq-anatop", "syscon";
>  				reg = <0x30360000 0x10000>;
> -- 
> 2.19.1
> 
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-02-26  9:04 ` Carlo Caione
  0 siblings, 0 replies; 10+ messages in thread
From: Carlo Caione @ 2019-02-26  9:04 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	linux-imx, l.stach, abel.vesa, linux-arm-kernel, devicetree
  Cc: Carlo Caione

Add the node for the OTP controller.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 9155bd4784eb..6a1cc183a301 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -244,6 +244,14 @@
 				reg = <0x30340000 0x10000>;
 			};
 
+			ocotp: ocotp-ctrl@30350000 {
+				compatible = "fsl,imx8mq-ocotp", "syscon";
+				reg = <0x30350000 0x10000>;
+				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
+				#address-cells = <1>;
+				#size-cells = <1>;
+			};
+
 			anatop: syscon@30360000 {
 				compatible = "fsl,imx8mq-anatop", "syscon";
 				reg = <0x30360000 0x10000>;
-- 
2.19.1

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

* [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node
@ 2019-02-26  9:04 ` Carlo Caione
  0 siblings, 0 replies; 10+ messages in thread
From: Carlo Caione @ 2019-02-26  9:04 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	linux-imx, l.stach, abel.vesa, linux-arm-kernel, devicetree
  Cc: Carlo Caione

Add the node for the OTP controller.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
---
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 9155bd4784eb..6a1cc183a301 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -244,6 +244,14 @@
 				reg = <0x30340000 0x10000>;
 			};
 
+			ocotp: ocotp-ctrl@30350000 {
+				compatible = "fsl,imx8mq-ocotp", "syscon";
+				reg = <0x30350000 0x10000>;
+				clocks = <&clk IMX8MQ_CLK_OCOTP_ROOT>;
+				#address-cells = <1>;
+				#size-cells = <1>;
+			};
+
 			anatop: syscon@30360000 {
 				compatible = "fsl,imx8mq-anatop", "syscon";
 				reg = <0x30360000 0x10000>;
-- 
2.19.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-03-04  1:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 19:43 [PATCH] arm64: dts: imx8mq: Add on-chip OTP controller node Carlo Caione
2019-01-28 19:43 ` Carlo Caione
2019-02-01 15:54 ` Lucas Stach
2019-02-01 15:54   ` Lucas Stach
2019-02-26  9:04 Carlo Caione
2019-02-26  9:04 ` Carlo Caione
2019-02-28 11:00 ` Abel Vesa
2019-02-28 11:00   ` Abel Vesa
2019-03-04  1:24 ` Shawn Guo
2019-03-04  1:24   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.