Message ID | 20221201103026.53234-2-tomeu.vizoso@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Support for the NPU in Vim3 | expand |
On 01/12/2022 11:30, Tomeu Vizoso wrote: > Doesn't appear in the TRM I have, but it is used by the downstream > galcore driver. > > Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> > Acked-by: Neil Armstrong <neil.armstrong@linaro.org> > --- > include/dt-bindings/reset/amlogic,meson-g12a-reset.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/dt-bindings/reset/amlogic,meson-g12a-reset.h b/include/dt-bindings/reset/amlogic,meson-g12a-reset.h > index 6d487c5eba2c..45f6b8a951d0 100644 > --- a/include/dt-bindings/reset/amlogic,meson-g12a-reset.h > +++ b/include/dt-bindings/reset/amlogic,meson-g12a-reset.h > @@ -69,7 +69,9 @@ > #define RESET_PARSER_FETCH 72 > #define RESET_CTL 73 > #define RESET_PARSER_TOP 74 > -/* 75-77 */ > +/* 75 */ > +#define RESET_NNA 76 > +/* 77 */ > #define RESET_DVALIN 78 > #define RESET_HDMITX 79 > /* 80-95 */ Missing from https://lore.kernel.org/all/98517f65e600cddf585e53d1ca98cbb7b0b43aee.camel@pengutronix.de/ : Acked-by: Philipp Zabel <p.zabel@pengutronix.de> No need to send to send a v6 for that, I'll add it while applying after next rc1. Neil
On Thu, Dec 1, 2022 at 11:30 AM Tomeu Vizoso <tomeu.vizoso@collabora.com> wrote: > > Doesn't appear in the TRM I have, but it is used by the downstream > galcore driver. > > Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> > Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
diff --git a/include/dt-bindings/reset/amlogic,meson-g12a-reset.h b/include/dt-bindings/reset/amlogic,meson-g12a-reset.h index 6d487c5eba2c..45f6b8a951d0 100644 --- a/include/dt-bindings/reset/amlogic,meson-g12a-reset.h +++ b/include/dt-bindings/reset/amlogic,meson-g12a-reset.h @@ -69,7 +69,9 @@ #define RESET_PARSER_FETCH 72 #define RESET_CTL 73 #define RESET_PARSER_TOP 74 -/* 75-77 */ +/* 75 */ +#define RESET_NNA 76 +/* 77 */ #define RESET_DVALIN 78 #define RESET_HDMITX 79 /* 80-95 */