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=-8.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_NEOMUTT 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 D7132ECDE46 for ; Wed, 24 Oct 2018 18:16:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A6FF120831 for ; Wed, 24 Oct 2018 18:16:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6FF120831 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727199AbeJYCph (ORCPT ); Wed, 24 Oct 2018 22:45:37 -0400 Received: from mail.bootlin.com ([62.4.15.54]:52989 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726433AbeJYCph (ORCPT ); Wed, 24 Oct 2018 22:45:37 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 4B065208BE; Wed, 24 Oct 2018 20:09:37 +0200 (CEST) Received: from localhost (unknown [2.223.63.88]) by mail.bootlin.com (Postfix) with ESMTPSA id 0BFDD20379; Wed, 24 Oct 2018 20:09:27 +0200 (CEST) Date: Wed, 24 Oct 2018 19:09:27 +0100 From: Maxime Ripard To: Jagan Teki Cc: Chen-Yu Tsai , Icenowy Zheng , Jernej Skrabec , Vasily Khoruzhick , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , David Airlie , dri-devel@lists.freedesktop.org, Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, Michael Trimarchi , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v2 13/15] dt-bindings: sun6i-dsi: Add compatible for A64 DPHY Message-ID: <20181024180927.ejt7odo23ebzjgfg@flea> References: <20181023155035.9101-1-jagan@amarulasolutions.com> <20181023155035.9101-14-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ui6phgloguktf2lb" Content-Disposition: inline In-Reply-To: <20181023155035.9101-14-jagan@amarulasolutions.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ui6phgloguktf2lb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 23, 2018 at 09:20:33PM +0530, Jagan Teki wrote: > The MIPI DSI PHY HDMI controller on Allwinner A64 is similar > on the one on A31. >=20 > Add A64 compatible and append A31 compatible as fallback. >=20 > Signed-off-by: Jagan Teki > --- > Changes for v2: > - new patch >=20 > Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.tx= t b/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt > index 9fa6e7a758ad..704fb31962f2 100644 > --- a/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt > +++ b/Documentation/devicetree/bindings/display/sunxi/sun6i-dsi.txt > @@ -36,7 +36,7 @@ D-PHY > =20 > Required properties: > - compatible: value must be one of: > - * allwinner,sun6i-a31-mipi-dphy > + * "allwinner,sun50i-a64-mipi-dphy", "allwinner,sun6i-a31-mipi-dphy" No. you need both. The A64 MIPI DPHY one needs to be always set with the A31 fallback, but the A31 is also usable on its own. Maxime --=20 Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --ui6phgloguktf2lb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCW9C1VwAKCRDj7w1vZxhR xXuTAQDzCZHL9SXKlA1ovDyGvoJ1vBXyWfqzogsxrCg1RyCHYwEAsrgUwe59jxcD kH3hkhaPYhxxvs8q/HSGKCfBCvlZQQ8= =aytP -----END PGP SIGNATURE----- --ui6phgloguktf2lb--