Message ID | 20211128131853.15125-4-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: imx8mn: Enable more imx8m Nano functions | expand |
On Sun, 28 Nov 2021 07:18:46 -0600, Adam Ford wrote: > This adds the defines for the power domains provided by the DISP > blk-ctrl. > > Signed-off-by: Adam Ford <aford173@gmail.com> > --- > include/dt-bindings/power/imx8mn-power.h | 5 +++++ > 1 file changed, 5 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
On Sun, Nov 28, 2021 at 11:17 AM Rob Herring <robh@kernel.org> wrote: > > On Sun, 28 Nov 2021 07:18:46 -0600, Adam Ford wrote: > > This adds the defines for the power domains provided by the DISP > > blk-ctrl. > > > > Signed-off-by: Adam Ford <aford173@gmail.com> > > --- > > include/dt-bindings/power/imx8mn-power.h | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > Sorry about that. I grabbed the patch series from [1], but it appears that the patchwork there isn't updating the patches with the Acked-by/Reviewed-by tags. [1] - https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=575601 adam > If a tag was not added on purpose, please state why and what changed. >
Am Sonntag, dem 28.11.2021 um 07:18 -0600 schrieb Adam Ford: > This adds the defines for the power domains provided by the DISP > blk-ctrl. > > Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> > --- > include/dt-bindings/power/imx8mn-power.h | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/include/dt-bindings/power/imx8mn-power.h b/include/dt-bindings/power/imx8mn-power.h > index 102ee85a9b62..eedd0e581939 100644 > --- a/include/dt-bindings/power/imx8mn-power.h > +++ b/include/dt-bindings/power/imx8mn-power.h > @@ -12,4 +12,9 @@ > #define IMX8MN_POWER_DOMAIN_DISPMIX 3 > #define IMX8MN_POWER_DOMAIN_MIPI 4 > > +#define IMX8MN_DISPBLK_PD_MIPI_DSI 0 > +#define IMX8MN_DISPBLK_PD_MIPI_CSI 1 > +#define IMX8MN_DISPBLK_PD_LCDIF 2 > +#define IMX8MN_DISPBLK_PD_ISI 3 > + > #endif > -- > 2.32.0 >
diff --git a/include/dt-bindings/power/imx8mn-power.h b/include/dt-bindings/power/imx8mn-power.h index 102ee85a9b62..eedd0e581939 100644 --- a/include/dt-bindings/power/imx8mn-power.h +++ b/include/dt-bindings/power/imx8mn-power.h @@ -12,4 +12,9 @@ #define IMX8MN_POWER_DOMAIN_DISPMIX 3 #define IMX8MN_POWER_DOMAIN_MIPI 4 +#define IMX8MN_DISPBLK_PD_MIPI_DSI 0 +#define IMX8MN_DISPBLK_PD_MIPI_CSI 1 +#define IMX8MN_DISPBLK_PD_LCDIF 2 +#define IMX8MN_DISPBLK_PD_ISI 3 + #endif
This adds the defines for the power domains provided by the DISP blk-ctrl. Signed-off-by: Adam Ford <aford173@gmail.com> --- include/dt-bindings/power/imx8mn-power.h | 5 +++++ 1 file changed, 5 insertions(+) -- 2.32.0