]> asedeno.scripts.mit.edu Git - linux.git/commit
bus: ti-sysc: drop the extra hardreset during init
authorTero Kristo <t-kristo@ti.com>
Mon, 7 Oct 2019 12:29:30 +0000 (15:29 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 8 Oct 2019 14:08:52 +0000 (07:08 -0700)
commitdf4f3459c7e2d2c573e38757c2d2e7b57cb49717
treef1b81dda9c43f9afd7a4b0c819ab40102f4231c6
parentbf59ebbeac1fdd7d398d5f808f2cf239c8e61947
bus: ti-sysc: drop the extra hardreset during init

There seems to be unnecessary extra hardreset line toggling applied
during module init. This is unnecessary, as the reset lines are already
asserted during boot, and it can cause certain modules to hang (iommus,
remoteprocs.) Remove the extra hardreset toggle, and remove the now
redundant function to handle this also.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c