Skip to content
Snippets Groups Projects
Commit abd30371 authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Sync dp port location on zc1751 dc4


Historically dpdma and dpsub are placed at the end of files. Move nodes
there for easier comparison among dts files.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent af045169
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
/*
* dts file for Xilinx ZynqMP zc1751-xm018-dc4
*
* (C) Copyright 2015 - 2020, Xilinx, Inc.
* (C) Copyright 2015 - 2021, Xilinx, Inc.
*
* Michal Simek <michal.simek@xilinx.com>
*/
......@@ -115,14 +115,6 @@
status = "okay";
};
&zynqmp_dpsub {
status = "okay";
};
&zynqmp_dpdma {
status = "okay";
};
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
......@@ -221,3 +213,11 @@
&watchdog0 {
status = "okay";
};
&zynqmp_dpdma {
status = "okay";
};
&zynqmp_dpsub {
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment