]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: zynqmp: Add new uartps compatible string
authorMichal Simek <michal.simek@xilinx.com>
Fri, 27 Nov 2015 12:22:58 +0000 (13:22 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Aug 2017 12:07:33 +0000 (14:07 +0200)
Mainline kernel has r1p12 compatible string now. Use this new compatible
string and also append generic compatible string.
Keep in your mind that using this generic compatible string not all uart
features will be available.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 4adf5285f56da6bd9d5977cf0d22bc9d20400a60..9304249a23ed2daed448c8b5b416dff45d884744 100644 (file)
@@ -407,7 +407,7 @@ ttc3: timer@ff140000 {
                };
 
                uart0: serial@ff000000 {
-                       compatible = "cdns,uart-r1p8";
+                       compatible = "cdns,uart-r1p12", "xlnx,xuartps";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 21 4>;
@@ -416,7 +416,7 @@ uart0: serial@ff000000 {
                };
 
                uart1: serial@ff010000 {
-                       compatible = "cdns,uart-r1p8";
+                       compatible = "cdns,uart-r1p12", "xlnx,xuartps";
                        status = "disabled";
                        interrupt-parent = <&gic>;
                        interrupts = <0 22 4>;