On Wed, 26 Aug 2026 12:27:43 +0200, Shawn Guo <[email protected]> said: > From: Anurag Pateriya <[email protected]> > > Nord routes the NSP (compute DSP) memory rail through a dedicated NMXC > resource instead of the shared MX rail. Add the index so device trees can > reference it. > > Signed-off-by: Anurag Pateriya <[email protected]> > Signed-off-by: Shawn Guo <[email protected]> > --- > include/dt-bindings/power/qcom,rpmhpd.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/dt-bindings/power/qcom,rpmhpd.h > b/include/dt-bindings/power/qcom,rpmhpd.h > index 07bd2a7b0150..92c8408dbc57 100644 > --- a/include/dt-bindings/power/qcom,rpmhpd.h > +++ b/include/dt-bindings/power/qcom,rpmhpd.h > @@ -32,6 +32,7 @@ > #define RPMHPD_GBX 22 > #define RPMHPD_NSP3 23 > #define RPMHPD_GFX1 24 > +#define RPMHPD_NMXC 25 > > /* RPMh Power Domain performance levels */ > #define RPMH_REGULATOR_LEVEL_RETENTION 16 > -- > 2.43.0 > >
Reviewed-by: Bartosz Golaszewski <[email protected]>

