ARM: dts: rockchip: use iommu for rk3288 v4l2 isp
authorJacob Chen <jacob2.chen@rock-chips.com>
Tue, 11 Jul 2017 05:26:40 +0000 (13:26 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 19 Jul 2017 06:33:52 +0000 (14:33 +0800)
we have videobuf2 cip isp support now

Change-Id: I7f6da305f2a4a658a4097e06361c694ca6ba9a18
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
arch/arm/boot/dts/rk3288.dtsi

index bc927de4aec8cafbf6271d3adc22288751651546..9459928109326215b085e37c4f53f9a7b6f88271 100644 (file)
        cif_isp0: cif_isp@ff910000 {
                compatible = "rockchip,rk3288-cif-isp";
                rockchip,grf = <&grf>;
-               reg = <0x0 0xff910000 0x0 0x10000>, <0x0 0xff968000 0x0 0x4000>;
+               reg = <0x0 0xff910000 0x0 0x4000>, <0x0 0xff968000 0x0 0x4000>;
                reg-names = "register", "csihost-register";
                clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>,
                        <&cru SCLK_ISP>, <&cru SCLK_ISP_JPE>,
                reset-names = "rst_isp";
                interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-names = "cif_isp10_irq";
+               power-domains = <&power RK3288_PD_VIO>;
+               rockchip,isp,iommu-enable = <1>;
+               iommus = <&isp_mmu>;
                status = "disabled";
        };