Move PL specific device-tree entries into separate DTSI files
When we split the PL specific entries in the pl-conf.dtsi into separate DTSI files the user can easily decide which entries he actually needs and which not. He would then overwrite the pl-conf.dtsi with his own version and include the required DTSI files.
Merge request reports
Activity
added 1 commit
- 0c22cbc7 - wip: Split up pl-conf.dtsi into separate DTSI files for damc-fmc1z7io and damc-fmc1z7io-rev-a
By Michael Randall on 2023-04-06T07:32:52 (imported from GitLab)
- Resolved by Patrick Huesmann
- Resolved by Patrick Huesmann
I did not test this yet but it looks good to me. Maybe mark it as "Draft:" instead of "wip:".
More out of curiosity, do you intend to force-push a new version with the "wip" prefix removed, or squash the commits?
By Michael Buechler on 2023-04-06T14:45:15 (imported from GitLab)
Edited by Patrick Huesmann
This PR breaks
FPGA_MNGR_RECONFIG_ENABLE
:-/If
FPGA_MNGR_RECONFIG_ENABLE
is set, thedevice-tree
recipe usespl-conf.dtsi
to build a device tree overlay.dtbo
instead of a device tree blob.dtb
.- in that case, the
/include/
syntax has to be used (instead of#include
) - if I use
/include/
then it won't find the included files for some reason
By Patrick Huesmann on 2023-04-11T10:20:16 (imported from GitLab)
- in that case, the
added 1 commit
- 8b8d7aaa - wip: Split pl-conf.dtsi into separate DTSI files
By Michael Randall on 2023-04-11T08:58:19 (imported from GitLab)
added 1 commit
- 11cf5830 - fix: removed typo
By Michael Randall on 2023-04-11T09:30:23 (imported from GitLab)
- recipes-bsp/device-tree/files/mailbox.dtsi 0 → 100644
1 &iic_axi_iic_mmc { 2 compatible = "xlnx,axi-iic-2.0", "xlnx,xps-iic-2.00.a"; 3 clock-names = "s_axi_aclk"; 4 clocks = <&zynqmp_clk 71>; changed this line in version 6 of the diff
By Michael Randall on 2023-04-11T10:41:00 (imported from GitLab)
- Resolved by Patrick Huesmann
- Resolved by Patrick Huesmann
added 1 commit
- 065c4807 - fix: recreated separate files for mailbox
By Michael Randall on 2023-04-11T10:40:18 (imported from GitLab)
added 1 commit
- 737f7c7a - fix: recreated separate files for mailbox
By Michael Randall on 2023-04-11T10:41:00 (imported from GitLab)
added 1 commit
- 4ba3fed3 - fix: use common mailbox.dtsi
By Michael Randall on 2023-04-11T12:52:48 (imported from GitLab)
added 1 commit
- 47eca706 - fix: use common mailbox.dtsi
By Michael Randall on 2023-04-11T12:56:07 (imported from GitLab)