linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit
@ 2016-08-24 23:23 Zach Brown
  2016-08-24 23:23 ` [PATCH 2/2] " Zach Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Zach Brown @ 2016-08-24 23:23 UTC (permalink / raw)
  To: adrian.hunter
  Cc: robh+dt, ulf.hansson, mark.rutland, linux-mmc, devicetree,
	linux-kernel, michal.simek, soren.brinkmann, linux-arm-kernel

The sdhci controller on xilinx zynq devices will not function unless
the cd bit is provided. http://www.xilinx.com/support/answers/61064.html
In cases where it is impossible to provide the cd bit in hardware,
setting the controller to test mode and then setting inserted to true
will get the controller to function with out the cd bit.

The device property "fake-cd" will let the arasan driver know it needs
to fake the cd bit for the controller inorder for the controller to
function with a SD card that does not provide the CD bit.

Signed-off-by: Zach Brown <zach.brown@ni.com>
---
 Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
index 3404afa..3b9f406 100644
--- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
+++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
@@ -21,6 +21,10 @@ Required Properties:
   - interrupts: Interrupt specifier
   - interrupt-parent: Phandle for the interrupt controller that services
 		      interrupts for this device.
+Optional Properties:
+- fake-cd: On Zynq Devices the SDHCI Controller will not work without the cd
+  bit. When this option is set the driver will put the controller in test mode
+  and fake the cd bit so it will function.
 
 Required Properties for "arasan,sdhci-5.1":
   - phys: From PHY bindings: Phandle for the Generic PHY for arasan.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-08-29 11:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-24 23:23 [PATCH 1/2] sdhci-of-arasan: Add quirk and device tree parameter to fake CD bit Zach Brown
2016-08-24 23:23 ` [PATCH 2/2] " Zach Brown
2016-08-25  6:56   ` kbuild test robot
2016-08-25  8:50   ` Adrian Hunter
2016-08-25 10:37   ` Lars-Peter Clausen
2016-08-25 10:56 ` [PATCH 1/2] " Mark Rutland
2016-08-25 17:15   ` Zach Brown
2016-08-25 18:10     ` Mark Rutland
2016-08-25 18:26       ` Zach Brown
2016-08-25 18:28         ` Mark Rutland
2016-08-25 20:46           ` Zach Brown
2016-08-26  7:42             ` Ulf Hansson
2016-08-26 22:29               ` Zach Brown
2016-08-29 11:21                 ` Ulf Hansson
2016-08-25 15:10 ` Sören Brinkmann
2016-08-25 15:23   ` Lars-Peter Clausen
2016-08-25 15:29     ` Sören Brinkmann
2016-08-25 15:50       ` Lars-Peter Clausen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).