Skip to content
Snippets Groups Projects
Commit 350a5d56 authored by Stéphane Dion's avatar Stéphane Dion Committed by Silvano di Ninno
Browse files

HSM-24: arm64: dtx: imx8qxp: enable more seco MU users


Enable all SECO MUs and increase number of users on the first one.

Signed-off-by: default avatarStéphane Dion <stephane.dion_1@nxp.com>
(cherry picked from commit 56099536022e7e66cfc932069aa4a4701d84aa0b)
(cherry picked from commit 510c39be31b36a0a126a8be8b3bdfcf89c5ba334)
parent f7332fc0
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,8 @@ ...@@ -181,6 +181,8 @@
reg = <0x0 0x31560000 0x0 0x10000>; reg = <0x0 0x31560000 0x0 0x10000>;
power-domains = <&pd_seco_mu_2>; power-domains = <&pd_seco_mu_2>;
interrupts = <GIC_SPI 448 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 448 IRQ_TYPE_LEVEL_HIGH>;
fsl,seco_mu_id = <1>;
fsl,seco_max_users = <4>;
status = "disabled"; status = "disabled";
}; };
...@@ -189,6 +191,8 @@ ...@@ -189,6 +191,8 @@
reg = <0x0 0x31570000 0x0 0x10000>; reg = <0x0 0x31570000 0x0 0x10000>;
power-domains = <&pd_seco_mu_3>; power-domains = <&pd_seco_mu_3>;
interrupts = <GIC_SPI 449 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 449 IRQ_TYPE_LEVEL_HIGH>;
fsl,seco_mu_id = <2>;
fsl,seco_max_users = <2>;
status = "disabled"; status = "disabled";
}; };
...@@ -197,6 +201,8 @@ ...@@ -197,6 +201,8 @@
reg = <0x0 0x31580000 0x0 0x10000>; reg = <0x0 0x31580000 0x0 0x10000>;
power-domains = <&pd_seco_mu_4>; power-domains = <&pd_seco_mu_4>;
interrupts = <GIC_SPI 450 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 450 IRQ_TYPE_LEVEL_HIGH>;
fsl,seco_mu_id = <3>;
fsl,seco_max_users = <2>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -44,6 +44,14 @@ ...@@ -44,6 +44,14 @@
mu_seco2: mu@31560000 { mu_seco2: mu@31560000 {
status = "okay"; status = "okay";
}; };
mu_seco3: mu@31570000 {
status = "okay";
};
mu_seco4: mu@31580000 {
status = "okay";
};
}; };
&A35_2 { &A35_2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment