diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-03-22 09:31:56 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-26 12:01:02 +0300 |
commit | 496456058b506233a88ca60dbedbcb0e681d2423 (patch) | |
tree | c7dd0e98adce4328504b0bc1d030c3e2490c2f8b /arch/arm/boot/dts/imx7ulp.dtsi | |
parent | 811c94f1e866efd02060acdfa697274a9973d5c3 (diff) | |
download | linux-496456058b506233a88ca60dbedbcb0e681d2423.tar.xz |
ARM: dts: imx7ulp: add ocotp support
Add i.MX7ULP OCOTP support, its clock source is from
M4 BUS clock which is NOT available in Linux clock tree,
but M4 BUS clock is always ON when A7 (Linux) is alive,
so just use dummy clock here.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7ulp.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index eb349fd7f6e4..d6b711011cba 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -365,5 +365,11 @@ compatible = "fsl,imx7ulp-sim", "syscon"; reg = <0x410a3000 0x1000>; }; + + ocotp: ocotp-ctrl@410a6000 { + compatible = "fsl,imx7ulp-ocotp", "syscon"; + reg = <0x410a6000 0x4000>; + clocks = <&scg1 IMX7ULP_CLK_DUMMY>; + }; }; }; |