mbox series

[0/3] Add support for uartps controller reset

Message ID 20240419120531.3775919-1-manikanta.guntupalli@amd.com
Headers show
Series Add support for uartps controller reset | expand

Message

Manikanta Guntupalli April 19, 2024, 12:05 p.m. UTC
Add optional resets property for UART nodes.
Add support for uartps controller reset.

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              | 17 +++++++++++++++++
 3 files changed, 22 insertions(+)

Comments

Krzysztof Kozlowski April 19, 2024, 1:34 p.m. UTC | #1
On 19/04/2024 14:05, Manikanta Guntupalli wrote:
> Add optional reset device-tree property to the uartps controller.
> 
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>



Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof