[PATCH V2 0/3] Add support for uartps controller reset
Manikanta Guntupalli
manikanta.guntupalli at amd.com
Wed Apr 24 04:29:30 PDT 2024
Add optional resets property for UART nodes.
Add support for uartps controller reset.
---
Changes for V2:
Added ack signature for binding patch.
Remove check for reset_control_deassert, as reset_control_deassert
function internally has NULL check.
Manikanta Guntupalli (3):
dt-bindings: serial: cdsn,uart: Add optional reset property
arm64: zynqmp: Add resets property for UART nodes
tty: serial: uartps: Add support for uartps controller reset
.../devicetree/bindings/serial/cdns,uart.yaml | 3 +++
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 ++
drivers/tty/serial/xilinx_uartps.c | 15 +++++++++++++++
3 files changed, 20 insertions(+)
--
2.25.1
More information about the linux-arm-kernel
mailing list