Skip to content

Commit 9797524

Browse files
rclaveau-techpH5
authored andcommitted
reset: amlogic: t7: Fix null reset ops
Fix missing reset ops causing kernel null pointer dereference. This SOC's reset is currently not used yet. Signed-off-by: Ronald Claveau <[email protected]> Fixes: fb4c315 ("reset: amlogic: add auxiliary reset driver support") Reviewed-by: Philipp Zabel <[email protected]> Signed-off-by: Philipp Zabel <[email protected]>
1 parent a0e0c2f commit 9797524

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/reset/amlogic/reset-meson.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static const struct meson_reset_param meson_s4_param = {
4242
};
4343

4444
static const struct meson_reset_param t7_param = {
45+
.reset_ops = &meson_reset_ops,
4546
.reset_num = 224,
4647
.reset_offset = 0x0,
4748
.level_offset = 0x40,

0 commit comments

Comments
 (0)