1 From 9c0090519c422600596a9d7c1e6e33a5268dfce4 Mon Sep 17 00:00:00 2001
2 From: Laurentiu Tudor <laurentiu.tudor@nxp.com>
3 Date: Thu, 2 Aug 2018 17:54:28 +0300
4 Subject: [PATCH] sdk: dts: ls104x: drop smmu from the sdk device trees
6 SMMU is not supported for the SDK version of the dpaa ethernet
7 drivers so remove the SMMU node from the device tree.
9 Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
11 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb-sdk.dts | 14 ++++++++++++++
12 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts | 14 ++++++++++++++
13 2 files changed, 28 insertions(+)
15 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb-sdk.dts
16 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb-sdk.dts
19 #include "qoriq-dpaa-eth.dtsi"
20 #include "qoriq-fman3-0-6oh.dtsi"
23 + /delete-property/ iommu-map;
27 + /delete-property/ iommu-map;
31 + /delete-property/ iommu-map;
34 +/delete-node/ iommu@9000000;
38 --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts
39 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb-sdk.dts
42 #include "qoriq-dpaa-eth.dtsi"
43 #include "qoriq-fman3-0-6oh.dtsi"
46 + /delete-property/ iommu-map;
50 + /delete-property/ iommu-map;
54 + /delete-property/ iommu-map;
57 +/delete-node/ iommu@9000000;