]> git.baikalelectronics.ru Git - kernel.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)
commite37d5132dd0645877509609935e197da01edb037
tree3d9d6604048131c154cb86b8ed9f0cd51ecf17cb
parent1fcd3348bf64ad476ebfc6ace83dd3dc536b62d3
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]