Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp258297pxu; Thu, 7 Jan 2021 04:21:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJx8fEvjsYk5hdLBccaJBf6NVJ6o3q4/2DIYYx5MTz8QQt8soJffZAAiRFbFv7lJJZYrtpRC X-Received: by 2002:a50:a694:: with SMTP id e20mr1475708edc.261.1610022081769; Thu, 07 Jan 2021 04:21:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610022081; cv=none; d=google.com; s=arc-20160816; b=HFi/69CNI5Bhp6qwQoGY+66hsj/WhESKt9ApY87EDDgPqSCNayHgC0dZ2J6UH6LFFx fGd7hzh2ZD6li4TLaFdwl0zpqu+WaBMe1MPjxvnLFYdSO8uwJ9uwW6F9khbBw7Hjs7kE nvudCHfu3XyGdkKO6YmvjlytO0m4xvHheF+F8BOxG9mlVl75ZE/JRVBopL/eKlR5SmEE Dz6dxbipJzf5TCr6FOfnKVm4owojpArupwcM+eaOrsj3Zei/l80WubeVA7ckydVGYVB3 ooRraxOz3827CLaOK+69p8V4uSyDnEFFwVjeF84fEvUdL6itrdKiqwdOIOwQCzujuAX5 Sy+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:references:in-reply-to :message-id:date:subject:cc:to:from; bh=+9ziGpB3DXT8TVRm51Fxd8eFFedSiyhc/50Znh0ISUI=; b=U//DS00aCU/WA8cVyAzp7c9ymjOGpT3isFgS3c1le50XRnPoQJpz8NheStmYz0/y2S FtQUGl3ud7VLVEFW8qyU8cyP9ptbKMTbNdjtAGHRxXEX+0922V8HfgXjJA8r6a3kMimI HGy0k1i4s45J1bu7AbCN3ZlGAKvY0FTdztGyJDMDkDD7gkg/fir1bUb2GsZnym10tddh dfuReL/4TLJIvWE422/2DwJ1b8P/NWCwoxMSfjLqAZT4Jcr1DsrYC9KB3T9Al3lX4Oyy vfu0hk2ZawE3kK5Zv3wmxf4U8QWehU7xUwPk+ZYc/ZC/SS2TzE/ZcEemRSzOm5fRK7Kg Y8Mw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d9si2198296eds.129.2021.01.07.04.20.58; Thu, 07 Jan 2021 04:21:21 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728217AbhAGMTS (ORCPT + 99 others); Thu, 7 Jan 2021 07:19:18 -0500 Received: from comms.puri.sm ([159.203.221.185]:43970 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726229AbhAGMTR (ORCPT ); Thu, 7 Jan 2021 07:19:17 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 99DC7E20FB; Thu, 7 Jan 2021 04:18:37 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WpnXYetPGgyj; Thu, 7 Jan 2021 04:18:36 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com, catalin.marinas@arm.com, will@kernel.org, georgi.djakov@linaro.org, cdleonard@gmail.com, gregkh@linuxfoundation.org Cc: 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, Martin Kepplinger Subject: [PATCH v4 3/5] dt-bindings: mxsfb: Add interconnect bindings for LCDIF path Date: Thu, 7 Jan 2021 13:17:52 +0100 Message-Id: <20210107121754.3295-4-martin.kepplinger@puri.sm> In-Reply-To: <20210107121754.3295-1-martin.kepplinger@puri.sm> References: <20210107121754.3295-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. + Required sub-nodes: - port: The connection to an encoder chip. -- 2.20.1