diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2013-05-09 13:43:34 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-05-21 13:37:27 +0200 |
commit | c79b069d72f54ff0589e7615160420553aa4f04e (patch) | |
tree | 75ac6a7d0721576f0c9cd72c2bc0c8b9e90d63bf /Documentation/devicetree/bindings | |
parent | [media] exynos4-is: Fix off-by-one valid range checking for is->config_index (diff) | |
download | linux-c79b069d72f54ff0589e7615160420553aa4f04e.tar.xz linux-c79b069d72f54ff0589e7615160420553aa4f04e.zip |
[media] exynos4-is: Correct fimc-lite compatible property description
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>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/media/exynos-fimc-lite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/exynos-fimc-lite.txt b/Documentation/devicetree/bindings/media/exynos-fimc-lite.txt index 3f62adfb3e0b..de9f6b78ee51 100644 --- a/Documentation/devicetree/bindings/media/exynos-fimc-lite.txt +++ b/Documentation/devicetree/bindings/media/exynos-fimc-lite.txt @@ -2,7 +2,7 @@ Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE) Required properties: -- compatible : should be "samsung,exynos4212-fimc" for Exynos4212 and +- compatible : should be "samsung,exynos4212-fimc-lite" for Exynos4212 and Exynos4412 SoCs; - reg : physical base address and size of the device memory mapped registers; |