[PATCH 3/3] mmc: esdhc i.MX: Support 8bit mode
From: Shawn Guo <hidden>
Date: 2012-09-25 07:45:50
Also in:
linux-mmc
From: Shawn Guo <hidden>
Date: 2012-09-25 07:45:50
Also in:
linux-mmc
On Tue, Sep 25, 2012 at 09:38:08AM +0200, Sascha Hauer wrote:
So you want to make the code conform to the common spec which has bus-width as a required property. Is this really worth it to add an incompatible change to our devicetrees?
I do want to have our implementation conform to common spec. At the current stage devicetrees are not stable anyway, so we should make them right as much as possible before they start getting maintained separately from kernel tree, where we will be asked to maintain devicetree compatibility a lot harder. Shawn