diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2015-03-09 09:32:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-07 08:14:09 -0300 |
commit | 7c15fd4bf3d367bfc80f76814559f51f75c4d28a (patch) | |
tree | d89f67c200481857672d919be6bd3dee8d99c439 /Documentation/devicetree/bindings/media | |
parent | 4eb297e068736f3f67586077799c1233154209ec (diff) | |
download | blackbird-obmc-linux-7c15fd4bf3d367bfc80f76814559f51f75c4d28a.tar.gz blackbird-obmc-linux-7c15fd4bf3d367bfc80f76814559f51f75c4d28a.zip |
[media] s5p-jpeg: add 5420 family support
JPEG IP found in Exynos5420 is similar to what is in Exynos3250, but
there are some subtle differences which this patch takes into account.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r-- | Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt index bf52ed4a5067..4ef45636ebde 100644 --- a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt +++ b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt @@ -4,7 +4,7 @@ Required properties: - compatible : should be one of: "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg", - "samsung,exynos3250-jpeg"; + "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg"; - reg : address and length of the JPEG codec IP register set; - interrupts : specifies the JPEG codec IP interrupt; - clock-names : should contain: |