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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_NEOMUTT 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 809ADC282C0 for ; Fri, 25 Jan 2019 15:52:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5897B218CD for ; Fri, 25 Jan 2019 15:52:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726256AbfAYPwj (ORCPT ); Fri, 25 Jan 2019 10:52:39 -0500 Received: from mail.bootlin.com ([62.4.15.54]:54649 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726238AbfAYPwi (ORCPT ); Fri, 25 Jan 2019 10:52:38 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 759DD20712; Fri, 25 Jan 2019 16:52:36 +0100 (CET) Received: from localhost (aaubervilliers-681-1-87-206.w90-88.abo.wanadoo.fr [90.88.29.206]) by mail.bootlin.com (Postfix) with ESMTPSA id 45AB0206A6; Fri, 25 Jan 2019 16:52:36 +0100 (CET) Date: Fri, 25 Jan 2019 16:52:36 +0100 From: Maxime Ripard To: Jagan Teki Cc: David Airlie , Daniel Vetter , Chen-Yu Tsai , Michael Turquette , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Michael Trimarchi , linux-amarula@amarulasolutions.com, linux-sunxi@googlegroups.com Subject: Re: [PATCH v6 14/22] dt-bindings: sun6i-dsi: Add A64 DSI compatible (w/ A31 fallback) Message-ID: <20190125155236.agxwkxvyefmrbvym@flea> References: <20190124195900.22620-1-jagan@amarulasolutions.com> <20190124195900.22620-15-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yh73odnggzve526p" Content-Disposition: inline In-Reply-To: <20190124195900.22620-15-jagan@amarulasolutions.com> User-Agent: NeoMutt/20180716 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org --yh73odnggzve526p Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 25, 2019 at 01:28:52AM +0530, Jagan Teki wrote: > The MIPI DSI controller in Allwinner A64 is similar to A33. >=20 > But unlike A33, A64 doesn't have DSI_SCLK gating which eventually > set the mod clock rate for the controller. >=20 > So, use the DSI_DPHY gating for the similar purpose of mod clock > so-that the controller can operate properly. >=20 > Signed-off-by: Jagan Teki > Reviewed-by: Rob Herring > --- > Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.tx= t b/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt > index 69e233e8fad1..dbda2e567760 100644 > --- a/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt > +++ b/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt > @@ -12,6 +12,7 @@ The DSI Encoder generates the DSI signal from the TCON'= s. > Required properties: > - compatible: value must be one of: > * allwinner,sun6i-a31-mipi-dsi > + * "allwinner,sun50i-a64-mipi-dsi", "allwinner,sun6i-a31-mipi-dsi" The other line doesn't have quotes, we should be consistent Maxime --=20 Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --yh73odnggzve526p Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXEswxAAKCRDj7w1vZxhR xcB8AQC+qWM23c0Ml3qG9Tl8TIfkdzjyvq5aMW6V6TVA+BeEigD5AaRsaa/pLWFO t5Sodonduejqf3Dcw9NHxkr1mp9auQA= =MQxE -----END PGP SIGNATURE----- --yh73odnggzve526p--