1 /* SPDX-License-Identifier: GPL-2.0+ */
6 #ifndef __SIMPLEFB_COMMON_H
7 #define __SIMPLEFB_COMMON_H
10 * meson_simplefb_fdt_match() - match a meson simplefb node
12 * Match a meson simplefb device node with a specified pipeline, and
15 * @blob: device tree blob
16 * @pipeline: display pipeline
17 * Return: device node offset in blob, or negative values if failed
19 int meson_simplefb_fdt_match(void *blob, const char *pipeline);