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

arm64: zynqmp: Move DP nodes to the end of file (zcu106)


Just sync it with others for easier comparison.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent fee3e307
No related branches found
No related tags found
No related merge requests found
......@@ -163,17 +163,6 @@
status = "okay";
};
&zynqmp_dpdma {
status = "okay";
};
&zynqmp_dpsub {
status = "okay";
phy-names = "dp-phy0", "dp-phy1";
phys = <&psgtr 1 PHY_TYPE_DP 0 3>,
<&psgtr 0 PHY_TYPE_DP 1 3>;
};
/* fpd_dma clk 667MHz, lpd_dma 500MHz */
&fpd_dma_chan1 {
status = "okay";
......@@ -1056,3 +1045,14 @@
&watchdog0 {
status = "okay";
};
&zynqmp_dpdma {
status = "okay";
};
&zynqmp_dpsub {
status = "okay";
phy-names = "dp-phy0", "dp-phy1";
phys = <&psgtr 1 PHY_TYPE_DP 0 3>,
<&psgtr 0 PHY_TYPE_DP 1 3>;
};
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