mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 12:31:17 +02:00
pci: layerscape: Move streamId allocation to common device tree fixup
Move streamId allocation to layerscape common device tree fixup. Calculate streamId based on SoC variant. Signed-off-by: Wasim Khan <wasim.khan@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
committed by
Priyanka Jain
parent
1185b229cc
commit
d20eb7a6db
@@ -16,5 +16,6 @@ void ft_pci_setup_ls(void *blob, bd_t *bd);
|
||||
#ifdef CONFIG_PCIE_LAYERSCAPE_GEN4
|
||||
void ft_pci_setup_ls_gen4(void *blob, bd_t *bd);
|
||||
#endif /* CONFIG_PCIE_LAYERSCAPE_GEN4 */
|
||||
int pcie_next_streamid(int currentid, int id);
|
||||
|
||||
#endif //_PCIE_LAYERSCAPE_FIXUP_COMMON_H_
|
||||
|
Reference in New Issue
Block a user