Message ID | e06b2d9891a2afa4387c13ec6f9280fc7e0dbad4.1582028304.git.michal.simek@xilinx.com |
---|---|
State | Accepted |
Commit | 87b0176fbfb9c6f6fd0cfa575b4f94b9f08c87e6 |
Headers | show |
Series | xilinx: DT sync up | expand |
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 58ac62c4f851..ed28f1f695bb 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -201,11 +201,6 @@ }; }; - rst: reset-controller { - compatible = "xlnx,zynqmp-reset"; - #reset-cells = <1>; - }; - xlnx_dp_snd_card: dp_snd_card { compatible = "xlnx,dp-snd-card"; status = "disabled";
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 at xilinx.com> --- arch/arm/dts/zynqmp.dtsi | 5 ----- 1 file changed, 5 deletions(-)