From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 529FFC64E90 for ; Tue, 1 Dec 2020 13:47:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 01E63206F9 for ; Tue, 1 Dec 2020 13:47:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387999AbgLANrY (ORCPT ); Tue, 1 Dec 2020 08:47:24 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:45966 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391101AbgLANrX (ORCPT ); Tue, 1 Dec 2020 08:47:23 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 87F2AFB03; Tue, 1 Dec 2020 14:46:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X1ChpxCqEnvi; Tue, 1 Dec 2020 14:46:38 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 33DF04068E; Tue, 1 Dec 2020 14:46:38 +0100 (CET) Date: Tue, 1 Dec 2020 14:46:38 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Martin Kepplinger Cc: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com, catalin.marinas@arm.com, will@kernel.org, georgi.djakov@linaro.org, cdleonard@gmail.com, kernel@pengutronix.de, linux-imx@nxp.com, kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Laurent Pinchart Subject: Re: [PATCH v2 4/7] dt-bindings: mxsfb: Add interconnect bindings for LCDIF path Message-ID: <20201201134638.GA305734@bogon.m.sigxcpu.org> References: <20201201123932.12312-1-martin.kepplinger@puri.sm> <20201201123932.12312-5-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201201123932.12312-5-martin.kepplinger@puri.sm> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Martin, On Tue, Dec 01, 2020 at 01:39:29PM +0100, Martin Kepplinger wrote: > Add optional interconnect properties for the dram path requests. > > Signed-off-by: Martin Kepplinger > --- > Documentation/devicetree/bindings/display/mxsfb.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt > index c985871c46b3..d494a2674290 100644 > --- a/Documentation/devicetree/bindings/display/mxsfb.txt > +++ b/Documentation/devicetree/bindings/display/mxsfb.txt > @@ -15,6 +15,12 @@ Required properties: > - "pix" for the LCDIF block clock > - (MX6SX-only) "axi", "disp_axi" for the bus interface clock > > +Optional properties: > +- interconnects : interconnect path specifier for LCDIF according to > + Documentation/devicetree/bindings/interconnect/interconnect.txt. > +- interconnect-names: the name describing the interconnect path. > + Should be "dram" for i.MX8MQ. > + There's a yaml conversion by Laurentiu for mxsfb in flight: https://lore.kernel.org/dri-devel/20201007012438.27970-2-laurent.pinchart@ideasonboard.com/ Cheers, -- Guido > Required sub-nodes: > - port: The connection to an encoder chip. > > -- > 2.20.1 >