From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E8E6C43461 for ; Tue, 8 Sep 2020 06:04:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1BEC221897 for ; Tue, 8 Sep 2020 06:04:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ugtEGusr" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728874AbgIHGEY (ORCPT ); Tue, 8 Sep 2020 02:04:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728680AbgIHGEY (ORCPT ); Tue, 8 Sep 2020 02:04:24 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38812C061573; Mon, 7 Sep 2020 23:04:23 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B9F5E35; Tue, 8 Sep 2020 08:04:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1599545061; bh=ca7O6RFFRSVQZqqqL9m9ZU0O5qL+e0TLreO9J8eIsQ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ugtEGusrDDt1uwGWsO3xbJwMaj9Q5XSrz3taDRhJlivsqszwzK0zh4X7XB8R7redg qd+vYleIfP0NRZjVbK4yCFzwejIcGbLQiaQSfHvy9AClB8KuB/EkNPiqGt/NJjtS2w zATIxjw8cWBZlWtWJJbyJen332/mcBkJWbAoq6Ds= Date: Tue, 8 Sep 2020 09:03:57 +0300 From: Laurent Pinchart To: Kuninori Morimoto Cc: Rob Herring , Geert Uytterhoeven , David Airlie , Daniel Vetter , Magnus , Linux-Renesas , Linux-DT , Kieran Bingham , shimoda , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 08/10] arm64: dts: renesas: r8a77961: Add HDMI device nodes Message-ID: <20200908060357.GS6047@pendragon.ideasonboard.com> References: <87o8mhrtxo.wl-kuninori.morimoto.gx@renesas.com> <87d02xrtux.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87d02xrtux.wl-kuninori.morimoto.gx@renesas.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Morimoto-san, Thank you for the patch. On Tue, Sep 08, 2020 at 09:35:15AM +0900, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > This patch adds HDMI device nodes for R-Car M3-W+ (r8a77961) SoC. > This patch was tested on R-Car M3-W+ Salvator-XS board. > > Signed-off-by: Kuninori Morimoto Reviewed-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a77961.dtsi | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77961.dtsi b/arch/arm64/boot/dts/renesas/r8a77961.dtsi > index c7fabd9e875b..7f21491f6436 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77961.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77961.dtsi > @@ -2145,14 +2145,23 @@ port@1 { > }; > > hdmi0: hdmi@fead0000 { > + compatible = "renesas,r8a77961-hdmi", "renesas,rcar-gen3-hdmi"; > reg = <0 0xfead0000 0 0x10000>; > - /* placeholder */ > + interrupts = ; > + clocks = <&cpg CPG_MOD 729>, <&cpg CPG_CORE R8A77961_CLK_HDMI>; > + clock-names = "iahb", "isfr"; > + power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; > + resets = <&cpg 729>; > + status = "disabled"; > > ports { > #address-cells = <1>; > #size-cells = <0>; > port@0 { > reg = <0>; > + dw_hdmi0_in: endpoint { > + remote-endpoint = <&du_out_hdmi0>; > + }; > }; > port@1 { > reg = <1>; > @@ -2191,6 +2200,7 @@ du_out_rgb: endpoint { > port@1 { > reg = <1>; > du_out_hdmi0: endpoint { > + remote-endpoint = <&dw_hdmi0_in>; > }; > }; > port@2 { -- Regards, Laurent Pinchart From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 896C3C2D0A7 for ; Tue, 8 Sep 2020 06:04:25 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 33F542166E for ; Tue, 8 Sep 2020 06:04:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ugtEGusr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33F542166E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7BAF96E598; Tue, 8 Sep 2020 06:04:24 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6D9BB6E598 for ; Tue, 8 Sep 2020 06:04:23 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B9F5E35; Tue, 8 Sep 2020 08:04:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1599545061; bh=ca7O6RFFRSVQZqqqL9m9ZU0O5qL+e0TLreO9J8eIsQ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ugtEGusrDDt1uwGWsO3xbJwMaj9Q5XSrz3taDRhJlivsqszwzK0zh4X7XB8R7redg qd+vYleIfP0NRZjVbK4yCFzwejIcGbLQiaQSfHvy9AClB8KuB/EkNPiqGt/NJjtS2w zATIxjw8cWBZlWtWJJbyJen332/mcBkJWbAoq6Ds= Date: Tue, 8 Sep 2020 09:03:57 +0300 From: Laurent Pinchart To: Kuninori Morimoto Subject: Re: [PATCH v2 08/10] arm64: dts: renesas: r8a77961: Add HDMI device nodes Message-ID: <20200908060357.GS6047@pendragon.ideasonboard.com> References: <87o8mhrtxo.wl-kuninori.morimoto.gx@renesas.com> <87d02xrtux.wl-kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87d02xrtux.wl-kuninori.morimoto.gx@renesas.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux-DT , Geert Uytterhoeven , David Airlie , shimoda , Kieran Bingham , Magnus , dri-devel@lists.freedesktop.org, Linux-Renesas , Rob Herring Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Morimoto-san, Thank you for the patch. On Tue, Sep 08, 2020 at 09:35:15AM +0900, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > This patch adds HDMI device nodes for R-Car M3-W+ (r8a77961) SoC. > This patch was tested on R-Car M3-W+ Salvator-XS board. > > Signed-off-by: Kuninori Morimoto Reviewed-by: Laurent Pinchart > --- > arch/arm64/boot/dts/renesas/r8a77961.dtsi | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77961.dtsi b/arch/arm64/boot/dts/renesas/r8a77961.dtsi > index c7fabd9e875b..7f21491f6436 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77961.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a77961.dtsi > @@ -2145,14 +2145,23 @@ port@1 { > }; > > hdmi0: hdmi@fead0000 { > + compatible = "renesas,r8a77961-hdmi", "renesas,rcar-gen3-hdmi"; > reg = <0 0xfead0000 0 0x10000>; > - /* placeholder */ > + interrupts = ; > + clocks = <&cpg CPG_MOD 729>, <&cpg CPG_CORE R8A77961_CLK_HDMI>; > + clock-names = "iahb", "isfr"; > + power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; > + resets = <&cpg 729>; > + status = "disabled"; > > ports { > #address-cells = <1>; > #size-cells = <0>; > port@0 { > reg = <0>; > + dw_hdmi0_in: endpoint { > + remote-endpoint = <&du_out_hdmi0>; > + }; > }; > port@1 { > reg = <1>; > @@ -2191,6 +2200,7 @@ du_out_rgb: endpoint { > port@1 { > reg = <1>; > du_out_hdmi0: endpoint { > + remote-endpoint = <&dw_hdmi0_in>; > }; > }; > port@2 { -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel