mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
arm64: dts: imx8mp: convert 'aips5' to 'aipstz5'
Change the programming model of the "aips5" node to allow configuring the security-related registers exposed by the AIPSTZ5 bridge. Without this, masters such as the HIFI4 DSP will have their access to the peripherals connected to the bridge denied after power cycling the AUDIOMIX domain. Co-developed-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
45011b7633
commit
286e622bf4
|
|
@ -1428,12 +1428,14 @@ eqos: ethernet@30bf0000 {
|
|||
};
|
||||
};
|
||||
|
||||
aips5: bus@30c00000 {
|
||||
compatible = "fsl,aips-bus", "simple-bus";
|
||||
reg = <0x30c00000 0x400000>;
|
||||
aips5: bus@30df0000 {
|
||||
compatible = "fsl,imx8mp-aipstz";
|
||||
reg = <0x30df0000 0x10000>;
|
||||
power-domains = <&pgc_audio>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
#access-controller-cells = <3>;
|
||||
ranges = <0x30c00000 0x30c00000 0x400000>;
|
||||
|
||||
spba-bus@30c00000 {
|
||||
compatible = "fsl,spba-bus", "simple-bus";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user