Skip to content

Commit 62b6923

Browse files
rmurphy-armffainelli
authored andcommitted
arm64: dts: Update Broadcom NS2 to generic IOMMU binding
With the "mmu-masters" property now deprecated and optional, the generic binding offers a more efficient way to specify no masters. CC: Ray Jui <rjui@broadcom.com> CC: Scott Branden <sbranden@broadcom.com> CC: Jon Mason <jonmason@broadcom.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent f4013cb commit 62b6923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/ns2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
249249
<GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
250250
<GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
251-
mmu-masters;
251+
#iommu-cells = <1>;
252252
};
253253

254254
pinctrl: pinctrl@6501d130 {

0 commit comments

Comments
 (0)