From: Fabio Estevam <festevam@gmail.com>
To: Sebastian Reichel <sre@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
NXP Linux Team <linux-imx@nxp.com>,
Dong Aisheng <aisheng.dong@nxp.com>,
Linus Walleij <linus.walleij@linaro.org>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Stefan Wahren <wahrenst@gmx.net>
Subject: Re: [PATCH v4 16/16] ARM: dts: imx6ull-uti260b: Add board
Date: Sat, 24 Feb 2024 22:11:03 -0300 [thread overview]
Message-ID: <CAOMZO5CWQk8__qwHF8ysXnY4zAfd_FvW+Znd1sdoPc_uPJJE4A@mail.gmail.com> (raw)
In-Reply-To: <20240224213240.1854709-17-sre@kernel.org>
On Sat, Feb 24, 2024 at 6:33 PM Sebastian Reichel <sre@kernel.org> wrote:
> +&gpio2 {
> + /* configuring this to output-high results in poweroff */
> + power-en-hog {
> + gpio-hog;
> + gpios = <6 GPIO_ACTIVE_HIGH>;
> + line-name = "power-en-gpio";
> + output-low;
> + pinctrl-names = "default";
> + pinctrl-0 = <&mux_poweroff2>;
> + };
> +};
> +
> +&ecspi3 {
It is recommended to put the nodes in alphabetical order (except
iomuxc, which is the last one).
> + mux_gc0308: gc0308grp {
> + fsl,pins = <
> + MX6UL_PAD_CSI_MCLK__CSI_MCLK 0x1e038
> + MX6UL_PAD_GPIO1_IO05__GPIO1_IO05 0x1b088
> + MX6UL_PAD_GPIO1_IO06__GPIO1_IO06 0x1b088
> + >;
> + };
> +
> +
There is an extra blank line here.
Reviewed-by: Fabio Estevam <festevam@gmail.com>
next prev parent reply other threads:[~2024-02-25 1:11 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-24 21:29 [PATCH v4 00/16] UNI-T UTi260B support Sebastian Reichel
2024-02-24 21:29 ` [PATCH v4 01/16] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML Sebastian Reichel
2024-02-24 21:29 ` [PATCH v4 02/16] dt-bindings: bus: imx-weim: " Sebastian Reichel
2024-02-26 7:25 ` (subset) " Krzysztof Kozlowski
2024-02-24 21:29 ` [PATCH v4 03/16] dt-bindings: input: touchscreen: fsl,imx6ul-tsc " Sebastian Reichel
2024-02-24 21:29 ` [PATCH v4 04/16] dt-bindings: soc: imx: fsl,imx-anatop: add binding Sebastian Reichel
2024-02-24 21:29 ` [PATCH v4 05/16] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6 Sebastian Reichel
2024-02-24 21:29 ` [PATCH v4 06/16] dt-bindings: lcdif: Do not require power-domains for i.MX6ULL Sebastian Reichel
2024-02-25 1:05 ` Fabio Estevam
2024-02-26 14:55 ` Rob Herring
2024-02-24 21:29 ` [PATCH v4 07/16] dt-bindings: fsl-imx-sdma: fix HDMI audio index Sebastian Reichel
2024-02-24 21:29 ` [PATCH v4 08/16] ARM: dts: imx6ull: fix pinctrl node name Sebastian Reichel
2024-02-25 13:54 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 09/16] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1 Sebastian Reichel
2024-02-25 13:55 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 10/16] ARM: dts: imx6ul: add missing #thermal-sensor-cells Sebastian Reichel
2024-02-25 13:53 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 11/16] ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios Sebastian Reichel
2024-02-25 13:55 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 12/16] ARM: dts: nxp: imx6ul: fix touchscreen node name Sebastian Reichel
2024-02-25 13:56 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 13/16] ARM: dts: nxp: imx: fix weim " Sebastian Reichel
2024-02-25 13:56 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 14/16] dt-bindings: vendor-prefixes: add UNI-T Sebastian Reichel
2024-02-25 13:57 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 15/16] dt-bindings: arm: add UNI-T UTi260B Sebastian Reichel
2024-02-25 13:57 ` Shawn Guo
2024-02-24 21:29 ` [PATCH v4 16/16] ARM: dts: imx6ull-uti260b: Add board Sebastian Reichel
2024-02-25 1:11 ` Fabio Estevam [this message]
2024-02-25 14:15 ` Shawn Guo
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=CAOMZO5CWQk8__qwHF8ysXnY4zAfd_FvW+Znd1sdoPc_uPJJE4A@mail.gmail.com \
--to=festevam@gmail.com \
--cc=aisheng.dong@nxp.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=sre@kernel.org \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).