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>
This commit is contained in:
parent
f5976ce532
commit
ecc3f340b6
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue