[PATCH v3] dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
From: Vinod Koul <hidden>
Date: 2018-03-11 15:04:23
Also in:
dmaengine, linux-devicetree
From: Vinod Koul <hidden>
Date: 2018-03-11 15:04:23
Also in:
dmaengine, linux-devicetree
On Wed, Mar 07, 2018 at 04:40:10PM +0100, Gregory CLEMENT wrote:
On the CP110 components which are present on the Armada 7K/8K SoC we need to explicitly enable the clock for the registers. However it is not needed for the AP8xx component, that's why this clock is optional. With this patch both clock have now a name, but in order to be backward compatible, the name of the first clock is not used. It allows to still use this clock with a device tree using the old binding.
Applied, thanks -- ~Vinod