MLK-22989 arm64: dts: imx8qxp-ss-img: disable gpio0_mipi_csi1 node

csi1 is not avaviable for imx8qxp, it should disable gpio0 node
that is part of csi1 resource.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
This commit is contained in:
Fugang Duan 2019-11-15 19:36:42 +08:00 committed by Dong Aisheng
parent bbc538743c
commit 8697b6ab32
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
status = "disabled";
};
&gpio0_mipi_csi1 {
status = "disabled";
};
&mipi_csi_1 {
status = "disabled";
};