diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-04-13 10:56:58 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-04-13 10:56:58 +0200 |
commit | 40bb91338a60affd2f05a9b8d9d18dbf0e6f9593 (patch) | |
tree | df15e001e8be84b3fe450e5cfa4d1f4d5b9e8593 /arch/arm64/boot/dts/xilinx/zynqmp.dtsi | |
parent | f00a99a7a5d066061df21bdce1f2adfd84eb4c2b (diff) | |
parent | 73d677e9f379934807741dd068ca31872ed4d387 (diff) |
Merge tag 'zynqmp-dt-for-v5.13' of https://github.com/Xilinx/linux-xlnx into arm/dt
arm64: dts: ZynqMP DT changes for v5.13
- Add power-domains for DP
- Remove si5328 node without compatible string
* tag 'zynqmp-dt-for-v5.13' of https://github.com/Xilinx/linux-xlnx:
arm64: dts: zynqmp: Remove si5328 device nodes
arm64: dts: zynqmp: Add power domain for the DisplayPort DMA controller
Link: https://lore.kernel.org/r/e422fa9c-3e58-28b4-f6f0-65aa44254131@xilinx.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/xilinx/zynqmp.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index a3b391d18787..28dccb891a53 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -856,6 +856,7 @@ interrupts = <0 122 4>; interrupt-parent = <&gic>; clock-names = "axi_clk"; + power-domains = <&zynqmp_firmware PD_DP>; #dma-cells = <1>; }; |