From 637b75d6de713aeb33a4068c572ad4e7222e106d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Romain=20Bron=C3=A8s?=
 <romain.broucquart@synchrotron-soleil.fr>
Date: Tue, 12 Mar 2024 10:14:00 +0100
Subject: [PATCH] feat(devicetree): Add name for PL DDR UIO

---
 recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi
index 3732e0e..6376f2a 100644
--- a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi
+++ b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi
@@ -11,6 +11,7 @@
 			reg = <0x00000005 0x40000000 0x0 0x40000000>;
             interrupt-parent = <&gic>;
             interrupts = <0 89 1>;
+            linux,uio-name = "ddrpl";
 		};
 		ins_bsp_fmc2zup_system_p_m_axi_bsp: ins_bsp_fmc2zup_system_p_m_axi_bsp@a0000000 {
 			reg = <0x0 0xa0000000 0x0 0x200000>;
-- 
GitLab