Hi Michal, Thank you for the patch. On Thu, Jan 21, 2021 at 11:26:52AM +0100, Michal Simek wrote: > Enable reset controller to be prepared for use. > > Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > > Changes in v2: > - Remove reset description for IPs from this patch. IPs will be enabled > separately with DT binding update. > - Change patch subject > > arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > index cdc1a0ddfa01..94a2e1f2b713 100644 > --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > @@ -187,6 +187,11 @@ zynqmp_pcap: pcap { > xlnx_aes: zynqmp-aes { > compatible = "xlnx,zynqmp-aes"; > }; > + > + zynqmp_reset: reset-controller { > + compatible = "xlnx,zynqmp-reset"; > + #reset-cells = <1>; > + }; > }; > }; > -- Regards, Laurent Pinchart