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 <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>
This commit is contained in:
parent
a0e0c2f8c5
commit
9797524ef2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue