Message ID | 1558548188-1155-11-git-send-email-yibin.gong@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add ecspi ERR009165 for i.mx6/7 soc family | expand |
On Wed, 22 May 2019 10:00:38 +0000, Robin Gong wrote: > Add i.mx6ul and i.mx6sx compatible name in binding doc. > > Signed-off-by: Robin Gong <yibin.gong@nxp.com> > --- > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ > 1 file changed, 2 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.
Hi Rob, Thank you for your reminding, I have added Acked-by tags gotten from Mark and Vinod in v4 patch set, but there is still one update ( remove checking 'event_id1' zero as 'event_id0'.) for Vinod's concern, so I sent new v4. > -----Original Message----- > From: Rob Herring <robh@kernel.org> > Sent: 2019年5月22日 21:51> > On Wed, 22 May 2019 10:00:38 +0000, Robin Gong wrote: > > Add i.mx6ul and i.mx6sx compatible name in binding doc. > > > > Signed-off-by: Robin Gong <yibin.gong@nxp.com> > > --- > > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ > > 1 file changed, 2 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.
diff --git a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt index 9d8bbac..d024a83 100644 --- a/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt +++ b/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt @@ -9,6 +9,8 @@ Required properties: "fsl,imx53-sdma" "fsl,imx6q-sdma" "fsl,imx7d-sdma" + "fsl,imx6sx-sdma" + "fsl,imx6ul-sdma" "fsl,imx8mq-sdma" The -to variants should be preferred since they allow to determine the correct ROM script addresses needed for the driver to work without additional
Add i.mx6ul and i.mx6sx compatible name in binding doc. Signed-off-by: Robin Gong <yibin.gong@nxp.com> --- Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ 1 file changed, 2 insertions(+)