mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 08:15:07 -04:00
arm64: dts: imx95: Correct SMMU reg
Update SMMU reg size to 0x40000, because MMU-700 TCU occupies 4 pages with each page 64KB and the last page is reserved. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
@@ -1761,7 +1761,7 @@ aips4: bus@49000000 {
|
||||
|
||||
smmu: iommu@490d0000 {
|
||||
compatible = "arm,smmu-v3";
|
||||
reg = <0x490d0000 0x100000>;
|
||||
reg = <0x490d0000 0x40000>;
|
||||
interrupts = <GIC_SPI 325 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 328 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 334 IRQ_TYPE_EDGE_RISING>,
|
||||
|
||||
Reference in New Issue
Block a user