Skip to content

Commit

Permalink
device_tree: Ignore hbm node for peripheral node generation
Browse files Browse the repository at this point in the history
HBM is a memory IP and doesnt have any driver for it. Ignore this IP during the
peripheral node generation.

Signed-off-by: Onkar Harsh <[email protected]>
Acked-by: Siva Durga Prasad Paladugu<[email protected]>
  • Loading branch information
onkarharsh authored and Siva Addepalli committed Apr 13, 2024
1 parent 8f071aa commit 9539f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device_tree/data/device_tree.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ Generates system device tree based on args given in:
}
}

set non_val_list "versal_cips psx_wizard psxl ps_wizard dmac_slv axi_noc axi_noc2 noc_mc_ddr4 noc_mc_ddr5 ddr3 ddr4 mig_7series noc_nmu noc_nsu noc2_nmu noc2_nsu ila zynq_ultra_ps_e psu_iou_s smart_connect emb_mem_gen xlconcat xlconstant xlslice axis_tdest_editor util_reduced_logic noc_nsw noc2_nsw axis_ila pspmc psv_ocm_ram_0 psv_pmc_qspi_ospi psx_pmc_qspi_ospi add_keep_128 c_counter_binary dbg_monmux ${linear_spi_list}"
set non_val_list "versal_cips psx_wizard psxl ps_wizard dmac_slv axi_noc axi_noc2 noc_mc_ddr4 noc_mc_ddr5 ddr3 ddr4 mig_7series hbm noc_nmu noc_nsu noc2_nmu noc2_nsu ila zynq_ultra_ps_e psu_iou_s smart_connect emb_mem_gen xlconcat xlconstant xlslice axis_tdest_editor util_reduced_logic noc_nsw noc2_nsw axis_ila pspmc psv_ocm_ram_0 psv_pmc_qspi_ospi psx_pmc_qspi_ospi add_keep_128 c_counter_binary dbg_monmux ${linear_spi_list}"
set non_val_ip_types "MONITOR BUS PROCESSOR"
set non_val_list1 "psv_cortexa72 psu_cortexa53 ps7_cortexa9 versal_cips psx_wizard ps_wizard noc_nmu noc_nsu ila psu_iou_s noc_nsw pspmc"
set non_val_ip_types1 "MONITOR BUS"
Expand Down

0 comments on commit 9539f9a

Please sign in to comment.