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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 0BC37C2D0C9 for ; Fri, 13 Dec 2019 22:23:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D889720706 for ; Fri, 13 Dec 2019 22:23:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EAhmcXim" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D889720706 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bacFLzSJ6GwvBnwtQNFaR69aJpHFy4M/5cbW4nFp59c=; b=EAhmcXim59atXi CGQR2Cp3uH7SIAgmrEdQ1kIhmJAwm19oP26PJxFVgvg5IGaHOHoy2MgtwU6AVC/RI1YyaVnSj38Xl fqq35NAO3R5yvBsKPfCb1qBgihgnCmYIsfoaybLuL97MwEEJY/6bS+O62FFwGUcYxySu01Nj5d5iK ax7wTllcDB4i/S5YRr3HmSHoGQhzcyWimMdADikmk81MFoCsf+AZZXoAKAjA9T0yWTvm/TY5h6maN 6f7kGnphdg8eA+KltusWwbY7cWPRWzSo5/5Vld1IZ4xMvsINt95idbXvAqXQXZTJFdEdXxon1U6t3 ZYmQmZsU/J/aJh/3Yemw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifpGQ-0003Gr-Nh; Fri, 13 Dec 2019 18:02:06 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifpGM-0003F9-2Y; Fri, 13 Dec 2019 18:02:03 +0000 Received: from ip5f5a6266.dynamic.kabel-deutschland.de ([95.90.98.102] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ifpGD-00034y-7z; Fri, 13 Dec 2019 19:01:53 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Miquel Raynal Subject: Re: [PATCH 1/2] dt-bindings: phy: Fix the PX30 DSI PHY compatible in the example Date: Fri, 13 Dec 2019 19:01:52 +0100 Message-ID: <5367650.jE9fiJsk8z@diego> In-Reply-To: <20191213180019.25080-1-miquel.raynal@bootlin.com> References: <20191213180019.25080-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191213_100202_268601_4B2331B1 X-CRM114-Status: GOOD ( 16.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Kishon Vijay Abraham I , Paul Kocialkowski , linux-rockchip@lists.infradead.org, Rob Herring , Thomas Petazzoni , Maxime Chevallier , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Freitag, 13. Dezember 2019, 19:00:18 CET schrieb Miquel Raynal: > Use the upstream compatible instead of the BSP one in the example > section of the DT bindings for this IP. > > Fixes: 3200df7fa1d6 ("dt-bindings: phy: add yaml binding for rockchip,px30-dsi-dphy") > Signed-off-by: Miquel Raynal Thanks for catching that :-) Reviewed-by: Heiko Stuebner > --- > .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > index 476c56a1dc8c..72aca81e8959 100644 > --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > @@ -58,7 +58,7 @@ additionalProperties: false > examples: > - | > dsi_dphy: phy@ff2e0000 { > - compatible = "rockchip,px30-video-phy"; > + compatible = "rockchip,px30-dsi-dphy"; > reg = <0x0 0xff2e0000 0x0 0x10000>; > clocks = <&pmucru 13>, <&cru 12>; > clock-names = "ref", "pclk"; > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel