From: Michal Simek Date: Fri, 27 Nov 2015 12:22:58 +0000 (+0100) Subject: ARM64: zynqmp: Add backward compatible string for uart X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a61100fad034710086cf9573c81551bd8bb8b2e;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Add backward compatible string for uart Mainline kernel has no r1p12 compatible string that's why console stops to work with the latest DTS files. 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 --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index dbb6b44e4f2..1beb7cc4608 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -545,7 +545,7 @@ }; uart0: serial@ff000000 { - compatible = "cdns,uart-r1p12"; + compatible = "cdns,uart-r1p12", "xlnx,xuartps"; status = "disabled"; interrupt-parent = <&gic>; interrupts = <0 21 4>; @@ -554,7 +554,7 @@ }; uart1: serial@ff010000 { - compatible = "cdns,uart-r1p12"; + compatible = "cdns,uart-r1p12", "xlnx,xuartps"; status = "disabled"; interrupt-parent = <&gic>; interrupts = <0 22 4>;