From: Michal Simek <michal.simek@amd.com>
To: Manikanta Guntupalli <manikanta.guntupalli@amd.com>,
git@amd.com, gregkh@linuxfoundation.org, jirislaby@kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
p.zabel@pengutronix.de, laurent.pinchart@ideasonboard.com,
radhey.shyam.pandey@amd.com, parth.gajjar@amd.com,
u.kleine-koenig@pengutronix.de, tglx@linutronix.de,
julien.malik@unseenlabs.fr, ruanjinjie@huawei.com,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: srinivas.goud@amd.com, shubhrajyoti.datta@amd.com, manion05gk@gmail.com
Subject: Re: [PATCH V3 2/3] arm64: zynqmp: Add resets property for UART nodes
Date: Fri, 24 May 2024 11:48:50 +0200 [thread overview]
Message-ID: <6b74e8b7-efc2-4cf2-9c55-835fdf9a4947@amd.com> (raw)
In-Reply-To: <20240425062358.1347684-3-manikanta.guntupalli@amd.com>
On 4/25/24 08:23, Manikanta Guntupalli wrote:
> Add resets property for UART0 and UART1 nodes
>
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> ---
> Changes for V2:
> None.
> Changes for V3:
> None.
> ---
> arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 25d20d803230..935504424ec6 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -906,6 +906,7 @@ uart0: serial@ff000000 {
> reg = <0x0 0xff000000 0x0 0x1000>;
> clock-names = "uart_clk", "pclk";
> power-domains = <&zynqmp_firmware PD_UART_0>;
> + resets = <&zynqmp_reset ZYNQMP_RESET_UART0>;
> };
>
> uart1: serial@ff010000 {
> @@ -917,6 +918,7 @@ uart1: serial@ff010000 {
> reg = <0x0 0xff010000 0x0 0x1000>;
> clock-names = "uart_clk", "pclk";
> power-domains = <&zynqmp_firmware PD_UART_1>;
> + resets = <&zynqmp_reset ZYNQMP_RESET_UART1>;
> };
>
> usb0: usb@ff9d0000 {
This patch should likely go via my tree but if Greg wants to take it directly
that's fine for me.
In that case here is my
Acked-by: Michal Simek <michal.simek@amd.com>
Thanks,
Michal
next prev parent reply other threads:[~2024-05-24 9:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-25 6:23 [PATCH V3 0/3] Add support for uartps controller reset Manikanta Guntupalli
2024-04-25 6:23 ` [PATCH V3 1/3] dt-bindings: serial: cdns,uart: Add optional reset property Manikanta Guntupalli
2024-04-25 6:23 ` [PATCH V3 2/3] arm64: zynqmp: Add resets property for UART nodes Manikanta Guntupalli
2024-05-24 9:48 ` Michal Simek [this message]
2024-04-25 6:23 ` [PATCH V3 3/3] tty: serial: uartps: Add support for uartps controller reset Manikanta Guntupalli
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=6b74e8b7-efc2-4cf2-9c55-835fdf9a4947@amd.com \
--to=michal.simek@amd.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=git@amd.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=julien.malik@unseenlabs.fr \
--cc=krzk+dt@kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=manikanta.guntupalli@amd.com \
--cc=manion05gk@gmail.com \
--cc=p.zabel@pengutronix.de \
--cc=parth.gajjar@amd.com \
--cc=radhey.shyam.pandey@amd.com \
--cc=robh@kernel.org \
--cc=ruanjinjie@huawei.com \
--cc=shubhrajyoti.datta@amd.com \
--cc=srinivas.goud@amd.com \
--cc=tglx@linutronix.de \
--cc=u.kleine-koenig@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®