diff options
| author | Raphael Gallais-Pou <[email protected]> | 2026-02-05 00:35:40 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-09 08:51:05 -0600 |
| commit | 0b429f7c6b9de24eb4b8d8ddab74b0020994c405 (patch) | |
| tree | 2ecb49b642ef8ce322f49d30dcd173d05834aa3b /doc/develop/bootstd | |
| parent | b26cc03b7cecaabdb306c2f68eebde764161a545 (diff) | |
video: stm32: dsi: add .of_to_plat callback
Drivers should extract device-tree data before probing via the
.of_to_plat hook.
Implement it for stm32_dsi driver. By doing so, it also solve a
variable shadowing in stm32_dsi_probe() where &clk was used as
peripheral clock and ref clock.
For readability some struct have been renamed such as:
* struct stm32_dsi_priv *dsi -> struct stm32_dsi_priv *priv
* struct clk clk -> struct clk pclk
Signed-off-by: Raphael Gallais-Pou <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'doc/develop/bootstd')
0 files changed, 0 insertions, 0 deletions
