mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 16:49:32 +07:00
c79b069d72
Ensure the compatible property for FIMC-LITE IP blocks is properly documented, a cut&paste error fix. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
580 B
Plaintext
15 lines
580 B
Plaintext
Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE)
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be "samsung,exynos4212-fimc-lite" for Exynos4212 and
|
|
Exynos4412 SoCs;
|
|
- reg : physical base address and size of the device memory mapped
|
|
registers;
|
|
- interrupts : should contain FIMC-LITE interrupt;
|
|
- clocks : FIMC LITE gate clock should be specified in this property.
|
|
- clock-names : should contain "flite" entry.
|
|
|
|
Each FIMC device should have an alias in the aliases node, in the form of
|
|
fimc-lite<n>, where <n> is an integer specifying the IP block instance.
|