From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RFCv4 3/7] dt-bindings: devfreq: imx: Describe interconnect properties Date: Tue, 17 Sep 2019 15:19:56 -0500 Message-ID: <20190917201956.GA10780@bogus> References: <3f27038292c09c8bf07a086eac759132c100aedb.1566570260.git.leonard.crestez@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <3f27038292c09c8bf07a086eac759132c100aedb.1566570260.git.leonard.crestez@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Leonard Crestez Cc: Mark Rutland , Artur =?utf-8?B?xZp3aWdvxYQ=?= , linux-arm-kernel@lists.infradead.org, Saravana Kannan , linux-pm@vger.kernel.org, Stephen Boyd , Viresh Kumar , Michael Turquette , Krzysztof Kozlowski , Chanwoo Choi , Kyungmin Park , MyungJoo Ham , Alexandre Bailon , kernel@pengutronix.de, Dong Aisheng , Fabio Estevam , Shawn Guo , Georgi Djakov , devicetree@vger.kernel.org, linux-imx@nxp.com List-Id: devicetree@vger.kernel.org On Fri, Aug 23, 2019 at 05:36:56PM +0300, Leonard Crestez wrote: > The interconnect-node-id property is parsed by the imx interconnect > driver to find nodes on which frequencies can be adjusted. > > Add #interconnect-cells so that device drivers can request paths from > bus nodes instead of requiring a separate "virtual" node to represent > the interconnect itself. > > Signed-off-by: Leonard Crestez > --- > Documentation/devicetree/bindings/devfreq/imx-ddrc.yaml | 5 +++++ > Documentation/devicetree/bindings/devfreq/imx.yaml | 5 +++++ > 2 files changed, 10 insertions(+) Please combine this with the other series for devfreq support. Rob