From 886152e70ffb3987f63bf70dc597792d6112d356 Mon Sep 17 00:00:00 2001 From: Anil Veshala Veshala Date: Tue, 7 Nov 2023 22:19:55 -0800 Subject: [PATCH] ARM: dts: msm: add changes for tre size Increased tre size to 1024 for i2c camera instance. Change-Id: I60a7cd5bff7689a72fb6c82b224fb8ddb189205c Signed-off-by: Anil Veshala Veshala --- qcom/sun-qupv3.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/sun-qupv3.dtsi b/qcom/sun-qupv3.dtsi index 2299bd67..51b59477 100644 --- a/qcom/sun-qupv3.dtsi +++ b/qcom/sun-qupv3.dtsi @@ -641,8 +641,8 @@ pinctrl-names = "default", "sleep"; pinctrl-0 = <&qupv3_se9_i2c_sda_active>, <&qupv3_se9_i2c_scl_active>; pinctrl-1 = <&qupv3_se9_i2c_sleep>; - dmas = <&gpi_dma2 0 1 3 64 0>, - <&gpi_dma2 1 1 3 64 0>; + dmas = <&gpi_dma2 0 1 3 1024 0>, + <&gpi_dma2 1 1 3 1024 0>; dma-names = "tx", "rx"; status = "disabled"; };