Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757137AbdLPSgn (ORCPT ); Sat, 16 Dec 2017 13:36:43 -0500 Received: from mail-ot0-f196.google.com ([74.125.82.196]:33521 "EHLO mail-ot0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756815AbdLPSgh (ORCPT ); Sat, 16 Dec 2017 13:36:37 -0500 X-Google-Smtp-Source: ACJfBosgc4Lw7YjGEHUCHyWLhESuAaL9eQZCNtScdthOCvOTv9w5tkv0lPhJrqTOdk7bf5xvEJp84g== Date: Sat, 16 Dec 2017 12:36:34 -0600 From: Rob Herring To: Philipp Rossak Cc: mchehab@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, sean@mess.org, p.zabel@pengutronix.de, andi.shyti@samsung.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [RFC 2/5] [media] dt: bindings: Update binding documentation for sunxi IR controller Message-ID: <20171216183634.y6e3o725yzbcrbkq@rob-hp-laptop> References: <20171216024914.7550-1-embed3d@gmail.com> <20171216024914.7550-3-embed3d@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171216024914.7550-3-embed3d@gmail.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1638 Lines: 34 gOn Sat, Dec 16, 2017 at 03:49:11AM +0100, Philipp Rossak wrote: > This patch updates documentation for Device-Tree bindings for sunxi IR > controller and adds the new requiered property for the base clock frequency. > > Signed-off-by: Philipp Rossak > --- > Documentation/devicetree/bindings/media/sunxi-ir.txt | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/sunxi-ir.txt b/Documentation/devicetree/bindings/media/sunxi-ir.txt > index 91648c569b1e..5f4960c61245 100644 > --- a/Documentation/devicetree/bindings/media/sunxi-ir.txt > +++ b/Documentation/devicetree/bindings/media/sunxi-ir.txt > @@ -1,12 +1,13 @@ > Device-Tree bindings for SUNXI IR controller found in sunXi SoC family > > Required properties: > -- compatible : "allwinner,sun4i-a10-ir" or "allwinner,sun5i-a13-ir" > -- clocks : list of clock specifiers, corresponding to > - entries in clock-names property; > -- clock-names : should contain "apb" and "ir" entries; > -- interrupts : should contain IR IRQ number; > -- reg : should contain IO map address for IR. > +- compatible : "allwinner,sun4i-a10-ir" or "allwinner,sun5i-a13-ir" > +- clocks : list of clock specifiers, corresponding to > + entries in clock-names property; > +- clock-names : should contain "apb" and "ir" entries; > +- interrupts : should contain IR IRQ number; > +- reg : should contain IO map address for IR. > +- base-clk-frequency : should contain the base clock frequency Use clock-frequency or assigned-clocks. Rob