mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
reset: amlogic: t7: Fix null reset ops
[ Upstream commit9797524ef2] Fix missing reset ops causing kernel null pointer dereference. This SOC's reset is currently not used yet. Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr> Fixes:fb4c31587a("reset: amlogic: add auxiliary reset driver support") Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4790bd29d6
commit
cde69482d2
@@ -42,6 +42,7 @@ static const struct meson_reset_param meson_s4_param = {
|
||||
};
|
||||
|
||||
static const struct meson_reset_param t7_param = {
|
||||
.reset_ops = &meson_reset_ops,
|
||||
.reset_num = 224,
|
||||
.reset_offset = 0x0,
|
||||
.level_offset = 0x40,
|
||||
|
||||
Reference in New Issue
Block a user