blob: 4da73ab142477a7a6d4bc425ef47c28f73bf2e97 [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);
Mingkai Hu0e58b512015-10-26 19:47:50 +080014#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */