summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMostafa Saleh <smostafa@google.com>2023-01-30 20:33:49 +0000
committerMostafa Saleh <smostafa@google.com>2023-02-01 18:23:50 +0000
commit617c625d5e174aa729e56e612cf196985f1e912b (patch)
treeaa85172498e7d6388c369ab12ef649613f2eb984
parent9ed5d2b12650a9a87556d3d926a53f56c7843cd6 (diff)
downloadtangorpro-617c625d5e174aa729e56e612cf196985f1e912b.tar.gz
arm64/dts: tangorpro: use dma-cons for s2mpu_dpu
Use the new property dma-cons for the DPU s2mpu. This tells the driver that there is a consumer device that issues DMA during boot, so it will link it as a consumer and will hold a reference for it until the driver probes. Bug: 262187119 Change-Id: I20a55c3cb2c8a3af1a0058fcaf1107c3face49cb Signed-off-by: Mostafa Saleh <smostafa@google.com>
-rw-r--r--dts/gs201-tangorpro-display.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/gs201-tangorpro-display.dtsi b/dts/gs201-tangorpro-display.dtsi
index 178390b..a0d6517 100644
--- a/dts/gs201-tangorpro-display.dtsi
+++ b/dts/gs201-tangorpro-display.dtsi
@@ -15,7 +15,7 @@
};
&s2mpu_dpu0 {
- always-on;
+ dma-cons = <&drmdecon0>;
};
&hsi2c_6 {