mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02: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:
parent
3ae6b04598
commit
8e14bf7be3
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user