summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-09-29 13:54:42 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:24 +0800
commit17cb93269cf141445a4f0b387bda91f7a16de426 (patch)
tree215327c442450b2bb1715c5e2c3401dfbeb24a89 /arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
parentd67822371c404a45fbf06f8d458da5d4cbc063f5 (diff)
MLK-19773 ARM64: dts support camera in DomU
Use ISI0-3 in DomU, use ISI4-7 in Dom0. BuildInfo: - SCFW a958746e, SECO-FW 31fabbff, IMX-MKIMAGE f244aefa, ATF 1590be0 - U-Boot 2018.03-00707-g884cada50b Use `mx8_v4l2_cap_drm.out -cam 0xf` to test camera in Dom0 and DomU after `systemctl stop weston`. One remaing issue is that ISI_CH0 is the parent power domain, if dom0 runtime power down this domain, DomU will camera will panic. Since there is an i2c controller passthrough, the orignal backend pvi2c adapter idx will be changed to 0, so reflect that change in domu.dts. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
index 6840c2405d54..addc4ef09a84 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-xen.dtsi
@@ -160,6 +160,30 @@
hsio_pcie_x2_crr2_lpcg: hsio_phy_x2_lpcg@5f0c0000 {
reg = <0x0 0x5f0c0000 0x0 0x10000>;
};
+
+ mipi_csi_0_lpcg: mipi_csi_0_lpcg@58223000 {
+ reg = <0x0 0x58223000 0x0 0x1000>;
+ };
+
+ img_pxl_link_csi0_lpcg: img_pxl_link_csi0_lpcg@58580000 {
+ reg = <0x0 0x58580000 0x0 0x1000>;
+ };
+
+ img_pdma_0_lpcg: img_pdma_0_lpcg@58500000 {
+ reg = <0x0 0x58500000 0x0 0x1000>;
+ };
+
+ img_pdma_1_lpcg: img_pdma_1_lpcg@58510000 {
+ reg = <0x0 0x58510000 0x0 0x1000>;
+ };
+
+ img_pdma_2_lpcg: img_pdma_2_lpcg@58520000 {
+ reg = <0x0 0x58520000 0x0 0x1000>;
+ };
+
+ img_pdma_3_lpcg: img_pdma_3_lpcg@58530000 {
+ reg = <0x0 0x58530000 0x0 0x1000>;
+ };
};
/delete-node/ &edma0;