From patchwork Wed Aug 31 14:37:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 85783 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1oTOqW-0074UJ-ME; Wed, 31 Aug 2022 14:37:37 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231829AbiHaOhe (ORCPT + 1 other); Wed, 31 Aug 2022 10:37:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231138AbiHaOhd (ORCPT ); Wed, 31 Aug 2022 10:37:33 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A65B3AA4F4; Wed, 31 Aug 2022 07:37:31 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.93,278,1654527600"; d="scan'208";a="133242140" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 31 Aug 2022 23:37:30 +0900 Received: from localhost.localdomain (unknown [10.226.92.133]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 6AD9742F7D85; Wed, 31 Aug 2022 23:37:26 +0900 (JST) From: Biju Das To: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski Cc: Biju Das , Laurent Pinchart , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [PATCH v2 0/3] Enable {fcpvd,vspd} on RZ/G2L SoC Date: Wed, 31 Aug 2022 15:37:19 +0100 Message-Id: <20220831143722.2067457-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Spam-Status: No, score=1.1 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.4 (--) X-LSpam-Report: No, score=-2.4 required=5.0 tests=BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1 autolearn=ham autolearn_force=no This patch series aims to enable {fcpvd,vspd} on RZ/G2L SoC. patch[3] depend upon [1] and [2]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20220831&id=17b5179ef6cd6430945c1da4174ceaf43c93cf1e [2] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20220831&id=882bda188f691320a001c6adc738c4a7ec102a8d v1->v2: * Documented RZ/{G2,V2}L FCPVD bindings * Introduces new compatibles renesas,r9a07g0{44,54}-fcpvd * Added clock-names property * described clocks. * Updated SoC dtsi to reflect changes in bindings. Biju Das (3): media: dt-bindings: media: renesas,fcp: Document RZ/{G2,V2}L FCPVD bindings arm64: dts: renesas: r9a07g044: Add fcpvd node arm64: dts: renesas: r9a07g044: Add vspd node .../bindings/media/renesas,fcp.yaml | 46 +++++++++++++++++-- arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 25 ++++++++++ 2 files changed, 66 insertions(+), 5 deletions(-)