From 55d5c6b7b785ef83d00121a31a2d184c1a5849fe Mon Sep 17 00:00:00 2001 From: Abin Joseph Date: Wed, 1 Jul 2026 17:09:14 +0000 Subject: [PATCH] lopper: assists: Remove xlnx,bus-width for ADMA Remove xlnx,bus-width property from ADMA nodes across all board DTS files, based on maintainer review comments. The maintainer flagged this property as unnecessary since it is not used anywhere in the driver and has no functional effect on the driver. This change aligns our board DTS with the accepted binding schema and addresses the review feedback. Signed-off-by: Abin Joseph --- lopper/assists/gen_domain_dts.py | 2 -- lopper/assists/zephyr_supported_comp.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/lopper/assists/gen_domain_dts.py b/lopper/assists/gen_domain_dts.py index 2fe718a0..697101c3 100644 --- a/lopper/assists/gen_domain_dts.py +++ b/lopper/assists/gen_domain_dts.py @@ -1235,8 +1235,6 @@ def xlnx_remove_unsupported_nodes(tgt_node, sdt, machine, options=None): node["clock-names"].value = desired_clock_names if node.props("#dma-cells") != [] and node.propval("#dma-cells") != [1]: node['#dma-cells'].value = [1] - if node.props("xlnx,bus-width") != [] and node.propval("xlnx,bus-width") != [64]: - node["xlnx,bus-width"].value = [64] # GPIOPS if any(version in node["compatible"].value for version in ("xlnx,pmc-gpio-1.0", "xlnx,versal-gpio-1.0")): version = lambda x: x in node["compatible"].value diff --git a/lopper/assists/zephyr_supported_comp.yaml b/lopper/assists/zephyr_supported_comp.yaml index 90153c93..76c5b3f3 100644 --- a/lopper/assists/zephyr_supported_comp.yaml +++ b/lopper/assists/zephyr_supported_comp.yaml @@ -248,7 +248,6 @@ xlnx,zynqmp-dma-1.0: - interrupts - clocks - clock-names - - xlnx,bus-width amd,versal2-dma-1.0: required: @@ -258,7 +257,6 @@ amd,versal2-dma-1.0: - interrupts - clocks - clock-names - - xlnx,bus-width xlnx,versal-gpio-1.0: required: