From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 5 Nov 2018 11:07:52 +0800 Subject: [GIT PULL] i.MX fixes for 4.20 Message-ID: <20181105030750.GC24464@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.20 for you to fetch changes up to 1ad9fb750a104f51851c092edd7b3553f0218428: ARM: dts: imx6sx-sdb: Fix enet phy regulator (2018-11-05 10:11:04 +0800) ---------------------------------------------------------------- i.MX fixes for 4.20: - Add boot-on and always-on for imx6sx-sdb phy regulator to fix enet resume problem, which is exposed by commit ("regulator: fixed: Convert to use GPIO descriptor only"). - Fix improperly quoted stdout-path values for imx53-ppd and vf610m4-colibri board. - Fix the typo of compatible string "fs,imx6sll-i2c" which should be "fsl,imx6sll-i2c". ---------------------------------------------------------------- Leonard Crestez (1): ARM: dts: imx6sx-sdb: Fix enet phy regulator Oleksij Rempel (1): ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node Rob Herring (1): ARM: dts: fsl: Fix improperly quoted stdout-path values arch/arm/boot/dts/imx53-ppd.dts | 2 +- arch/arm/boot/dts/imx6sll.dtsi | 2 +- arch/arm/boot/dts/imx6sx-sdb.dtsi | 7 ++++++- arch/arm/boot/dts/vf610m4-colibri.dts | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-)