From ea8ae1da61f0c6090a4dc0a36e7590d3d4d45029 Mon Sep 17 00:00:00 2001 From: Brian Zhu Date: Wed, 20 Jun 2018 02:57:41 +0800 Subject: [PATCH] isp: add isp_sc dts config PD#165090: isp: add isp_sc dts config Change-Id: Ia03722bbbccf71c6b404395dabe4a3c89b299bf2 Signed-off-by: Brian Zhu --- arch/arm64/boot/dts/amlogic/mesong12b.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi index dfda1aa..1746e07 100644 --- a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi @@ -1834,6 +1834,14 @@ 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>; @@ -1844,6 +1852,7 @@ <&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 { -- 2.7.4