QCLINUX: arm64: dts: qcom: Add IMX577 DTSI changes to Support CAM1 - #1491
Conversation
🔨 Build Failure Analysis — PR #1491PR: #1491
VerdictAll 2 errors are pre-existing issues; 0 errors are introduced by this PR. The PR only modifies 📎 Detailed analysis: Full report |
PR #1491 — validate-patchPR: #1491
Final Summary
|
PR #1491 — checker-log-analyzerPR: #1491
Detailed report: Full report
|
| gpio-no-mux = <0>; | ||
| pinctrl-names = "cam_default", "cam_suspend"; | ||
| pinctrl-0 = <&cam_sensor_mclk1_active | ||
| &cam_sensor_active_rst1>; |
There was a problem hiding this comment.
please align it properly
| gpio-custom1 = <2>; | ||
| gpio-req-tbl-num = <0 1 2>; | ||
| gpio-req-tbl-flags = <1 0 0>; | ||
| gpio-req-tbl-label = "CAMIF_MCLK1", |
| gpio-no-mux = <0>; | ||
| pinctrl-names = "cam_default", "cam_suspend"; | ||
| pinctrl-0 = <&cam_sensor_mclk1_active | ||
| &cam_sensor_active_rst1>; |
| gpio-req-tbl-num = <0 1 2>; | ||
| gpio-req-tbl-flags = <1 0 0>; | ||
| gpio-req-tbl-label = "CAMIF_MCLK1", | ||
| "CAM_RESET1", |
473f652 to
480a74d
Compare
PR #1491 — validate-patchPR: #1491
Final Summary
|
PR #1491 — checker-log-analyzerPR: #1491
Detailed report: Full report
|
| rgltr-load-current = <120000>; | ||
| gpio-no-mux = <0>; | ||
| pinctrl-names = "cam_default", "cam_suspend"; | ||
| pinctrl-0 = <&cam_sensor_mclk1_active |
| rgltr-load-current = <120000>; | ||
| gpio-no-mux = <0>; | ||
| pinctrl-names = "cam_default", "cam_suspend"; | ||
| pinctrl-0 = <&cam_sensor_mclk1_active |
| gpio-custom1 = <2>; | ||
| gpio-req-tbl-num = <0 1 2>; | ||
| gpio-req-tbl-flags = <1 0 0>; | ||
| gpio-req-tbl-label = "CAMIF_MCLK1", |
| "CAM_CUSTOM1"; | ||
| sensor-mode = <0>; | ||
| cci-master = <1>; | ||
| status = "ok"; |
There was a problem hiding this comment.
keep status at the end
status = "okay"
| sensor-position = <1>; | ||
| sensor-mode = <0>; | ||
| cci-master = <1>; | ||
| status = "ok"; |
There was a problem hiding this comment.
keep status at the end
status = "okay"
480a74d to
d91870c
Compare
PR #1491 — validate-patchPR: #1491
Final Summary
|
PR #1491 — checker-log-analyzerPR: #1491
Detailed report: Full report
|
CAM1 port is currently enabled for OV9282.This change adds DTSI configuration for IMX577 so that CAM1 can also support IMX577 sensor on the hardware platform of QCM6490 Dev. Signed-off-by: Vadlamani Manjusha <[email protected]>
d91870c to
ab5e06f
Compare
f65c8a0
into
qualcomm-linux:tech/overlay/dt
CAM1 port is currently enabled for OV9282.This change adds DTSI configuration for IMX577 so that CAM1 can also support IMX577 sensor on the hardware platform of QCM6490 Dev.
CRs-Fixed: 4633982