mbox series

[GIT,PULL] i.MX fixes for 4.16, round 2

Message ID 20180309061749.GK3217@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 4.16, round 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.16-2

Message

Shawn Guo March 9, 2018, 6:17 a.m. UTC
The following changes since commit c0c6bb2322964bd264b4ddedaa5776f40c709f0c:

  ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS (2018-02-24 16:53:09 +0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.16-2

for you to fetch changes up to 970656b3246d30955894951ed16bd658e42d8c24:

  ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name (2018-03-08 16:16:07 +0800)

----------------------------------------------------------------
i.MX fixes for 4.16, 2nd round:
 - Fix a copy-paste error in imx7d-sdb device tree, which results in two
   usb-otg regulators are both named "regulator-usb-otg1-vbus" and
   override each other.

----------------------------------------------------------------
Leonard Crestez (1):
      ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name

 arch/arm/boot/dts/imx7d-sdb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann March 12, 2018, 2:30 p.m. UTC | #1
On Fri, Mar 9, 2018 at 7:17 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> i.MX fixes for 4.16, 2nd round:
>  - Fix a copy-paste error in imx7d-sdb device tree, which results in two
>    usb-otg regulators are both named "regulator-usb-otg1-vbus" and
>    override each other.

Pulled into fixes, thanks!

      Arnd