[PATCH v2 3/8] DT: clk: sunxi: add binding doc for the multi-bus-gates clock
From: robh@kernel.org (Rob Herring)
Date: 2016-02-18 14:35:58
Also in:
linux-clk, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-02-18 14:35:58
Also in:
linux-clk, linux-devicetree, lkml
On Wed, Feb 17, 2016 at 11:43:55AM +0000, Andre Przywara wrote:
Recent Allwinner SoCs introduced a bus gates clock which can have different parents for individual gates. For the time being we encoded this relation in the driver. This commit specifies a new binding which allows to encode this in the DT by using a child node for each parent clock used. This allows to specify any kind of relation efficiently and also keeps the very same kernel driver for all SoCs at the same time. Signed-off-by: Andre Przywara <andre.przywara@arm.com> --- Documentation/devicetree/bindings/clock/sunxi.txt | 6 ++++++ 1 file changed, 6 insertions(+)
Whether this makes sense or not for sunxi, I don't know. But for the binding: Acked-by: Rob Herring <robh@kernel.org>