Describe the dual front-facing IMX355 sensors (standard and wide) and enable the PMI8998 flash LED with hardware-accurate limits.
This brings up the basic camera topology and flash support in DT. Signed-off-by: David Heidelberg <[email protected]> --- Changes in v7: - Depend on the https://lore.kernel.org/all/[email protected]/ (Konrad) - Sort the renamed regulators. Why Mr. Anderson, why. (Konrad) - Link to v6: https://lore.kernel.org/r/[email protected] Changes in v6: - Remove forgotten bias-pull-down property from cci0_sleep node. (dtbs_check) - ..-regulator -> regulator-.. (Konrad) - Rename camera -pin to -state and remove _pin from the labes. (Konrad, dtbs_check) - Link to v5: https://lore.kernel.org/r/[email protected] Changes in v5: - Added function-enumarator to flash LEDs. (Sashiko) - Dropped l22a regulator needed only for NFOV actuator. (Sashiko) - Dropped vdda-csi[0-2]-supply, as it was unused. (Sashiko). - Added previously omited cam_mclk2_sleep sleep state. - Link to v4: https://lore.kernel.org/r/[email protected] Changes in v4: - Use 24 MHz ext clock for the cameras, as the downstream does, since the upstream driver can now support it. - Added additional LED, as the phone contains two separately controlled white LEDs flash (upper and bottom, in one module). - Increase flash-max-microamp, as I took wrong "flash" from the downstream sources and dropped Dmitry R-b. - Address formatting issues. (Konrad) - Link to v3: https://lore.kernel.org/r/[email protected] Changes in v3: - Dropped cam_vio label. (Dmitry) - Move the MCLK2 pinctrl from cameras to common camss. (Dmitry) - Link to v2: https://lore.kernel.org/r/[email protected] Changes in v2: - leds.h include escaped the initial submission. Fixed. - Link to v1: https://lore.kernel.org/r/[email protected] --- David Heidelberg (2): arm64: dts: qcom: sdm845-google: Add dual front IMX355 cameras arm64: dts: qcom: sdm845-google: Enable PMI8998 camera flash LEDs arch/arm64/boot/dts/qcom/sdm845-google-common.dtsi | 199 ++++++++++++++++++++- 1 file changed, 198 insertions(+), 1 deletion(-) --- base-commit: 0718283ab28bc3907e10b61a6b4be6fefa1cbb2f change-id: 20260315-pixel3-camera-a9989bf589ee prerequisite-change-id: 20260608-kbingham-orientation-20afc0fb6957:v3 prerequisite-patch-id: 4ca069e5db821444cc3555a6ec3939c89dfaf233 prerequisite-patch-id: aa559ddd6f34d32f6f250e02086d1b2b932a2688 prerequisite-patch-id: c45901f8d919eb99a5bf282a1c89f5aa7c36cc52 prerequisite-patch-id: b2c8278c88db9d929453b8153f3e698cbf0053f9 prerequisite-patch-id: 3ce9cd5eab9a04b3b1f7d796a67b4c2cce903e1c prerequisite-patch-id: 68e98a7f998b731d8c5520620e48b63dc839cf25 prerequisite-patch-id: 2b7d638e54d82ca3689ac06272440137e67f1656 Best regards, -- David Heidelberg <[email protected]>

