RE: [PATCH 4/4] arm64: dts: imx: add i.MX8QXP ocotp support

2019-05-06 Thread Aisheng Dong
> From: Peng Fan
> Sent: Sunday, May 5, 2019 9:28 PM
> Subject: [PATCH 4/4] arm64: dts: imx: add i.MX8QXP ocotp support
> 
> Add i.MX8QXP ocotp node
> 
> Signed-off-by: Peng Fan 
> Cc: Rob Herring 
> Cc: Mark Rutland 
> Cc: Shawn Guo 
> Cc: Sascha Hauer 
> Cc: Pengutronix Kernel Team 
> Cc: Fabio Estevam 
> Cc: NXP Linux Team 
> Cc: Aisheng Dong 
> Cc: Anson Huang 
> Cc: Daniel Baluta 
> Cc: devicet...@vger.kernel.org
> Cc: linux-arm-ker...@lists.infradead.org
> ---
>  arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 6 ++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> index 0683ee2a48ae..f29998d7274a 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
> @@ -141,6 +141,12 @@
>   compatible = "fsl,imx8qxp-iomuxc";
>   };
> 
> + ocotp: imx8qx-ocotp {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + compatible = "fsl,imx8qxp-ocotp";
> + };

See my reply on Patch [1/4]

Regards
Dong Aisheng

> +
>   pd: imx8qx-pd {
>   compatible = "fsl,imx8qxp-scu-pd";
>   #power-domain-cells = <1>;
> --
> 2.16.4



[PATCH 4/4] arm64: dts: imx: add i.MX8QXP ocotp support

2019-05-05 Thread Peng Fan
Add i.MX8QXP ocotp node

Signed-off-by: Peng Fan 
Cc: Rob Herring 
Cc: Mark Rutland 
Cc: Shawn Guo 
Cc: Sascha Hauer 
Cc: Pengutronix Kernel Team 
Cc: Fabio Estevam 
Cc: NXP Linux Team 
Cc: Aisheng Dong 
Cc: Anson Huang 
Cc: Daniel Baluta 
Cc: devicet...@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
---
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi 
b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
index 0683ee2a48ae..f29998d7274a 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
@@ -141,6 +141,12 @@
compatible = "fsl,imx8qxp-iomuxc";
};
 
+   ocotp: imx8qx-ocotp {
+   #address-cells = <1>;
+   #size-cells = <1>;
+   compatible = "fsl,imx8qxp-ocotp";
+   };
+
pd: imx8qx-pd {
compatible = "fsl,imx8qxp-scu-pd";
#power-domain-cells = <1>;
-- 
2.16.4