Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d076b063 authored by Subhash Jadavani's avatar Subhash Jadavani
Browse files

ARM: dts: msm: enable hot plug support of SD cards on sdm845 MTP



We need to add the support for gpio based card insertion/removal event
detection support. But this is bit complicated as SDM845 boards have
the combo card slot which can either take SD or UFS card at one time and
there is a single GPIO assigned for card detect event. This means we need
some module which takes the responsibility of controlling (configuration,
interrupt handling) this shared card detection GPIO and pass card detection
event to both MMC and UFS card drivers so they can probe to see what card
is inserted. Kernel already have the extcon-gpio module which can be used
a gpio control module and can pass the card detection event to both MMC &
UFS card drivers. So we are adding the extcon-gpio node which gets used
by SD card and later on by UFS card as well.

Change-Id: Iab98fa045f3cb85ea0ea9019c049a17bee29c632
Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
parent dc62e315
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment