Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759183AbbLBSNj (ORCPT ); Wed, 2 Dec 2015 13:13:39 -0500 Received: from mail-ig0-f172.google.com ([209.85.213.172]:38625 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759045AbbLBSNg (ORCPT ); Wed, 2 Dec 2015 13:13:36 -0500 MIME-Version: 1.0 In-Reply-To: <565CB727.7030209@simon.arlott.org.uk> References: <565CB727.7030209@simon.arlott.org.uk> From: Florian Fainelli Date: Wed, 2 Dec 2015 10:12:56 -0800 Message-ID: Subject: Re: [PATCH 1/2] clk: Add brcm,bcm63xx-gate-clk device tree binding To: Simon Arlott Cc: Michael Turquette , Stephen Boyd , Kevin Cernekee , "devicetree@vger.kernel.org" , Linux Kernel Mailing List , linux-clk@vger.kernel.org, Linux-MIPS , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1997 Lines: 48 2015-11-30 12:52 GMT-08:00 Simon Arlott : > Add device tree binding for the BCM63xx's gated clocks. > > The BCM63xx contains clocks gated with a register. Clocks are indexed > by bits in the register and are active high. Clock gate bits are > interleaved with other status bits and configurable clocks in the same > register. > > Signed-off-by: Simon Arlott > --- > .../bindings/clock/brcm,bcm63xx-gate-clk.txt | 58 ++++++++++++++++++++++ > 1 file changed, 58 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/brcm,bcm63xx-gate-clk.txt > > diff --git a/Documentation/devicetree/bindings/clock/brcm,bcm63xx-gate-clk.txt b/Documentation/devicetree/bindings/clock/brcm,bcm63xx-gate-clk.txt > new file mode 100644 > index 0000000..3f4ead1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/clock/brcm,bcm63xx-gate-clk.txt > @@ -0,0 +1,58 @@ > +Broadcom BCM63xx clocks > + > +This binding uses the common clock binding: > + Documentation/devicetree/bindings/clock/clock-bindings.txt > + > +The BCM63xx contains clocks gated with a register. Clocks are indexed > +by bits in the register and are active high. Clock gate bits are > +interleaved with other status bits and configurable clocks in the same > +register. Most MIPS-based BCM63xx SoCs have clock gating set of registers, these SoCs are pretty much all of them except 63381 (maybe newer ones too), this one uses the PMB interface, like 63138 to control resets and clocks fed to peripherals. > + > +Required properties: > +- compatible: Should be "brcm,bcm-gate-clk", "brcm,bcm63xx-gate-clk" I think we would want to start with the lowest common denominator here, which is either 6345 or 6348. -- Florian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/