MLK-25215-1 ARM64: dts: imx8mp: add virtual dewarp node

on iMX8MP, there's only 1 dewarp.
the patch adds a second dewarp node (virtual) to work with ISP SW release P8.
this might be removed after vendor modify the way using dewarp.

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: Guoniu.zhou <guoniu.zhou@nxp.com>
(cherry picked from commit 3c32b1080083faff8381cdeb1adadaff0144aac3)
(cherry picked from commit b16c09a8bd51a74a988f6d05734bfbf776bee9a2)
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
This commit is contained in:
Robby Cai 2021-01-06 18:35:41 +08:00 committed by Andrey Zhizhikin
parent 09eb9de1ca
commit fdb96c1b78
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright 2019 NXP
* Copyright 2019-2021 NXP
*/
#include <dt-bindings/clock/imx8mp-clock.h>
@ -1838,6 +1838,15 @@
compatible = "fsl,imx8mp-dwe";
reg = <0x32e30000 0x10000>;
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
id = <0>;
status = "disabled";
};
dewarp_1: dwe_dup@32e30000 {
compatible = "fsl,imx8mp-dwe";
reg = <0x32e30000 0x10000>;
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
id = <1>;
status = "disabled";
};