Re: [PATCH 3/3] clk: s2mps11: Use existing defines from bindings for clock IDs
From: Rob Herring <robh@kernel.org>
Date: 2018-08-14 20:37:44
Also in:
linux-clk, linux-samsung-soc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-08-14 20:37:44
Also in:
linux-clk, linux-samsung-soc, lkml
On Tue, 7 Aug 2018 18:17:13 +0200, Krzysztof Kozlowski wrote:
The clock IDs must match between DeviceTree bindings and the driver. There is already a header file used by DeviceTree sources so include it in the driver to remove duplicated symbols. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- drivers/clk/clk-s2mps11.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>