summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2022-01-14 14:43:05 +0300
committerMichal Simek <michal.simek@xilinx.com>2022-01-19 13:25:54 +0300
commit59b21d2aea89d07166bf61cd7d639a58aba1b1cc (patch)
tree8a571cb6d3a9f84ee7c91848d4a39ba1646bfed6 /arch
parentca994327ce424f8cc433753bf3f135f6006199f0 (diff)
downloadu-boot-59b21d2aea89d07166bf61cd7d639a58aba1b1cc.tar.xz
arm64: zynqmp: Change compatible strings for cadence uart
Based on Linux kernel DT binding there should be different compatible strings used that's why align zynqmp.dtsi with it. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/e2404ccd22fd97fe6020be0b3b6eb3c8677f55b0.1642160583.git.michal.simek@xilinx.com
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 015a582d7a..300a2189f6 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -824,7 +824,7 @@
uart0: serial@ff000000 {
u-boot,dm-pre-reloc;
- compatible = "cdns,uart-r1p12", "xlnx,xuartps";
+ compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 21 4>;
@@ -835,7 +835,7 @@
uart1: serial@ff010000 {
u-boot,dm-pre-reloc;
- compatible = "cdns,uart-r1p12", "xlnx,xuartps";
+ compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12";
status = "disabled";
interrupt-parent = <&gic>;
interrupts = <0 22 4>;