Commit b06112cd authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Michal Simek

arm64: dts: zynqmp: Add power domain for the DisplayPort DMA controller

The DisplayPort DMA controller (DPDMA) is located in the same power
domain as the DisplayPort Subsystem (DPSUB). Specify the power domain in
the device tree.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20210306230915.14979-1-laurent.pinchart@ideasonboard.comSigned-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent fe07bfda
......@@ -856,6 +856,7 @@ zynqmp_dpdma: dma-controller@fd4c0000 {
interrupts = <0 122 4>;
interrupt-parent = <&gic>;
clock-names = "axi_clk";
power-domains = <&zynqmp_firmware PD_DP>;
#dma-cells = <1>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment