/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2020 Kévin L'hôpital <[email protected]> * Copyright 2020-2022 Bootlin * Author: Paul Kocialkowski <[email protected]> */ #ifndef _SUN8I_A83T_MIPI_CSI2_H_ #define _SUN8I_A83T_MIPI_CSI2_H_ #include <linux/phy/phy.h> #include <linux/regmap.h> #include <linux/reset.h> #include <media/v4l2-device.h> #include <media/v4l2-fwnode.h> #define SUN8I_A83T_MIPI_CSI2_NAME … enum sun8i_a83t_mipi_csi2_pad { … }; struct sun8i_a83t_mipi_csi2_format { … }; struct sun8i_a83t_mipi_csi2_bridge { … }; struct sun8i_a83t_mipi_csi2_device { … }; #endif