isp: add isp_sc dts config
authorBrian Zhu <brian.zhu@amlogic.com>
Tue, 19 Jun 2018 18:57:41 +0000 (02:57 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Fri, 29 Jun 2018 07:45:34 +0000 (00:45 -0700)
PD#165090: isp: add isp_sc dts config

Change-Id: Ia03722bbbccf71c6b404395dabe4a3c89b299bf2
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
arch/arm64/boot/dts/amlogic/mesong12b.dtsi

index dfda1aa71b263efb793e0238c5e5ce1031a055b6..1746e072e504c75316e8ecc777a991142afb4772 100644 (file)
                interrupt-names = "ddr_bandwidth";
        };
 
+       isp_sc: isp-sc@ff655400 {
+               compatible = "amlogic, isp-sc";
+               reg = <0x0 0xff655400 0x0 0x00001000>;
+               reg-names = "isp_sc";
+               interrupts = <0 17 0>;
+               interrupt-names = "isp_sc";
+       };
+
        isp: isp@ff140000 {
                compatible = "arm, isp";
                reg = <0x0 0xff140000 0x0 0x00040000>;
                        <&clkc CLKID_MIPI_CSI_PHY_CLK0_COMP>;
                clock-names = "cts_mipi_isp_clk_composite",
                        "cts_mipi_csi_phy_clk0_composite";
+               link-device = <&isp_sc>;
        };
 
        adapter: isp-adapter@ff650000 {