X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbcm27xx%2Fpatches-5.10%2F950-0281-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch;fp=target%2Flinux%2Fbcm27xx%2Fpatches-5.10%2F950-0281-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch;h=0000000000000000000000000000000000000000;hb=d5c4f24b2af991df2ec24df1a3f906049370f59f;hp=8b50dceafe6157184fa08b9f7611e81b60ba6432;hpb=99ad84b6d9727a63f99a16e0b8386747262e3433;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/bcm27xx/patches-5.10/950-0281-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch b/target/linux/bcm27xx/patches-5.10/950-0281-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch deleted file mode 100644 index 8b50dceafe..0000000000 --- a/target/linux/bcm27xx/patches-5.10/950-0281-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch +++ /dev/null @@ -1,29 +0,0 @@ -From dd3b1e96b9d27f26a0aedc2eb5eae08ba1a4ef48 Mon Sep 17 00:00:00 2001 -From: Dave Stevenson -Date: Thu, 25 Jun 2020 18:03:47 +0100 -Subject: [PATCH] media: bcm2835-unicam: Add support for 14bit mono - sources - -Now that V4L2_PIX_FMT_Y14 and V4L2_PIX_FMT_Y14P are defined, -allow passing 14bit mono data through the peripheral. - -Signed-off-by: Dave Stevenson ---- - drivers/media/platform/bcm2835/bcm2835-unicam.c | 6 ++++++ - 1 file changed, 6 insertions(+) - ---- a/drivers/media/platform/bcm2835/bcm2835-unicam.c -+++ b/drivers/media/platform/bcm2835/bcm2835-unicam.c -@@ -341,6 +341,12 @@ static const struct unicam_fmt formats[] - .code = MEDIA_BUS_FMT_Y12_1X12, - .depth = 12, - .csi_dt = 0x2c, -+ }, { -+ .fourcc = V4L2_PIX_FMT_Y14P, -+ .repacked_fourcc = V4L2_PIX_FMT_Y14, -+ .code = MEDIA_BUS_FMT_Y14_1X14, -+ .depth = 14, -+ .csi_dt = 0x2d, - }, - /* Embedded data format */ - {