Commit 8686439d authored by Bai Ping's avatar Bai Ping Committed by Shawn Guo

ARM: dts: imx: Add ocotp node for imx6ul

Add ocotp node for i.MX6UL SOC.
Signed-off-by: default avatarBai Ping <ping.bai@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent cbc3ad13
......@@ -850,6 +850,12 @@ mmdc: mmdc@021b0000 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment