mbox series

[GIT,PULL] i.MX fixes for 5.0, 3rd round

Message ID 20190203014400.GB22413@dragon (mailing list archive)
State Mainlined, archived
Commit f2ce6ed3dcc837af8ddb4076c71f5d370e65f6af
Headers show
Series [GIT,PULL] i.MX fixes for 5.0, 3rd round | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.0-3

Message

Shawn Guo Feb. 3, 2019, 1:44 a.m. UTC
The following changes since commit c5b11ee9f1c22a8d6b5cab2099904f7adbe79a7f:

  dt-bindings: imx8mq: Number clocks consecutively (2019-01-16 21:27:02 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.0-3

for you to fetch changes up to f2ce6ed3dcc837af8ddb4076c71f5d370e65f6af:

  arm64: dts: imx8mq: Fix boot from eMMC (2019-02-01 11:50:03 +0800)

----------------------------------------------------------------
i.MX fixes for 5.0, 3rd round:

It contains a fix for i.MX8MQ EVK board device tree, which makes the
broken eMMC support work as expected.

----------------------------------------------------------------
Carlo Caione (1):
      arm64: dts: imx8mq: Fix boot from eMMC

 arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 44 ++++++++++++++--------------
 arch/arm64/boot/dts/freescale/imx8mq.dtsi    |  2 ++
 2 files changed, 24 insertions(+), 22 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 12:43 p.m. UTC | #1
On Sun, Feb 3, 2019 at 2:44 AM Shawn Guo <shawnguo@kernel.org> wrote:
> ----------------------------------------------------------------
> i.MX fixes for 5.0, 3rd round:
>
> It contains a fix for i.MX8MQ EVK board device tree, which makes the
> broken eMMC support work as expected.

Pulled into arm/fixes, thanks!

     Arnd