From: Rob Herring <robh@kernel•org>
To: Leonard Crestez <leonard.crestez@nxp•com>
Cc: "Mark Rutland" <mark.rutland@arm•com>,
"Artur Świgoń" <a.swigon@partner•samsung.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>,
"MyungJoo Ham" <myungjoo.ham@samsung•com>,
"Abel Vesa" <abel.vesa@nxp•com>,
"Anson Huang" <Anson.Huang@nxp•com>,
"Krzysztof Kozlowski" <krzk@kernel•org>,
"Chanwoo Choi" <cw00.choi@samsung•com>,
"Matthias Kaehlcke" <mka@chromium•org>,
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>,
"Alexandre Bailon" <abailon@baylibre•com>
Subject: Re: [PATCH 1/8] dt-bindings: interconnect: Add bindings for imx8m noc
Date: Mon, 30 Mar 2020 09:39:12 -0600 [thread overview]
Message-ID: <20200330153912.GA20064@bogus> (raw)
In-Reply-To: <b7a93b75a3ea57aadeeda766a0b729a4bc97ccc9.1585188174.git.leonard.crestez@nxp.com>
On Thu, 26 Mar 2020 04:16:13 +0200, 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 | 138 ++++++++++++++++++
> 1 file changed, 138 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml: while parsing a block mapping
in "<unicode string>", line 4, column 1
did not find expected key
in "<unicode string>", line 79, column 9
Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.example.dts' failed
make[1]: *** [Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.example.dts] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:1262: recipe for target 'dt_binding_check' failed
make: *** [dt_binding_check] Error 2
See https://patchwork.ozlabs.org/patch/1261720
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:
pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade
Please check and re-submit.
_______________________________________________
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-03-30 15:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-26 2:16 [PATCH 0/8] interconnect: Add imx support via devfreq Leonard Crestez
2020-03-26 2:16 ` [PATCH 1/8] dt-bindings: interconnect: Add bindings for imx8m noc Leonard Crestez
2020-03-30 15:39 ` Rob Herring [this message]
2020-03-26 2:16 ` [PATCH 2/8] PM / devfreq: Add generic imx bus scaling driver Leonard Crestez
2020-03-31 23:04 ` Chanwoo Choi
2020-04-01 14:20 ` Leonard Crestez
2020-04-01 22:57 ` Chanwoo Choi
2020-04-02 9:53 ` Leonard Crestez
2020-04-03 6:23 ` Chanwoo Choi
2020-03-26 2:16 ` [PATCH 3/8] PM / devfreq: imx: Register interconnect device Leonard Crestez
2020-03-31 23:08 ` Chanwoo Choi
2020-04-01 14:19 ` Leonard Crestez
2020-03-26 2:16 ` [PATCH 4/8] interconnect: Add imx core driver Leonard Crestez
2020-03-26 2:16 ` [PATCH 5/8] interconnect: imx: Add platform driver for imx8mm Leonard Crestez
2020-03-26 2:16 ` [PATCH 6/8] interconnect: imx: Add platform driver for imx8mq Leonard Crestez
2020-03-26 2:16 ` [PATCH 7/8] interconnect: imx: Add platform driver for imx8mn Leonard Crestez
2020-03-26 2:16 ` [PATCH 8/8] arm64: dts: imx8m: Add NOC nodes Leonard Crestez
2020-03-26 13:55 ` [PATCH 0/8] interconnect: Add imx support via devfreq Martin Kepplinger
2020-03-27 11:36 ` Guido Günther
2020-03-30 8:52 ` Martin Kepplinger
2020-03-31 5:39 ` Leonard Crestez
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=20200330153912.GA20064@bogus \
--to=robh@kernel$(echo .)org \
--cc=Anson.Huang@nxp$(echo .)com \
--cc=a.swigon@partner$(echo .)samsung.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