Skip to content

Commit 6d9d0f1

Browse files
committed
Merge tag 'imx-fixes-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
i.MX fixes for 4.18, round 2: - A couple of imx defconfig updates selecting USB ULPI support to fix a regression seen with USB driver, which is caused by commit 03e6275 ("usb: chipidea: Fix ULPI on imx51"). - A fix on imx51-zii-rdu1 board touchscreen pinctrl setting, which causes an interrupt storm. * tag 'imx-fixes-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx_v4_v5_defconfig: Select ULPI support ARM: imx_v6_v7_defconfig: Select ULPI support ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 021c917 + 2ceb278 commit 6d9d0f1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

arch/arm/boot/dts/imx51-zii-rdu1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770

771771
pinctrl_ts: tsgrp {
772772
fsl,pins = <
773-
MX51_PAD_CSI1_D8__GPIO3_12 0x85
773+
MX51_PAD_CSI1_D8__GPIO3_12 0x04
774774
MX51_PAD_CSI1_D9__GPIO3_13 0x85
775775
>;
776776
};

arch/arm/configs/imx_v4_v5_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,11 @@ CONFIG_USB_STORAGE=y
141141
CONFIG_USB_CHIPIDEA=y
142142
CONFIG_USB_CHIPIDEA_UDC=y
143143
CONFIG_USB_CHIPIDEA_HOST=y
144+
CONFIG_USB_CHIPIDEA_ULPI=y
144145
CONFIG_NOP_USB_XCEIV=y
145146
CONFIG_USB_GADGET=y
146147
CONFIG_USB_ETH=m
148+
CONFIG_USB_ULPI_BUS=y
147149
CONFIG_MMC=y
148150
CONFIG_MMC_SDHCI=y
149151
CONFIG_MMC_SDHCI_PLTFM=y

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ CONFIG_USB_STORAGE=y
302302
CONFIG_USB_CHIPIDEA=y
303303
CONFIG_USB_CHIPIDEA_UDC=y
304304
CONFIG_USB_CHIPIDEA_HOST=y
305+
CONFIG_USB_CHIPIDEA_ULPI=y
305306
CONFIG_USB_SERIAL=m
306307
CONFIG_USB_SERIAL_GENERIC=y
307308
CONFIG_USB_SERIAL_FTDI_SIO=m
@@ -338,6 +339,7 @@ CONFIG_USB_GADGETFS=m
338339
CONFIG_USB_FUNCTIONFS=m
339340
CONFIG_USB_MASS_STORAGE=m
340341
CONFIG_USB_G_SERIAL=m
342+
CONFIG_USB_ULPI_BUS=y
341343
CONFIG_MMC=y
342344
CONFIG_MMC_SDHCI=y
343345
CONFIG_MMC_SDHCI_PLTFM=y

0 commit comments

Comments
 (0)