mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: zynqmp: Add resets property for UART nodes
Add resets property for UART0 and UART1 nodes Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com> Link: https://lore.kernel.org/r/20240425062358.1347684-3-manikanta.guntupalli@amd.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cc3236cd75
commit
b433768501
1 changed files with 2 additions and 0 deletions
|
@ -906,6 +906,7 @@
|
|||
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 @@
|
|||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue