All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: "Pali Rohár" <pali@kernel.org>
Cc: Marek Behun <marek.behun@nic.cz>, u-boot@lists.denx.de
Subject: Re: [PATCH 2/2] arm: mvebu: turris_omnia: Add mcu node with gpio-controller
Date: Thu, 28 Jul 2022 08:34:22 +0200	[thread overview]
Message-ID: <fc8ac303-fb96-4c4f-e644-a4a42e55e009@denx.de> (raw)
In-Reply-To: <20220725130113.21850-2-pali@kernel.org>

On 25.07.22 15:01, Pali Rohár wrote:
> This allows U-Boot to register new Turris Omnia MCU driver.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
>   arch/arm/dts/armada-385-turris-omnia.dts | 8 +++++++-
>   1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/armada-385-turris-omnia.dts b/arch/arm/dts/armada-385-turris-omnia.dts
> index 7f1478edfd23..fe5c0b1b5915 100644
> --- a/arch/arm/dts/armada-385-turris-omnia.dts
> +++ b/arch/arm/dts/armada-385-turris-omnia.dts
> @@ -173,7 +173,13 @@
>   			#size-cells = <0>;
>   			reg = <0>;
>   
> -			/* STM32F0 command interface at address 0x2a */
> +			/* MCU command i2c API */
> +			mcu: mcu@2a {
> +				compatible = "cznic,turris-omnia-mcu";
> +				reg = <0x2a>;
> +				gpio-controller;
> +			};
> +
>   			/* leds device (in STM32F0) at address 0x2b */
>   
>   			eeprom@54 {

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

  reply	other threads:[~2022-07-28  6:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25 13:01 [PATCH 1/2] gpio: Add Turris Omnia MCU driver Pali Rohár
2022-07-25 13:01 ` [PATCH 2/2] arm: mvebu: turris_omnia: Add mcu node with gpio-controller Pali Rohár
2022-07-28  6:34   ` Stefan Roese [this message]
2022-07-28  6:33 ` [PATCH 1/2] gpio: Add Turris Omnia MCU driver Stefan Roese
2022-07-28 11:06 ` [PATCH v2 " Pali Rohár
2022-07-28 11:06   ` [PATCH v2 2/2] arm: mvebu: turris_omnia: Add mcu node with gpio-controller Pali Rohár
2022-07-29  6:28     ` Stefan Roese
2022-07-29 12:01     ` Stefan Roese
2022-07-29  6:28   ` [PATCH v2 1/2] gpio: Add Turris Omnia MCU driver Stefan Roese
2022-07-29 12:01   ` Stefan Roese

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=fc8ac303-fb96-4c4f-e644-a4a42e55e009@denx.de \
    --to=sr@denx.de \
    --cc=marek.behun@nic.cz \
    --cc=pali@kernel.org \
    --cc=u-boot@lists.denx.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.