* iMX53 UART2 suspend freeze
@ 2016-09-12 21:47 Alexey Mednyy
0 siblings, 0 replies; only message in thread
From: Alexey Mednyy @ 2016-09-12 21:47 UTC (permalink / raw)
To: linux-arm-kernel
We've met strange bug with mx53-qsb based board.
We use all 5 UART ports and I can say that on current UART2 with next
configuration in device-tree :
pinctrl_uart2: uart2grp {
fsl,pins = <
MX53_PAD_PATA_BUFFER_EN__UART2_RXD_MUX 0x1e4
MX53_PAD_PATA_DMARQ__UART2_TXD_MUX 0x1e4
>;
};
&uart2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>;
status = "okay";
};
prevents board from suspend.
That's happening at least since commit
29add68d16474b7e8e3eadd94da4e909533b99d2 which is also suspend fixing
commit.
All other ports UART1,3,4,5 suspending/resuming fine.
I don't know where do dig next I double checked pinctl settings and it
seems like everything good there.
I've found that most of mx53 based boards with uart2 using the same
muxing configuration.
I wonder if anybody else experiencing this issue?
same configured boards are:
imx53-smd.dts
imx53-tx53.dtsi - based
imx53-tqma53.dtsi - based
imx53-m53evk.dts
_________________________________
Best regards, Mednyy Alexey.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-12 21:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12 21:47 iMX53 UART2 suspend freeze Alexey Mednyy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox