spi: cadence-qspi: defer runtime support on socfpga if reset bit is enabled
[ Upstream commit 30dbc1c8 ] Enabling runtime PM allows the kernel to gate clocks and power to idle devices. On SoCFPGA, a warm reset does not fully reinitialize these domains.This leaves devices suspended and powered down, preventing U-Boot or the kernel from reusing them after a warm reset, which breaks the boot process. Fixes: 4892b374 ("mtd: spi-nor: cadence-quadspi: Add runtime PM support") CC: stable@vger.kernel.org # 6.12+ Signed-off-by:Khairul Anuar Romli <khairul.anuar.romli@altera.com> Signed-off-by:
Adrian Ng Ho Yin <adrianhoyin.ng@altera.com> Reviewed-by:
Niravkumar L Rabara <nirav.rabara@altera.com> Reviewed-by:
Matthew Gerlach <matthew.gerlach@altera.com> Link: https://patch.msgid.link/910aad68ba5d948919a7b90fa85a2fadb687229b.1757491372.git.khairul.anuar.romli@altera.com Signed-off-by:
Mark Brown <broonie@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
Please sign in to comment