All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/6] pinctrl: at91-pio4: add compatible for sama7g5 pinctrl block
@ 2020-08-27  9:04 Eugen Hristev
  2020-08-27  9:04 ` [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility string Eugen Hristev
  0 siblings, 1 reply; 3+ messages in thread
From: Eugen Hristev @ 2020-08-27  9:04 UTC (permalink / raw)
  To: u-boot

Add new compatible to microchip,sama7g5 new SoC.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 drivers/pinctrl/pinctrl-at91-pio4.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c b/drivers/pinctrl/pinctrl-at91-pio4.c
index fdb7920b55..bf85cc916a 100644
--- a/drivers/pinctrl/pinctrl-at91-pio4.c
+++ b/drivers/pinctrl/pinctrl-at91-pio4.c
@@ -169,6 +169,7 @@ static int atmel_pinctrl_probe(struct udevice *dev)
 
 static const struct udevice_id atmel_pinctrl_match[] = {
 	{ .compatible = "atmel,sama5d2-pinctrl" },
+	{ .compatible = "microchip,sama7g5-pinctrl" },
 	{}
 };
 
-- 
2.25.1

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

* [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility string
  2020-08-27  9:04 [PATCH v2 2/6] pinctrl: at91-pio4: add compatible for sama7g5 pinctrl block Eugen Hristev
@ 2020-08-27  9:04 ` Eugen Hristev
  2020-08-27  9:32   ` Peng Fan
  0 siblings, 1 reply; 3+ messages in thread
From: Eugen Hristev @ 2020-08-27  9:04 UTC (permalink / raw)
  To: u-boot

Add new compatibility string for matching sama7g5 product.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 drivers/mmc/atmel_sdhci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c
index 0c53caf448..f03c0457e1 100644
--- a/drivers/mmc/atmel_sdhci.c
+++ b/drivers/mmc/atmel_sdhci.c
@@ -113,6 +113,7 @@ static int atmel_sdhci_bind(struct udevice *dev)
 static const struct udevice_id atmel_sdhci_ids[] = {
 	{ .compatible = "atmel,sama5d2-sdhci" },
 	{ .compatible = "microchip,sam9x60-sdhci" },
+	{ .compatible = "microchip,sama7g5-sdhci" },
 	{ }
 };
 
-- 
2.25.1

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

* [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility string
  2020-08-27  9:04 ` [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility string Eugen Hristev
@ 2020-08-27  9:32   ` Peng Fan
  0 siblings, 0 replies; 3+ messages in thread
From: Peng Fan @ 2020-08-27  9:32 UTC (permalink / raw)
  To: u-boot

> Subject: [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility
> string
> 
> Add new compatibility string for matching sama7g5 product.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---
>  drivers/mmc/atmel_sdhci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c index
> 0c53caf448..f03c0457e1 100644
> --- a/drivers/mmc/atmel_sdhci.c
> +++ b/drivers/mmc/atmel_sdhci.c
> @@ -113,6 +113,7 @@ static int atmel_sdhci_bind(struct udevice *dev)
> static const struct udevice_id atmel_sdhci_ids[] = {
>  	{ .compatible = "atmel,sama5d2-sdhci" },
>  	{ .compatible = "microchip,sam9x60-sdhci" },
> +	{ .compatible = "microchip,sama7g5-sdhci" },
>  	{ }
>  };
> 

Reviewed-by: Peng Fan <peng.fan@nxp.com>

> --
> 2.25.1

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

end of thread, other threads:[~2020-08-27  9:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  9:04 [PATCH v2 2/6] pinctrl: at91-pio4: add compatible for sama7g5 pinctrl block Eugen Hristev
2020-08-27  9:04 ` [PATCH v2 3/6] mmc: atmel-sdhci: add sama7g5-sdhci compatibility string Eugen Hristev
2020-08-27  9:32   ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.