This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: GPL-2.0 | |
| /* | |
| * A V4L2 driver for Sony imx585 cameras. | |
| * | |
| * Based on Sony imx477 camera driver | |
| * Copyright (C) 2019-2020 Raspberry Pi (Trading) Ltd | |
| */ | |
| #include <asm/unaligned.h> | |
| #include <linux/clk.h> | |
| #include <linux/delay.h> |