From dfaf7c23e77fcbaa7bd6fad31f3e6886d9d227c9 Mon Sep 17 00:00:00 2001 From: Romain Broucquart <romain.broucquart@synchrotron-soleil.fr> Date: Mon, 17 Apr 2023 18:09:20 +0200 Subject: [PATCH] fix(devicetree): Fix UIO access for PL access * The label name was not right. --- recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 439f775..2e66b6d 100644 --- a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi +++ b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi @@ -15,6 +15,8 @@ }; ins_bsp_fmc2zup_system_p_m_axi_app: ins_bsp_fmc2zup_system_p_m_axi_app@a0800000 { reg = <0x0 0xa0800000 0x0 0x800000>; + compatible = "generic-uio"; + linux,uio-name = "axiapp"; }; }; @@ -27,7 +29,3 @@ }; -&ins_bsp_fmc2zup_system_p_m_axi_app1 { - compatible = "generic-uio"; - linux,uio-name = "axiapp"; -}; -- GitLab