]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask
authorZach Brown <zach.brown@ni.com>
Wed, 2 Nov 2016 15:26:15 +0000 (10:26 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 29 Nov 2016 08:00:48 +0000 (09:00 +0100)
commit426ad975237e880c5ecdc1b74f0a4c34b93d3e14
tree3d9d6604048131c154cb86b8ed9f0cd51ecf17cb
parent49adc0cacbe8553333883059ae183d0274d4ea17
mmc: sdhci: dt: Add device tree properties sdhci-caps and sdhci-caps-mask

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.

Signed-off-by: Zach Brown <zach.brown@ni.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Documentation/devicetree/bindings/mmc/sdhci.txt [new file with mode: 0644]