From patchwork Mon Aug 5 10:35:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 816908 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 898271547EE; Mon, 5 Aug 2024 10:41:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722854470; cv=none; b=VOQh2ABX28S3GedmGYay8FBRSU/R+JsnEEWAIrRSZt8THdx8fubfL7SELC895Uzgk0HU9cr/wquhhqAnYl79V7wgXu9xWR3kMK5UWcuA00joZSTPDdgJcvt+DqbRzLr86E2FSHxS82LuND6DhpfeefMVAopjmRwfVwoiiJT4S9I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722854470; c=relaxed/simple; bh=mFZJ/xqQhQgTJMIYPZauUt7NSv0i6nSIow4u3O+J1gg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=lEEWvhb/qtw11j4u3yx7Ozo0xkj4g+/9d8HdbRrN8xcFTvwdm7u+GfIJgLt31pDp59tGwlie9Kcs60z9EJ8DT/Oyckeb7jC4aqAD3wXHM6k0QbPGVx+EiAB//Dx5lzQAIbkQdiHPX6WnVYsXqoy2ll3SyIhPpo+6HA4B6h+4KpE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.09,264,1716217200"; d="scan'208";a="218688163" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 05 Aug 2024 19:35:58 +0900 Received: from localhost.localdomain (unknown [10.226.92.197]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 46A5D41FB3AD; Mon, 5 Aug 2024 19:35:54 +0900 (JST) From: Biju Das To: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Laurent Pinchart , Kieran Bingham , Geert Uytterhoeven , Magnus Damm , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: [PATCH v3 0/2] Document RZ/G2UL {VSPD, FCPVD} bindings Date: Mon, 5 Aug 2024 11:35:42 +0100 Message-ID: <20240805103549.92369-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 This patch series aims to document {VSPD, FCPVD} modules found on RZ/G2UL LCDC IP. v2->v3: * Split patch series based on subsystem from DU patch series [1]. * Added Rb tag from Geert and Laurent. [1] https://lore.kernel.org/all/20240709135152.185042-1-biju.das.jz@bp.renesas.com/ Biju Das (2): media: dt-bindings: media: renesas,vsp1: Document RZ/G2UL VSPD bindings media: dt-bindings: media: renesas,fcp: Document RZ/G2UL FCPVD bindings Documentation/devicetree/bindings/media/renesas,fcp.yaml | 2 ++ Documentation/devicetree/bindings/media/renesas,vsp1.yaml | 1 + 2 files changed, 3 insertions(+)