]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
clk: at91: check pmc node status before registering syscore ops
authorClément Léger <clement.leger@bootlin.com>
Mon, 13 Sep 2021 08:26:33 +0000 (10:26 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 7 Dec 2021 06:33:18 +0000 (07:33 +0100)
commit96b094988cce8de4e80857d05e036a92a0c314ca
tree160623fb4bf9b1136f88bcd6b37a2eff4d10e612
parentac0ad3aae173d4e4e56282dc73b2b212738ee551
clk: at91: check pmc node status before registering syscore ops

BugLink: https://bugs.launchpad.net/bugs/1951822
[ Upstream commit c405f5c15e9f6094f2fa1658e73e56f3058e2122 ]

Currently, at91 pmc driver always register the syscore_ops whatever
the status of the pmc node that has been found. When set as secure
and disabled, the pmc should not be accessed or this will generate
abort exceptions.
To avoid this, add a check on node availability before registering
the syscore operations.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Link: https://lore.kernel.org/r/20210913082633.110168-1-clement.leger@bootlin.com
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Fixes: b3b02eac33ed ("clk: at91: Add sama5d2 suspend/resume")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/clk/at91/pmc.c