Message ID | 20230110114027.634719-4-johannes.schneider@leica-geosystems.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | pmic on imx8mm | expand |
Hi, On 10.01.23 12:40, Johannes Schneider wrote: > Add DT compatible strings for a rev-b imx8mm-EVK which come with a > different PMIC than rev-a. > > Signed-off-by: Johannes Schneider <johannes.schneider@leica-geosystems.com> Please manually include Acked-by and Reviewed-by's you get when sending a new revision. It's not necessary to send a new version when there are no other changes. In that case the maintainer scripts will usually pick up the tags and fold it into the patch description, but they won't usually go looking in old mailing list postings to collect Acks as that would also involve them judging whether changes in the new series are extensive enough to invalidate previous reviews/testing. Cheers, Ahmad > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index fbfc4f99c01e..9c3a02c19847 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -818,6 +818,7 @@ properties: > - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base > - fsl,imx8mm-ddr4-evk # i.MX8MM DDR4 EVK Board > - fsl,imx8mm-evk # i.MX8MM EVK Board > + - fsl,imx8mm-evkb # i.MX8MM EVK Board, rev-B > - gateworks,imx8mm-gw7904 > - gw,imx8mm-gw71xx-0x # i.MX8MM Gateworks Development Kit > - gw,imx8mm-gw72xx-0x # i.MX8MM Gateworks Development Kit
On 10/01/2023 12:40, Johannes Schneider wrote: > Add DT compatible strings for a rev-b imx8mm-EVK which come with a > different PMIC than rev-a. > > Signed-off-by: Johannes Schneider <johannes.schneider@leica-geosystems.com> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-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. https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 If a tag was not added on purpose, please state why and what changed. Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index fbfc4f99c01e..9c3a02c19847 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -818,6 +818,7 @@ properties: - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base - fsl,imx8mm-ddr4-evk # i.MX8MM DDR4 EVK Board - fsl,imx8mm-evk # i.MX8MM EVK Board + - fsl,imx8mm-evkb # i.MX8MM EVK Board, rev-B - gateworks,imx8mm-gw7904 - gw,imx8mm-gw71xx-0x # i.MX8MM Gateworks Development Kit - gw,imx8mm-gw72xx-0x # i.MX8MM Gateworks Development Kit
Add DT compatible strings for a rev-b imx8mm-EVK which come with a different PMIC than rev-a. Signed-off-by: Johannes Schneider <johannes.schneider@leica-geosystems.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+)