isp: config temper buffer size in dts [1/2]

PD#SWPL-4177

Problem:
temper buffer size is a fixed value in code

Solution:
config temper buffer size from dts

Verify:
verify by w400

Change-Id: I17ef428221f149a888e0318bc27d7b7d309c00ce
Signed-off-by: Guosong Zhou <guosong.zhou@amlogic.com>
This commit is contained in:
Guosong Zhou
2019-01-17 04:17:20 -05:00
committed by Dongjin Kim
parent 48b683dbf8
commit 87abf5f105
2 changed files with 2 additions and 0 deletions

View File

@@ -1862,6 +1862,7 @@
reg-names = "ISP";
interrupts = <0 142 4>;
interrupt-names = "ISP";
temper-buf-size = <24>;
clocks = <&clkc CLKID_MIPI_ISP_CLK_COMP>,
<&clkc CLKID_MIPI_CSI_PHY_CLK0_COMP>;
clock-names = "cts_mipi_isp_clk_composite",

View File

@@ -1862,6 +1862,7 @@
reg-names = "ISP";
interrupts = <0 142 4>;
interrupt-names = "ISP";
temper-buf-size = <24>;
clocks = <&clkc CLKID_MIPI_ISP_CLK_COMP>,
<&clkc CLKID_MIPI_CSI_PHY_CLK0_COMP>;
clock-names = "cts_mipi_isp_clk_composite",