From: Rob Herring <robh@kernel•org>
To: Leonard Crestez <leonard.crestez@nxp•com>
Cc: "Mark Rutland" <mark.rutland@arm•com>,
"Jacky Bai" <ping.bai@nxp•com>,
"Rafael J. Wysocki" <rafael@kernel•org>,
"Viresh Kumar" <viresh.kumar@linaro•org>,
"Michael Turquette" <mturquette@baylibre•com>,
"Angus Ainslie" <angus@akkea•ca>,
"Artur Świgoń" <a.swigon@samsung•com>,
"Alexandre Bailon" <abailon@baylibre•com>,
"Matthias Kaehlcke" <mka@chromium•org>,
"Abel Vesa" <abel.vesa@nxp•com>,
"Anson Huang" <Anson.Huang@nxp•com>,
"Krzysztof Kozlowski" <krzk@kernel•org>,
"Chanwoo Choi" <cw00.choi@samsung•com>,
"MyungJoo Ham" <myungjoo.ham@samsung•com>,
linux-imx@nxp•com, devicetree@vger•kernel.org,
linux-pm@vger•kernel.org, "Martin Kepplinger" <martink@posteo•de>,
"Silvano di Ninno" <silvano.dininno@nxp•com>,
linux-arm-kernel@lists•infradead.org,
"Dong Aisheng" <aisheng.dong@nxp•com>,
"Saravana Kannan" <saravanak@google•com>,
"Stephen Boyd" <sboyd@kernel•org>,
"Kyungmin Park" <kyungmin.park@samsung•com>,
kernel@pengutronix•de, "Fabio Estevam" <fabio.estevam@nxp•com>,
"Shawn Guo" <shawnguo@kernel•org>,
"Georgi Djakov" <georgi.djakov@linaro•org>
Subject: Re: [PATCH v3 1/8] dt-bindings: interconnect: Add bindings for imx8m noc
Date: Tue, 14 Apr 2020 18:46:23 -0500 [thread overview]
Message-ID: <20200414234623.GA22499@bogus> (raw)
In-Reply-To: <8b341d91e9aee679ae69feb22a2c842b2aeb2137.1586174566.git.leonard.crestez@nxp.com>
On Mon, 6 Apr 2020 15:03:06 +0300, Leonard Crestez wrote:
> Add initial dt bindings for the interconnects inside i.MX chips.
> Multiple external IPs are involved but SOC integration means the
> software controllable interfaces are very similar.
>
> Main NOC node acts as interconnect provider if #interconnect-cells is
> present. Currently there is a single imx interconnect provider for the
> whole SOC.
>
> Other pieces of scalable interconnects can be present, each with their
> own OPP table.
>
> Signed-off-by: Leonard Crestez <leonard.crestez@nxp•com>
> ---
> .../bindings/interconnect/fsl,imx8m-noc.yaml | 101 ++++++++++++++++++
> 1 file changed, 101 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
>
Reviewed-by: Rob Herring <robh@kernel•org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-04-14 23:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-06 12:03 [PATCH v3 0/8] interconnect: Add imx support via devfreq Leonard Crestez
2020-04-06 12:03 ` [PATCH v3 1/8] dt-bindings: interconnect: Add bindings for imx8m noc Leonard Crestez
2020-04-14 23:46 ` Rob Herring [this message]
2020-04-06 12:03 ` [PATCH v3 2/8] PM / devfreq: Add generic imx bus scaling driver Leonard Crestez
2020-04-07 0:14 ` Chanwoo Choi
2020-04-06 12:03 ` [PATCH v3 3/8] PM / devfreq: imx: Register interconnect device Leonard Crestez
2020-04-06 12:03 ` [PATCH v3 4/8] interconnect: Add imx core driver Leonard Crestez
2020-04-06 12:03 ` [PATCH v3 5/8] interconnect: imx: Add platform driver for imx8mm Leonard Crestez
2020-04-06 12:03 ` [PATCH v3 6/8] interconnect: imx: Add platform driver for imx8mq Leonard Crestez
2020-04-06 12:03 ` [PATCH v3 7/8] interconnect: imx: Add platform driver for imx8mn Leonard Crestez
2020-04-06 12:03 ` [PATCH v3 8/8] arm64: dts: imx8m: Add NOC nodes Leonard Crestez
2020-04-09 9:30 ` Martin Kepplinger
2020-04-29 7:30 ` [PATCH v3 0/8] interconnect: Add imx support via devfreq Georgi Djakov
2020-05-07 0:02 ` Chanwoo Choi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200414234623.GA22499@bogus \
--to=robh@kernel$(echo .)org \
--cc=Anson.Huang@nxp$(echo .)com \
--cc=a.swigon@samsung$(echo .)com \
--cc=abailon@baylibre$(echo .)com \
--cc=abel.vesa@nxp$(echo .)com \
--cc=aisheng.dong@nxp$(echo .)com \
--cc=angus@akkea$(echo .)ca \
--cc=cw00.choi@samsung$(echo .)com \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=fabio.estevam@nxp$(echo .)com \
--cc=georgi.djakov@linaro$(echo .)org \
--cc=kernel@pengutronix$(echo .)de \
--cc=krzk@kernel$(echo .)org \
--cc=kyungmin.park@samsung$(echo .)com \
--cc=leonard.crestez@nxp$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-imx@nxp$(echo .)com \
--cc=linux-pm@vger$(echo .)kernel.org \
--cc=mark.rutland@arm$(echo .)com \
--cc=martink@posteo$(echo .)de \
--cc=mka@chromium$(echo .)org \
--cc=mturquette@baylibre$(echo .)com \
--cc=myungjoo.ham@samsung$(echo .)com \
--cc=ping.bai@nxp$(echo .)com \
--cc=rafael@kernel$(echo .)org \
--cc=saravanak@google$(echo .)com \
--cc=sboyd@kernel$(echo .)org \
--cc=shawnguo@kernel$(echo .)org \
--cc=silvano.dininno@nxp$(echo .)com \
--cc=viresh.kumar@linaro$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox