summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-11-29 08:30:30 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-11-29 08:33:36 +0100
commit14dc2af6bc8a89ee6592a6cbd9802d89bb9f9d13 (patch)
treee1aa6d3c895e8ecad4bec10db5bad97e261c2eec /arch/arm64
parent621db2fdb2e1bf0f462285268af4bc0be294a9dc (diff)
arm64: dts: apalis-imx8x: fix device tree compilation issue
This fixes the following device tree compilation issue as introduced by the previous commit 621db2fdb2e1 ("arm64: dts: apalis-imx8x: add adv7280 to devicetree"): DTC arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtb arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtb: ERROR (phandle_references): Reference to non-existent node or label "adv7280_ep" Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtsi21
1 files changed, 13 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtsi
index 0f9bc96801e5..8cd7a8a39b16 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-apalis-eval.dtsi
@@ -369,14 +369,19 @@
#size-cells = <0>;
status = "disabled";
- port@1 {
- reg = <1>;
-
- parallel_csi_ep: endpoint {
- data-lanes = <1 2>;
- remote-endpoint = <&adv7280_ep>;
- };
- };
+ /**
+ * Todo: The ADV7280 driver does not yet support this remote endpoint /
+ * port linking between the chain.
+ *
+ * port@1 {
+ * reg = <1>;
+ *
+ * parallel_csi_ep: endpoint {
+ * data-lanes = <1 2>;
+ * remote-endpoint = <&parallel_csi_ep>;
+ * };
+ * };
+ */
};
/* On-module GPIO Expander */