Skip to content

Commit b433768

Browse files
Manikanta Guntupalligregkh
authored andcommitted
arm64: zynqmp: Add resets property for UART nodes
Add resets property for UART0 and UART1 nodes Signed-off-by: Manikanta Guntupalli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent cc3236c commit b433768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@
906906
reg = <0x0 0xff000000 0x0 0x1000>;
907907
clock-names = "uart_clk", "pclk";
908908
power-domains = <&zynqmp_firmware PD_UART_0>;
909+
resets = <&zynqmp_reset ZYNQMP_RESET_UART0>;
909910
};
910911

911912
uart1: serial@ff010000 {
@@ -917,6 +918,7 @@
917918
reg = <0x0 0xff010000 0x0 0x1000>;
918919
clock-names = "uart_clk", "pclk";
919920
power-domains = <&zynqmp_firmware PD_UART_1>;
921+
resets = <&zynqmp_reset ZYNQMP_RESET_UART1>;
920922
};
921923

922924
usb0: usb@ff9d0000 {

0 commit comments

Comments
 (0)