Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755140AbbGAQD2 (ORCPT ); Wed, 1 Jul 2015 12:03:28 -0400 Received: from mail-yk0-f170.google.com ([209.85.160.170]:36720 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754584AbbGAQDU (ORCPT ); Wed, 1 Jul 2015 12:03:20 -0400 MIME-Version: 1.0 In-Reply-To: <1435633127-31952-3-git-send-email-jamesjj.liao@mediatek.com> References: <1435633127-31952-1-git-send-email-jamesjj.liao@mediatek.com> <1435633127-31952-3-git-send-email-jamesjj.liao@mediatek.com> From: Rob Herring Date: Wed, 1 Jul 2015 11:03:00 -0500 Message-ID: Subject: Re: [PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for clock controllers To: James Liao Cc: Matthias Brugger , Mike Turquette , Stephen Boyd , srv_heupstream@mediatek.com, Daniel Kurtz , Ricky Liang , Rob Herring , Sascha Hauer , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-mediatek@lists.infradead.org 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: 2355 Lines: 50 On Mon, Jun 29, 2015 at 9:58 PM, James Liao wrote: > This adds the binding documentation for the mmsys, imgsys, vdecsys, > vencsys and vencltsys controllers found on Mediatek SoCs. > > Signed-off-by: James Liao > --- > .../bindings/arm/mediatek/mediatek,imgsys.txt | 22 ++++++++++++++++++++++ > .../bindings/arm/mediatek/mediatek,mmsys.txt | 22 ++++++++++++++++++++++ > .../bindings/arm/mediatek/mediatek,vdecsys.txt | 22 ++++++++++++++++++++++ > .../bindings/arm/mediatek/mediatek,vencltsys.txt | 22 ++++++++++++++++++++++ > .../bindings/arm/mediatek/mediatek,vencsys.txt | 22 ++++++++++++++++++++++ > 5 files changed, 110 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,imgsys.txt > create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.txt > create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,vdecsys.txt > create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,vencltsys.txt > create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,vencsys.txt > > diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,imgsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,imgsys.txt > new file mode 100644 > index 0000000..7612bac > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,imgsys.txt > @@ -0,0 +1,22 @@ > +Mediatek imgsys controller > +============================ > + > +The Mediatek imgsys controller provides various clocks to the system. Perhaps some detail on what clocks exactly. > + > +Required Properties: > + > +- compatible: Should be: > + - "mediatek,mt8173-imgsys", "syscon" > +- #clock-cells: Must be 1 > + > +The imgsys controller uses the common clk binding from > +Documentation/devicetree/bindings/clock/clock-bindings.txt > +The available clocks are defined in dt-bindings/clock/mt*-clk.h. The header should be part of this patch as it is part of the binding doc. Same comments apply to the other files. -- 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/