public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* MMC breakage on 3.11/cleanup
@ 2013-06-24 22:27 Joel A Fernandes
  2013-06-25  6:26 ` Balaji T K
  2013-06-25  6:49 ` Tony Lindgren
  0 siblings, 2 replies; 6+ messages in thread
From: Joel A Fernandes @ 2013-06-24 22:27 UTC (permalink / raw)
  To: tony@atomide.com; +Cc: Linux OMAP List, Felipe Balbi, Rajendra Nayak

Hi Tony,

Following branch breaks MMC for me on am33xx (beaglebone):
http://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.11/cleanup

I tried to work around it by specifying interrupt and reg property in DT:
      mmc1: mmc@48060000 {
         compatible = "ti,omap3-hsmmc";
         ti,hwmods = "mmc1";
         ti,dual-volt;
         ti,needs-special-reset;
         dmas = <&edma 24
            &edma 25>;
         dma-names = "tx", "rx";
         interrupts = <64>;
         interrupt-parent = <&intc>;
         reg = <0x48060000 0x1000>;
         status = "disabled";
      };

The probe succeeds but I still get a "Waiting for root device
/dev/mmcblk0p2" when booting over MMC.

If you're planning to push the cleanup branch, can we temporarily add
the hwmod data back while we work on this issue so that upstream MMC
is kept working.

Thanks,

-Joel

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

end of thread, other threads:[~2013-06-25 13:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 22:27 MMC breakage on 3.11/cleanup Joel A Fernandes
2013-06-25  6:26 ` Balaji T K
2013-06-25  6:31   ` Joel A Fernandes
2013-06-25  6:49 ` Tony Lindgren
2013-06-25 10:40   ` Felipe Balbi
2013-06-25 13:56     ` Joel A Fernandes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox