aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/mipi-csis.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/linux/platform_data/mipi-csis.h b/include/linux/platform_data/mipi-csis.h
index c45b1e8d4c2e..2e59e4306766 100644
--- a/include/linux/platform_data/mipi-csis.h
+++ b/include/linux/platform_data/mipi-csis.h
@@ -11,8 +11,6 @@
11#ifndef __PLAT_SAMSUNG_MIPI_CSIS_H_ 11#ifndef __PLAT_SAMSUNG_MIPI_CSIS_H_
12#define __PLAT_SAMSUNG_MIPI_CSIS_H_ __FILE__ 12#define __PLAT_SAMSUNG_MIPI_CSIS_H_ __FILE__
13 13
14struct platform_device;
15
16/** 14/**
17 * struct s5p_platform_mipi_csis - platform data for S5P MIPI-CSIS driver 15 * struct s5p_platform_mipi_csis - platform data for S5P MIPI-CSIS driver
18 * @clk_rate: bus clock frequency 16 * @clk_rate: bus clock frequency
@@ -34,10 +32,11 @@ struct s5p_platform_mipi_csis {
34 32
35/** 33/**
36 * s5p_csis_phy_enable - global MIPI-CSI receiver D-PHY control 34 * s5p_csis_phy_enable - global MIPI-CSI receiver D-PHY control
37 * @pdev: MIPI-CSIS platform device 35 * @id: MIPI-CSIS harware instance index (0...1)
38 * @on: true to enable D-PHY and deassert its reset 36 * @on: true to enable D-PHY and deassert its reset
39 * false to disable D-PHY 37 * false to disable D-PHY
38 * @return: 0 on success, or negative error code on failure
40 */ 39 */
41int s5p_csis_phy_enable(struct platform_device *pdev, bool on); 40int s5p_csis_phy_enable(int id, bool on);
42 41
43#endif /* __PLAT_SAMSUNG_MIPI_CSIS_H_ */ 42#endif /* __PLAT_SAMSUNG_MIPI_CSIS_H_ */