| /* |
| * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 and |
| * only version 2 as published by the Free Software Foundation. |
| * |
| * This program is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| * GNU General Public License for more details. |
| */ |
| |
| &i2c_3 { |
| status = "ok"; |
| }; |
| |
| &i2c_3 { |
| |
| qcom,camera@1 { |
| cell-index = <1>; |
| compatible = "qcom,camera"; |
| reg = <0x1>; |
| qcom,csiphy-sd-index = <0>; |
| qcom,csid-sd-index = <0>; |
| qcom,mount-angle = <90>; |
| cam_vana-supply = <&pm8916_l17>; |
| cam_vio-supply = <&pm8916_l6>; |
| qcom,cam-vreg-name = "cam_vio","cam_vana"; |
| qcom,cam-vreg-min-voltage = <1800000 2850000>; |
| qcom,cam-vreg-max-voltage = <1800000 2850000>; |
| qcom,cam-vreg-op-mode = <0 80000>; |
| qcom,cam-vreg-type = <0 0>; |
| pinctrl-names = "cam_default", "cam_suspend"; |
| pinctrl-0 = <&cam_sensor_mclk0_default |
| &cam_sensor_rear_default>; |
| pinctrl-1 = <&cam_sensor_mclk0_sleep &cam_sensor_rear_sleep>; |
| gpios = <&msm_gpio 26 0>, |
| <&msm_gpio 35 0>, |
| <&msm_gpio 34 0>; |
| qcom,gpio-reset = <1>; |
| qcom,gpio-standby = <2>; |
| qcom,gpio-req-tbl-num = <0 1 2>; |
| qcom,gpio-req-tbl-flags = <1 0 0>; |
| qcom,gpio-req-tbl-label = "CAMIF_MCLK", |
| "CAM_RESET", |
| "CAM_STANDBY"; |
| qcom,sensor-position = <0>; |
| qcom,sensor-mode = <0>; |
| status = "ok"; |
| clocks = <&clock_gcc clk_mclk0_clk_src>, |
| <&clock_gcc clk_gcc_camss_mclk0_clk>; |
| clock-names = "cam_src_clk", "cam_clk"; |
| qcom,clock-rates = <24000000 0>; |
| }; |
| }; |