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

devicetree: bindings: uart: Add new compatible string for ZynqMP

This patch Adds the new compatible string for ZynqMP SoC.

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Nava kishore Manne and committed by
Greg Kroah-Hartman
78c22449 0267a4ff

+3 -1
+3 -1
Documentation/devicetree/bindings/serial/cdns,uart.txt
··· 1 1 Binding for Cadence UART Controller 2 2 3 3 Required properties: 4 - - compatible : should be "cdns,uart-r1p8", or "xlnx,xuartps" 4 + - compatible : 5 + Use "xlnx,xuartps","cdns,uart-r1p8" for Zynq-7xxx SoC. 6 + Use "xlnx,zynqmp-uart","cdns,uart-r1p12" for Zynq Ultrascale+ MPSoC. 5 7 - reg: Should contain UART controller registers location and length. 6 8 - interrupts: Should contain UART controller interrupts. 7 9 - clocks: Must contain phandles to the UART clocks