Re: [PATCH 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask

2016-10-31 Thread Rob Herring
On Fri, Oct 28, 2016 at 10:56:10AM -0500, Zach Brown wrote: > On some systems the sdhci capabilty register is incorrect for one > reason or another. > > The sdhci-caps-mask property specifies which bits in the register > are incorrect and should be turned off before using sdhci-caps to turn > on

Re: [PATCH 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask

2016-10-31 Thread Rob Herring
On Fri, Oct 28, 2016 at 10:56:10AM -0500, Zach Brown wrote: > On some systems the sdhci capabilty register is incorrect for one > reason or another. > > The sdhci-caps-mask property specifies which bits in the register > are incorrect and should be turned off before using sdhci-caps to turn > on

[PATCH 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask

2016-10-28 Thread Zach Brown
On some systems the sdhci capabilty register is incorrect for one reason or another. The sdhci-caps-mask property specifies which bits in the register are incorrect and should be turned off before using sdhci-caps to turn on bits. The sdhci-caps property specifies which bits should be turned on.

[PATCH 1/2] mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask

2016-10-28 Thread Zach Brown
On some systems the sdhci capabilty register is incorrect for one reason or another. The sdhci-caps-mask property specifies which bits in the register are incorrect and should be turned off before using sdhci-caps to turn on bits. The sdhci-caps property specifies which bits should be turned on.