All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Alistair Francis <alistair@alistair23.me>
Cc: arnd@arndb.de, olof@lixom.net, robh+dt@kernel.org,
	s.hauer@pengutronix.de, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, alistair23@gmail.com
Subject: Re: [PATCH v3 2/3] ARM: dts: imx7d: remarkable2: Enable the power button
Date: Wed, 3 Mar 2021 21:45:05 +0800	[thread overview]
Message-ID: <20210303134505.GK15865@dragon> (raw)
In-Reply-To: <20210204030316.489-2-alistair@alistair23.me>

On Wed, Feb 03, 2021 at 07:03:15PM -0800, Alistair Francis wrote:
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> ---
>  arch/arm/boot/dts/imx7d-remarkable2.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx7d-remarkable2.dts b/arch/arm/boot/dts/imx7d-remarkable2.dts
> index 0aae13f5eed6..0978e26f5db5 100644
> --- a/arch/arm/boot/dts/imx7d-remarkable2.dts
> +++ b/arch/arm/boot/dts/imx7d-remarkable2.dts
> @@ -62,6 +62,10 @@ &sdma {
>  	status = "okay";
>  };
>  
> +&snvs_pwrkey {
> +	status = "okay";
> +};
> +

Please merge it into patch #1.

Shawn

>  &uart1 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_uart1>;
> -- 
> 2.30.0
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Alistair Francis <alistair@alistair23.me>
Cc: arnd@arndb.de, olof@lixom.net, robh+dt@kernel.org,
	s.hauer@pengutronix.de, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, alistair23@gmail.com
Subject: Re: [PATCH v3 2/3] ARM: dts: imx7d: remarkable2: Enable the power button
Date: Wed, 3 Mar 2021 21:45:05 +0800	[thread overview]
Message-ID: <20210303134505.GK15865@dragon> (raw)
In-Reply-To: <20210204030316.489-2-alistair@alistair23.me>

On Wed, Feb 03, 2021 at 07:03:15PM -0800, Alistair Francis wrote:
> Signed-off-by: Alistair Francis <alistair@alistair23.me>
> ---
>  arch/arm/boot/dts/imx7d-remarkable2.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx7d-remarkable2.dts b/arch/arm/boot/dts/imx7d-remarkable2.dts
> index 0aae13f5eed6..0978e26f5db5 100644
> --- a/arch/arm/boot/dts/imx7d-remarkable2.dts
> +++ b/arch/arm/boot/dts/imx7d-remarkable2.dts
> @@ -62,6 +62,10 @@ &sdma {
>  	status = "okay";
>  };
>  
> +&snvs_pwrkey {
> +	status = "okay";
> +};
> +

Please merge it into patch #1.

Shawn

>  &uart1 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_uart1>;
> -- 
> 2.30.0
> 

  reply	other threads:[~2021-03-03 21:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  3:03 [PATCH v3 1/3] ARM: imx7d-remarkable2.dts: Initial device tree for reMarkable2 Alistair Francis
2021-02-04  3:03 ` Alistair Francis
2021-02-04  3:03 ` [PATCH v3 2/3] ARM: dts: imx7d: remarkable2: Enable the power button Alistair Francis
2021-02-04  3:03   ` Alistair Francis
2021-03-03 13:45   ` Shawn Guo [this message]
2021-03-03 13:45     ` Shawn Guo
2021-02-04  3:03 ` [PATCH v3 3/3] ARM: imx_v6_v7_defconfig: Regenerate Alistair Francis
2021-02-04  3:03   ` Alistair Francis
2021-03-03 13:47   ` Shawn Guo
2021-03-03 13:47     ` Shawn Guo
2021-03-03 17:57   ` Arnd Bergmann
2021-03-03 17:57     ` Arnd Bergmann
2021-03-03 13:44 ` [PATCH v3 1/3] ARM: imx7d-remarkable2.dts: Initial device tree for reMarkable2 Shawn Guo
2021-03-03 13:44   ` Shawn Guo
2021-03-09 23:34   ` Alistair Francis
2021-03-09 23:34     ` Alistair Francis

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=20210303134505.GK15865@dragon \
    --to=shawnguo@kernel.org \
    --cc=alistair23@gmail.com \
    --cc=alistair@alistair23.me \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --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=olof@lixom.net \
    --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.