Commit 6cef60ff authored by Horia Geantă's avatar Horia Geantă Committed by Shawn Guo
Browse files

ARM: dts: imx: align name for crypto node and child nodes



crypto node should use the "crypto" generic naming,
and not a specific one ("sahara", "dcp", "caam").

Child nodes of the crypto node for caam crypto engine
should use the "jr" name (without an index),
as indicated in the DT binding.

Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d2cf2f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@
				clocks = <&clks 16>;
			};

			dcp@80028000 {
			dcp: crypto@80028000 {
				compatible = "fsl,imx23-dcp";
				reg = <0x80028000 0x2000>;
				interrupts = <53 54>;
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@
				reg = <0x10024600 0x200>;
			};

			sahara2: sahara@10025000 {
			sahara2: crypto@10025000 {
				compatible = "fsl,imx27-sahara";
				reg = <0x10025000 0x1000>;
				interrupts = <59>;
+1 −1
Original line number Diff line number Diff line
@@ -998,7 +998,7 @@
				clocks = <&clks 26>;
			};

			dcp: dcp@80028000 {
			dcp: crypto@80028000 {
				compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
				reg = <0x80028000 0x2000>;
				interrupts = <52 53 54>;
+3 −3
Original line number Diff line number Diff line
@@ -942,7 +942,7 @@
			reg = <0x02100000 0x100000>;
			ranges;

			crypto: caam@2100000 {
			crypto: crypto@2100000 {
				compatible = "fsl,sec-v4.0";
				#address-cells = <1>;
				#size-cells = <1>;
@@ -954,13 +954,13 @@
					 <&clks IMX6QDL_CLK_EIM_SLOW>;
				clock-names = "mem", "aclk", "ipg", "emi_slow";

				sec_jr0: jr0@1000 {
				sec_jr0: jr@1000 {
					compatible = "fsl,sec-v4.0-job-ring";
					reg = <0x1000 0x1000>;
					interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
				};

				sec_jr1: jr1@2000 {
				sec_jr1: jr@2000 {
					compatible = "fsl,sec-v4.0-job-ring";
					reg = <0x2000 0x1000>;
					interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -777,7 +777,7 @@
				power-domains = <&pd_disp>;
			};

			dcp: dcp@20fc000 {
			dcp: crypto@20fc000 {
				compatible = "fsl,imx6sl-dcp", "fsl,imx28-dcp";
				reg = <0x020fc000 0x4000>;
				interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>,
Loading