Revert "[top] Hardware rv_dm hw_debug_en"

This reverts commit 50978abe1e2fd623cfd3693a5738f421fc349c92.

That commit was a workaround needed for keeping the debug port alive
since LC/OTP preloading was not in place yet.

Now that this preloading mechanism has been put in place, we can go a
head and connect the life cycle signal again.

Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
index 92461b9..f5cc9c1 100644
--- a/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
+++ b/hw/top_earlgrey/rtl/autogen/top_earlgrey.sv
@@ -698,9 +698,7 @@
   ) u_dm_top (
     .clk_i         (clkmgr_aon_clocks.clk_proc_main),
     .rst_ni        (rstmgr_aon_resets.rst_lc_n[rstmgr_pkg::Domain0Sel]),
-    // TODO: #5359
-    //.hw_debug_en_i (lc_ctrl_lc_hw_debug_en),
-    .hw_debug_en_i (lc_ctrl_pkg::On),
+    .hw_debug_en_i (lc_ctrl_lc_hw_debug_en),
     .scanmode_i,
     .ndmreset_o    (ndmreset_req),
     .dmactive_o    (),