[RFC 04/12] s5p-csis: Adding Exynos5250 compatibility
Sylwester Nawrocki
sylvester.nawrocki at gmail.com
Mon Mar 11 07:40:01 EST 2013
On 03/06/2013 12:53 PM, Shaik Ameer Basha wrote:
Please don't leave the change log empty. I'll apply this patch.
I'm just wondering, if there aren't any further changes needed
to make the driver really working on exynos5250 ?
> Signed-off-by: Shaik Ameer Basha<shaik.ameer at samsung.com>
> ---
> drivers/media/platform/s5p-fimc/mipi-csis.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/media/platform/s5p-fimc/mipi-csis.c b/drivers/media/platform/s5p-fimc/mipi-csis.c
> index df4411c..debda7c 100644
> --- a/drivers/media/platform/s5p-fimc/mipi-csis.c
> +++ b/drivers/media/platform/s5p-fimc/mipi-csis.c
> @@ -1002,6 +1002,7 @@ static const struct dev_pm_ops s5pcsis_pm_ops = {
> static const struct of_device_id s5pcsis_of_match[] __devinitconst = {
> { .compatible = "samsung,exynos3110-csis" },
> { .compatible = "samsung,exynos4210-csis" },
> + { .compatible = "samsung,exynos5250-csis" },
> { /* sentinel */ },
> };
> MODULE_DEVICE_TABLE(of, s5pcsis_of_match);
More information about the devicetree-discuss
mailing list