[RESEND PATCH v2 2/4] drm/etnaviv: Don't ignore errors on getting clocks

2020-06-16 Thread Lubomir Rintel
There might be good reasons why the getting a clock failed. To treat the clocks as optional we're specifically only interested in ignoring -ENOENT, and devm_clk_get_optional() does just that. Note that this preserves the original behavior of all clocks being optional. The binding document

[PATCH v2 2/4] drm/etnaviv: Don't ignore errors on getting clocks

2020-05-23 Thread Lubomir Rintel
There might be good reasons why the getting a clock failed. To treat the clocks as optional we're specifically only interested in ignoring -ENOENT, and devm_clk_get_optional() does just that. Note that this preserves the original behavior of all clocks being optional. The binding document