mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm: dts: rockchip: rk3288 add rkisp1
rk3288.dtsi add rkisp1 node && pinctrl isp_dvp_d2d9 remove cif_clkout Change-Id: I823579e02dc81e54c9a7f8e2e9760be66a2a820c Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
af32e02ec9
commit
f9f18ded32
@@ -1332,6 +1332,24 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rkisp1: rkisp1@ff910000 {
|
||||
compatible = "rockchip,rk3288-rkisp1";
|
||||
reg = <0x0 0xff910000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "isp_irq";
|
||||
clocks = <&cru SCLK_ISP>, <&cru ACLK_ISP>,
|
||||
<&cru HCLK_ISP>, <&cru PCLK_ISP_IN>,
|
||||
<&cru SCLK_ISP_JPE>;
|
||||
clock-names = "clk_isp", "aclk_isp",
|
||||
"hclk_isp", "pclk_isp_in",
|
||||
"sclk_isp_jpe";
|
||||
assigned-clocks = <&cru SCLK_ISP>, <&cru SCLK_ISP_JPE>;
|
||||
assigned-clock-rates = <400000000>, <400000000>;
|
||||
power-domains = <&power RK3288_PD_VIO>;
|
||||
iommus = <&isp_mmu>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
isp_mmu: iommu@ff914000 {
|
||||
compatible = "rockchip,iommu";
|
||||
reg = <0x0 0xff914000 0x0 0x100>, <0x0 0xff915000 0x0 0x100>;
|
||||
@@ -2524,9 +2542,8 @@
|
||||
/* cif_sync, cif_href */
|
||||
<2 8 RK_FUNC_1 &pcfg_pull_none>,
|
||||
<2 9 RK_FUNC_1 &pcfg_pull_none>,
|
||||
/* cif_clkin, cif_clkout */
|
||||
<2 10 RK_FUNC_1 &pcfg_pull_none>,
|
||||
<2 11 RK_FUNC_1 &pcfg_pull_none>;
|
||||
/* cif_clkin */
|
||||
<2 10 RK_FUNC_1 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
isp_dvp_d0d1: isp-d0d1 {
|
||||
|
||||
Reference in New Issue
Block a user