Re: [PATCH 2/2] clk: qcom: Add video clock controller driver for SDM845

From: Stephen Boyd
Date: Wed May 02 2018 - 14:47:17 EST


Quoting Nischal, Amit (2018-05-02 00:56:35)
>
>
> Thanks for the review.
> As of now, there are no resets defined for VIDEOCC. So I will move
> the #reset-cells tooptional property in the dt-binding.
> Same will be updated in the next patch series.

Please don't make it optional. It should be required in the binding,
because there are resets in the hardware. If you don't want to add them
into the driver, that's ok, but it isn't really that hard to add them so
why not add them?