blob: 099563e871bcda1e21ea72d53653ad1bcc47b269 [file] [log] [blame]
Stuart Yodereaea5042015-07-02 11:29:04 +05301/*
2 * Copyright 2015 Freescale Semiconductor
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
Mingkai Hu0e58b512015-10-26 19:47:50 +08007#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
8#define _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
9
Stuart Yodereaea5042015-07-02 11:29:04 +053010void alloc_stream_ids(int start_id, int count, u32 *stream_ids, int max_cnt);
11void append_mmu_masters(void *blob, const char *smmu_path,
12 const char *master_name, u32 *stream_ids, int count);
13void fdt_fixup_smmu_pcie(void *blob);
Shaohui Xiedd335672015-11-11 17:58:37 +080014void fdt_fixup_board_enet(void *fdt);
Mingkai Hu0e58b512015-10-26 19:47:50 +080015#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */