Message ID | 1556027045-5269-2-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 |
Hi Robin, On Tue, Apr 23, 2019 at 10:50 AM Robin Gong <yibin.gong@nxp.com> wrote: > > This reverts commit df07101e1c4a29e820df02f9989a066988b160e6. You need to provide a detailed explanation in the commit log as to why the revert is needed.
On 2019-04-23 at 11:02 -0300, Fabio Estevam wrote: > Hi Robin, > > On Tue, Apr 23, 2019 at 10:50 AM Robin Gong <yibin.gong@nxp.com> > wrote: > > > > > > This reverts commit df07101e1c4a29e820df02f9989a066988b160e6. > You need to provide a detailed explanation in the commit log as to > why > the revert is needed. Okay, will address your comments into V2.
On 23-04-19, 13:50, Robin Gong wrote: > This reverts commit df07101e1c4a29e820df02f9989a066988b160e6. Please add the commit title in canonical format. Also explain why this should be reverted > > Signed-off-by: Robin Gong <yibin.gong@nxp.com> > --- > arch/arm/boot/dts/imx6q.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi > index d038f41..7175898 100644 > --- a/arch/arm/boot/dts/imx6q.dtsi > +++ b/arch/arm/boot/dts/imx6q.dtsi > @@ -172,7 +172,7 @@ > clocks = <&clks IMX6Q_CLK_ECSPI5>, > <&clks IMX6Q_CLK_ECSPI5>; > clock-names = "ipg", "per"; > - dmas = <&sdma 11 8 1>, <&sdma 12 8 2>; > + dmas = <&sdma 11 7 1>, <&sdma 12 7 2>; > dma-names = "rx", "tx"; > status = "disabled"; > }; > -- > 2.7.4 >
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index d038f41..7175898 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -172,7 +172,7 @@ clocks = <&clks IMX6Q_CLK_ECSPI5>, <&clks IMX6Q_CLK_ECSPI5>; clock-names = "ipg", "per"; - dmas = <&sdma 11 8 1>, <&sdma 12 8 2>; + dmas = <&sdma 11 7 1>, <&sdma 12 7 2>; dma-names = "rx", "tx"; status = "disabled"; };
This reverts commit df07101e1c4a29e820df02f9989a066988b160e6. Signed-off-by: Robin Gong <yibin.gong@nxp.com> --- arch/arm/boot/dts/imx6q.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)