From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752059AbcAFPII (ORCPT ); Wed, 6 Jan 2016 10:08:08 -0500 Received: from mail.kernel.org ([198.145.29.136]:46472 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751643AbcAFPIG (ORCPT ); Wed, 6 Jan 2016 10:08:06 -0500 Date: Wed, 6 Jan 2016 09:08:00 -0600 From: Rob Herring To: James Liao Cc: Matthias Brugger , Mike Turquette , Stephen Boyd , Sascha Hauer , Daniel Kurtz , Philipp Zabel , srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 2/6] dt-bindings: ARM: Mediatek: Document bindings for MT2701 Message-ID: <20160106150800.GA941@rob-hp-laptop> References: <1451975422-31174-1-git-send-email-jamesjj.liao@mediatek.com> <1451975422-31174-3-git-send-email-jamesjj.liao@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451975422-31174-3-git-send-email-jamesjj.liao@mediatek.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 05, 2016 at 02:30:18PM +0800, James Liao wrote: > This patch adds the binding documentation for apmixedsys, bdpsys, > ethsys, hifsys, imgsys, infracfg, mmsys, pericfg, topckgen and > vdecsys for Mediatek MT2701. > > Signed-off-by: James Liao [...] > diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,bdpsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,bdpsys.txt > new file mode 100644 > index 0000000..4137196 > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,bdpsys.txt > @@ -0,0 +1,22 @@ > +Mediatek bdpsys controller > +============================ > + > +The Mediatek bdpsys controller provides various clocks to the system. > + > +Required Properties: > + > +- compatible: Should be: > + - "mediatek,mt2701-bdpsys", "syscon" If this block and others only provide clocks, then why do you need syscon here? If it is more that clocks, then the description is wrong. Rob