mirror of
https://github.com/torvalds/linux.git
synced 2026-05-20 04:43:19 +02:00
In case the power domain clock are ungated before the reset is asserted,
the system might freeze completely. This is likely due to a device is an
undefined state being attached to bus, which sporadically leads to a bus
hang. Assert the reset before the clock are enabled to assure the device
is in defined state before being attached to bus.
Fixes:
|
||
|---|---|---|
| .. | ||
| gpc.c | ||
| gpcv2.c | ||
| imx8m-blk-ctrl.c | ||
| imx8mp-blk-ctrl.c | ||
| Kconfig | ||
| Makefile | ||
| soc-imx.c | ||
| soc-imx8m.c | ||