]> Git Repo - esp-hosted.git/commit
Allow SDIO to match on the device tree
authorJesse Taube <[email protected]>
Wed, 7 Dec 2022 21:43:07 +0000 (16:43 -0500)
committerJesse Taube <[email protected]>
Sat, 6 Jul 2024 23:25:08 +0000 (19:25 -0400)
commitc71c8cbd6243d5597fc2ecfaa08478418c345ebb
treec8d93c6a3034d1fe0384d259bf1f90a705aca9e8
parent3af0ee08b3388901a130c63ff4ab7880857dc615
Allow SDIO to match on the device tree

This allows the SDIO driver to match on the device tree. This
is a very simple change, by only adding of_match_table to the driver
structure, but it allows the driver to be used with other boards.

Signed-off-by: Jesse Taube <[email protected]>
esp_hosted_ng/host/esp_sdio.dts [new file with mode: 0644]
esp_hosted_ng/host/sdio/esp_sdio.c
This page took 0.02842 seconds and 5 git commands to generate.