Commit 9152743b authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx51: Add sahara crypto support



The sahara crypto block on i.MX51 has the same IP version as
the one on i.MX53.

Add support for it.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c4288946
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -609,6 +609,15 @@
				resets = <&src 1>;
				iram = <&iram>;
			};

			sahara: crypto@83ff8000 {
				compatible = "fsl,imx53-sahara", "fsl,imx51-sahara";
				reg = <0x83ff8000 0x4000>;
				interrupts = <19 20>;
				clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
					 <&clks IMX5_CLK_SAHARA_IPG_GATE>;
				clock-names = "ipg", "ahb";
			};
		};
	};
};