Skip to content

Commit 9ad249a

Browse files
committed
Merge tag 'zynqmp-dt-for-v5.8' of https://github.com/Xilinx/linux-xlnx into arm/dt
arm64: dt: ZynqMP DT fixes for v5.8 - Add AES mode and fix GIC node * tag 'zynqmp-dt-for-v5.8' of https://github.com/Xilinx/linux-xlnx: arm64: zynqmp: Fix GIC compatible property arm64: zynqmp: Add Xilinx AES node Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 603986a + 8182273 commit 9ad249a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
zynqmp_pcap: pcap {
159159
compatible = "xlnx,zynqmp-pcap-fpga";
160160
};
161+
162+
xlnx_aes: zynqmp-aes {
163+
compatible = "xlnx,zynqmp-aes";
164+
};
161165
};
162166
};
163167

@@ -185,7 +189,7 @@
185189
ranges = <0 0 0 0 0xffffffff>;
186190

187191
gic: interrupt-controller@f9010000 {
188-
compatible = "arm,gic-400", "arm,cortex-a15-gic";
192+
compatible = "arm,gic-400";
189193
#interrupt-cells = <3>;
190194
reg = <0x0 0xf9010000 0x10000>,
191195
<0x0 0xf9020000 0x20000>,

0 commit comments

Comments
 (0)