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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to