Skip to content

Commit a019ab4

Browse files
Li YangShawn Guo
authored andcommitted
arm64: defconfig: Enable FSL_EDMA driver
Enables the FSL EDMA driver by default. This also works around an issue that imx-i2c driver keeps deferring the probe because of the DMA is not ready. And currently the DMA engine framework can not correctly tell if the DMA channels will truly become available later (it will never be available if the DMA driver is not enabled). This will cause indefinite messages like below: [ 3.335829] imx-i2c 2180000.i2c: can't get pinctrl, bus recovery not supported [ 3.344455] ina2xx 0-0040: power monitor ina220 (Rshunt = 1000 uOhm) [ 3.350917] lm90 0-004c: 0-004c supply vcc not found, using dummy regulator [ 3.362089] imx-i2c 2180000.i2c: can't get pinctrl, bus recovery not supported [ 3.370741] ina2xx 0-0040: power monitor ina220 (Rshunt = 1000 uOhm) [ 3.377205] lm90 0-004c: 0-004c supply vcc not found, using dummy regulator [ 3.388455] imx-i2c 2180000.i2c: can't get pinctrl, bus recovery not supported ..... Signed-off-by: Li Yang <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 53f2ac9 commit a019ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ CONFIG_RTC_DRV_TEGRA=y
613613
CONFIG_RTC_DRV_IMX_SC=m
614614
CONFIG_RTC_DRV_XGENE=y
615615
CONFIG_DMADEVICES=y
616+
CONFIG_FSL_EDMA=y
616617
CONFIG_DMA_BCM2835=m
617618
CONFIG_K3_DMA=y
618619
CONFIG_MV_XOR=y

0 commit comments

Comments
 (0)