diff options
author | Bai Ping <ping.bai@nxp.com> | 2016-11-17 02:08:19 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-10 02:34:54 +0100 |
commit | 8686439de09073ed5cba5d768fcba3eb658fd35a (patch) | |
tree | 63d3cf1733004e7c9d725ef74e2fc8857ccc848e /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ARM: dts: imx6ul: Add Engicam Is.IoT MX6UL initial support (diff) | |
download | linux-8686439de09073ed5cba5d768fcba3eb658fd35a.tar.xz linux-8686439de09073ed5cba5d768fcba3eb658fd35a.zip |
ARM: dts: imx: Add ocotp node for imx6ul
Add ocotp node for i.MX6UL SOC.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index e601328f9393..0f69a3fba5c8 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -850,6 +850,12 @@ reg = <0x021b0000 0x4000>; }; + ocotp: ocotp-ctrl@021bc000 { + compatible = "fsl,imx6ul-ocotp", "syscon"; + reg = <0x021bc000 0x4000>; + clocks = <&clks IMX6UL_CLK_OCOTP>; + }; + lcdif: lcdif@021c8000 { compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; reg = <0x021c8000 0x4000>; |