Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1726215
| From | Ingo van Lil <inguin@gmx.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] clk: at91: utmi: set the mainck rate |
| Date | 2017-09-04 20:00 +0200 |
| Message-ID | <um3Pb-58-7@gated-at.bofh.it> (permalink) |
| References | <ulWkF-3S4-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/04/2017 11:52 AM, Ludovic Desroches wrote:
> + /* SFR node missing is not necessarily an issue. */
> + regmap_sfr = syscon_regmap_lookup_by_compatible("atmel,sama5d2-sfr");
> + if (IS_ERR(regmap_sfr))
> + regmap_sfr = NULL;
What about SAMA5D3? That chip has an UTMICKTRIM register, too (SAMA5D4
doesn't, though).
Otherwise the patch looks good and works fine on both my boards (SAMA5D2
16MHz and SAMA5D3 12MHz).
Regards,
Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] clk: at91: utmi: set the mainck rate Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-09-04 12:00 +0200
Re: [PATCH v2] clk: at91: utmi: set the mainck rate Ingo van Lil <inguin@gmx.de> - 2017-09-04 20:00 +0200
Re: [PATCH v2] clk: at91: utmi: set the mainck rate Ludovic Desroches <ludovic.desroches@microchip.com> - 2017-09-05 08:20 +0200
csiph-web