Re: [PATCH v2 0/2] Add display clock controller driver for SDM845

From: Stephen Boyd
Date: Tue Jun 19 2018 - 11:23:51 EST


Quoting Taniya Das (2018-06-13 03:33:15)
> [v2]
> * Removed unused header file includes.
> * Moved the frequency table macro to a common file [1].
> * Move to pll config to probe.
> * Update SoC name in device tree binding and
> also update the Kconfig.
>
> Add support for the display clock controller found on SDM845
> based devices. This would allow display drivers to probe and
> control their clocks.
>
> The Display clock driver depends on the frequency table macro
> movement to a common file [1].

Please send that patch along with these patches so the dependency is
clear.

>
> [1]: https://lkml.org/lkml/2018/6/13/216
>