Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Manikanta Guntupalli and committed by
Greg Kroah-Hartman
b4337685 cc3236cd

+2
+2
arch/arm64/boot/dts/xilinx/zynqmp.dtsi
··· 906 906 reg = <0x0 0xff000000 0x0 0x1000>; 907 907 clock-names = "uart_clk", "pclk"; 908 908 power-domains = <&zynqmp_firmware PD_UART_0>; 909 + resets = <&zynqmp_reset ZYNQMP_RESET_UART0>; 909 910 }; 910 911 911 912 uart1: serial@ff010000 { ··· 918 917 reg = <0x0 0xff010000 0x0 0x1000>; 919 918 clock-names = "uart_clk", "pclk"; 920 919 power-domains = <&zynqmp_firmware PD_UART_1>; 920 + resets = <&zynqmp_reset ZYNQMP_RESET_UART1>; 921 921 }; 922 922 923 923 usb0: usb@ff9d0000 {