summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
diff options
context:
space:
mode:
authorLiu Ying <victor.liu@nxp.com>2018-08-02 13:47:10 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:33:34 +0800
commit9b02da214c9df65d71e19dc96272964972f7cb1b (patch)
tree795e8c3f45a2616470135645db62ca5a76afe8d1 /arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
parent3297381a22eb89c9676b418cc77136a228a1eef7 (diff)
MLK-19114-1 arm64: fsl-imx8qm.dtsi: Add aux prg for dpr1/3_channel2
With the updated i.MX8QM silicon, prg1/10 may be shared bewteen dpr1/3_channel1 and dpr1/3_channel2 respectively with appropriate mux configurations in SCU firmware. If prg1/10 are attached to dpr1/3_channel2, then they act as the auxiliary prg to process chroma pixels for SC_R_DC_0/1_BLIT1. Otherwise, they act as the primary prg to process RGB pixels for SC_R_DC_0/1_BLIT0. Let's reflect this update in the device tree file. Signed-off-by: Liu Ying <victor.liu@nxp.com> (cherry picked from commit dab218c3c46644215f5709e03729bbe9ba3b5823)
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
index 18417825bdc9..3a7e68fd244a 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
@@ -1644,7 +1644,7 @@
compatible = "fsl,imx8qm-dpr-channel";
reg = <0x0 0x560e0000 0x0 0x10000>;
fsl,sc-resource = <SC_R_DC_0_BLIT1>;
- fsl,prgs = <&prg2>;
+ fsl,prgs = <&prg2>, <&prg1>;
clocks = <&clk IMX8QM_DC0_DPR0_APB_CLK>,
<&clk IMX8QM_DC0_DPR0_B_CLK>,
<&clk IMX8QM_DC0_RTRAM0_CLK>;
@@ -2150,7 +2150,7 @@
compatible = "fsl,imx8qm-dpr-channel";
reg = <0x0 0x570e0000 0x0 0x10000>;
fsl,sc-resource = <SC_R_DC_1_BLIT1>;
- fsl,prgs = <&prg11>;
+ fsl,prgs = <&prg11>, <&prg10>;
clocks = <&clk IMX8QM_DC1_DPR0_APB_CLK>,
<&clk IMX8QM_DC1_DPR0_B_CLK>,
<&clk IMX8QM_DC1_RTRAM0_CLK>;