All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: linux-arm-kernel@lists.infradead.org,
	Fabio Estevam <festevam@gmail.com>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Mark Rutland <mark.rutland@arm.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	NXP Linux Team <linux-imx@nxp.com>
Subject: Re: [PATCH 7/9] ARM: dts: imx7d-pico: Extend peripherals support
Date: Thu, 6 Dec 2018 09:38:19 +0800	[thread overview]
Message-ID: <20181206013818.GU3987@dragon> (raw)
In-Reply-To: <20181202212520.16650-8-otavio@ossystems.com.br>

On Sun, Dec 02, 2018 at 07:25:18PM -0200, Otavio Salvador wrote:
...
> +&uart6 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_uart6>;
> +	assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
> +	assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>;
> +	fsl,uart-has-rtscts;

Use uart-has-rtscts instead.

> +	status = "okay";
> +};
> +
> +&uart7 { /* Bluetooth */
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_uart7>;
> +	assigned-clocks = <&clks IMX7D_UART7_ROOT_SRC>;
> +	assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
> +	fsl,uart-has-rtscts;

Ditto

> +	status = "okay";
> +};

Shawn

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 7/9] ARM: dts: imx7d-pico: Extend peripherals support
Date: Thu, 6 Dec 2018 09:38:19 +0800	[thread overview]
Message-ID: <20181206013818.GU3987@dragon> (raw)
In-Reply-To: <20181202212520.16650-8-otavio@ossystems.com.br>

On Sun, Dec 02, 2018 at 07:25:18PM -0200, Otavio Salvador wrote:
...
> +&uart6 {
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_uart6>;
> +	assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
> +	assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>;
> +	fsl,uart-has-rtscts;

Use uart-has-rtscts instead.

> +	status = "okay";
> +};
> +
> +&uart7 { /* Bluetooth */
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_uart7>;
> +	assigned-clocks = <&clks IMX7D_UART7_ROOT_SRC>;
> +	assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
> +	fsl,uart-has-rtscts;

Ditto

> +	status = "okay";
> +};

Shawn

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2018-12-06  1:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 21:25 [PATCH 0/9] Improvements for i.MX7D PICO SoM and its baseboards Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 1/9] ARM: dts: imx7d-pico: Do not harcode the memory size Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 2/9] ARM: dts: imx7d-pico: Switch to SPDX identifier Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 3/9] ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 4/9] ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 5/9] ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 6/9] ARM: dts: imx7d-pico: Improve WiFi regulator name Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 7/9] ARM: dts: imx7d-pico: Extend peripherals support Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-06  1:38   ` Shawn Guo [this message]
2018-12-06  1:38     ` Shawn Guo
2018-12-02 21:25 ` [PATCH 8/9] ARM: dts: imx7d-pico-pi: " Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 9/9] ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant Otavio Salvador
2018-12-02 21:25   ` Otavio Salvador
2018-12-06  1:40 ` [PATCH 0/9] Improvements for i.MX7D PICO SoM and its baseboards Shawn Guo
2018-12-06  1:40   ` 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=20181206013818.GU3987@dragon \
    --to=shawnguo@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=otavio@ossystems.com.br \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.