arm: dts: exynos542x: disable orphaned G2D SYSMMU controllers
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 21 Jul 2016 13:14:56 +0000 (15:14 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:52:02 +0000 (13:52 +0900)
Disable G2D SYSMMU controllers until support for G2D is really implemented
and G2D SYSMMU register access freeze issue is resolved.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I38542642d255313307d9ac6a836ffece4a402b2b

arch/arm/boot/dts/exynos5420.dtsi

index b40e94c..abf009c 100644 (file)
                clock-names = "sysmmu", "master";
                clocks = <&clock CLK_SMMU_G2D>, <&clock CLK_G2D>;
                #iommu-cells = <0>;
+               status = "disabled";
        };
 
        sysmmu_g2dw: sysmmu@10A70000 {
                clock-names = "sysmmu", "master";
                clocks = <&clock CLK_SMMU_G2D>, <&clock CLK_G2D>;
                #iommu-cells = <0>;
+               status = "disabled";
        };
 
        sysmmu_mfc_l: sysmmu@11200000 {