Skip to content

Commit

Permalink
arm64: zynqmp: Add resets property for UART nodes
Browse files Browse the repository at this point in the history
Add resets property for UART0 and UART1 nodes

Signed-off-by: Manikanta Guntupalli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
State: upstream (b433768)
  • Loading branch information
Manikanta Guntupalli authored and michalsimek committed Jun 14, 2024
1 parent 55227f5 commit 62dde3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/xilinx/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,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 {
Expand All @@ -1051,6 +1052,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 {
Expand Down

0 comments on commit 62dde3b

Please sign in to comment.