X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fsdhci.h;h=23893b57408056ea3cd077af2923a300e53c36fb;hb=2d3c80b422b57686db37eef31fb6a1a0d7ea3dd0;hp=2c480d07bfe438f89de75703bd5b71393f6e43ee;hpb=82b9547387389cc4147596cb45609bf29d3fdbdb;p=karo-tx-uboot.git diff --git a/include/sdhci.h b/include/sdhci.h index 2c480d07bf..23893b5740 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -12,6 +12,7 @@ #include #include +#include /* * Controller registers @@ -244,6 +245,10 @@ struct sdhci_host { const struct sdhci_ops *ops; int index; + int bus_width; + struct gpio_desc pwr_gpio; /* Power GPIO */ + struct gpio_desc cd_gpio; /* Card Detect GPIO */ + void (*set_control_reg)(struct sdhci_host *host); void (*set_clock)(int dev_index, unsigned int div); uint voltages;