mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 08:44:02 -04:00
The Titan 480 camss found on SM8250 has 6 CSIPHY and 4 VFE/CSID. CSID is compatible with the Titan 170 CSID, but the Titan 480 CSID are inside the VFE region (between the "top" and "bus" registers), so a workaround is added to avoid ioremap failure. [bod] Fixed setting camnoc_axi_clk_src instead of camcc_camnoc_axi_clk [jgrahsl, bod] Add slow_ahb_src clock values [jgrahsl, bod] Add cpa_ahb clock values Signed-off-by: Jonathan Marek <jonathan@marek.ca> Tested-by: Julian Grahsl <jgrahsl@snap.com> Co-developed-by: Julian Grahsl <jgrahsl@snap.com> Signed-off-by: Julian Grahsl <jgrahsl@snap.com> Reviewed-by: Robert Foss <robert.foss@linaro.org> Co-developed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
24 lines
486 B
Makefile
24 lines
486 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Makefile for Qualcomm CAMSS driver
|
|
|
|
qcom-camss-objs += \
|
|
camss.o \
|
|
camss-csid.o \
|
|
camss-csid-4-1.o \
|
|
camss-csid-4-7.o \
|
|
camss-csid-gen2.o \
|
|
camss-csiphy-2ph-1-0.o \
|
|
camss-csiphy-3ph-1-0.o \
|
|
camss-csiphy.o \
|
|
camss-ispif.o \
|
|
camss-vfe-4-1.o \
|
|
camss-vfe-4-7.o \
|
|
camss-vfe-4-8.o \
|
|
camss-vfe-170.o \
|
|
camss-vfe-480.o \
|
|
camss-vfe-gen1.o \
|
|
camss-vfe.o \
|
|
camss-video.o \
|
|
|
|
obj-$(CONFIG_VIDEO_QCOM_CAMSS) += qcom-camss.o
|