diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2015-06-04 02:09:41 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-04 02:09:41 +0300 |
commit | ecc3f340b666494ec79cb5863865024f697b3ae2 (patch) | |
tree | 34e0c72da6f437aea3fbeec56b23a1d2738292b8 /arch/arm/boot/dts/exynos4415.dtsi | |
parent | f5976ce532369d81916b0043630875f96aab3990 (diff) | |
download | linux-ecc3f340b666494ec79cb5863865024f697b3ae2.tar.xz |
ARM: dts: add sysmmu nodes for exynos4415
This patch adds System MMU nodes to all defined devices that are
specific to Exynos4415 series.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4415.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4415.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4415.dtsi b/arch/arm/boot/dts/exynos4415.dtsi index 6a83d7999d8a..ad764842fff5 100644 --- a/arch/arm/boot/dts/exynos4415.dtsi +++ b/arch/arm/boot/dts/exynos4415.dtsi @@ -249,6 +249,7 @@ clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>; clock-names = "sclk_fimd", "fimd"; samsung,power-domain = <&pd_lcd0>; + iommus = <&sysmmu_fimd0>; samsung,sysreg = <&sysreg_system_controller>; status = "disabled"; }; @@ -268,6 +269,16 @@ status = "disabled"; }; + sysmmu_fimd0: sysmmu@11E20000 { + compatible = "samsung,exynos-sysmmu"; + reg = <0x11e20000 0x1000>; + interrupts = <0 80 0>, <0 81 0>; + clock-names = "sysmmu", "master"; + clocks = <&cmu CLK_SMMUFIMD0>, <&cmu CLK_FIMD0>; + power-domains = <&pd_lcd0>; + #iommu-cells = <0>; + }; + hsotg: hsotg@12480000 { compatible = "samsung,s3c6400-hsotg"; reg = <0x12480000 0x20000>; |