arm64: zynqmp: Remove second copy of reset-controller
authorMichal Simek <michal.simek@xilinx.com>
Tue, 18 Feb 2020 08:20:21 +0000 (09:20 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Apr 2020 10:51:31 +0000 (12:51 +0200)
Reset controller is handled via firmware that's why it should be the part
of firmware node. Origin solution hasn't been removed when above change was
applied by commit b07e97b4ba27 ("arm64: zynqmp: Use reset header in
zynqmp.dtsi").

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index 58ac62c4f851fc8097b104c9f43286f03dcf4895..ed28f1f695bb2dd4c3d3848fb47160f722099291 100644 (file)
                };
        };
 
-       rst: reset-controller {
-               compatible = "xlnx,zynqmp-reset";
-               #reset-cells = <1>;
-       };
-
        xlnx_dp_snd_card: dp_snd_card {
                compatible = "xlnx,dp-snd-card";
                status = "disabled";