From b4539c7dad89c7f7a3058d73fc5fd9ae6a329709 Mon Sep 17 00:00:00 2001 From: Cai YiWei Date: Mon, 16 Jul 2018 16:46:32 +0800 Subject: [PATCH] ARM64: dts: rockchip: add a new cif node for px30 Change-Id: Ibfe9412ebaaede23168c1afe0104fad32a9d7882 Signed-off-by: Cai YiWei --- arch/arm64/boot/dts/rockchip/px30.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 3f85e8abc4ed..6d72cb4f3ca8 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -1515,6 +1515,19 @@ cif: cif@ff490000 { status = "disabled"; }; + cif_new: cif-new@ff490000 { + compatible = "rockchip,px30-cif"; + reg = <0x0 0xff490000 0x0 0x200>; + interrupts = ; + clocks = <&cru ACLK_CIF>, <&cru HCLK_CIF>, <&cru PCLK_CIF>, <&cru SCLK_CIF_OUT>; + clock-names = "aclk_cif", "hclk_cif", "pclk_cif", "cif_out"; + resets = <&cru SRST_CIF_A>, <&cru SRST_CIF_H>, <&cru SRST_CIF_PCLKIN>; + reset-names = "rst_cif_a", "rst_cif_h", "rst_cif_pclkin"; + power-domains = <&power PX30_PD_VI>; + iommus = <&vip_mmu>; + status = "disabled"; + }; + vip_mmu: iommu@ff490800{ compatible = "rockchip,iommu"; reg = <0x0 0xff490800 0x0 0x100>;