linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* usb: wrong compatible string for MX23?
@ 2015-12-28 23:45 Stefan Wahren
  2015-12-29  1:42 ` Peter Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Wahren @ 2015-12-28 23:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Peter,

i was inspired by the discussion about the USB runtime suspend issue on MX28. I
think i've found another issue.
In the dtsi for the MX23 the usb node has the following compatible:

usb0: usb at 80080000 {
        compatible = "fsl,imx23-usb", "fsl,imx27-usb";
...

But in ci_hdrc_imx.c there is only "fsl,imx27-usb" and "fsl,imx28-usb" defined.

So in case of a MX23 board it would fallback to "fsl,imx27-usb", which is IMHO
not correct.

Which way to fix this issue would you suggest:

a) extend ci_hdrc_imx.c and the binding by copying the imx28 platform and name
it imx23

b) rename the compatible string from "fsl,imx23-usb" to "fsl-imx28-usb"

Best regards
Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-29  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 23:45 usb: wrong compatible string for MX23? Stefan Wahren
2015-12-29  1:42 ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).