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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 D6AE3C433E0 for ; Thu, 14 Jan 2021 09:43:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 89FA623A22 for ; Thu, 14 Jan 2021 09:43:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727974AbhANJmx (ORCPT ); Thu, 14 Jan 2021 04:42:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727750AbhANJmw (ORCPT ); Thu, 14 Jan 2021 04:42:52 -0500 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 65B08C061575; Thu, 14 Jan 2021 01:42:20 -0800 (PST) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9B746279; Thu, 14 Jan 2021 10:42:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1610617337; bh=rtJMlh25QobvsiyGF+L/cjpV63tvMAdp3CNNW1bz2/g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XZEDz1A2TsXxnrpD04KhJIJ3eWMC5Td+Loz+0LEnWabUJDnCsESO2k+iMgwt9QdgY Kqn9dbXpVYA549NEZbXy38KSx7aKj/p36MHTNY9ZsvOyq6s/RvRqUTseA73x7Fwydk gIEgdQXjf9TEoqcqUn569whnDtrc4SfYbcbUROc0= Date: Thu, 14 Jan 2021 11:42:00 +0200 From: Laurent Pinchart To: Philipp Zabel Cc: Laurent Pinchart , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Sandy Huang , Rob Herring , Mark Yao Subject: Re: [PATCH v4 4/7] dt-bindings: display: imx: hdmi: Convert binding to YAML Message-ID: References: <20210114064437.5793-1-laurent.pinchart+renesas@ideasonboard.com> <20210114064437.5793-5-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Philipp, On Thu, Jan 14, 2021 at 09:17:47AM +0100, Philipp Zabel wrote: > On Thu, 2021-01-14 at 08:44 +0200, Laurent Pinchart wrote: > > Convert the i.MX6 HDMI TX text binding to YAML. > > > > Signed-off-by: Laurent Pinchart > > Reviewed-by: Rob Herring > > --- > > Changes since v3: > > > > - Use port instead of port-base > > > > Changes since v1: > > > > - Only specify maxItems for clocks > > - Drop reg and interrupts as they're checked in the base schema > > - Rebase on top of OF graph schema, dropped redundant properties > > - Fix identation for enum entries > > - Drop clock-names items, use maxItems only > > --- > > .../bindings/display/imx/fsl,imx6-hdmi.yaml | 126 ++++++++++++++++++ > > .../devicetree/bindings/display/imx/hdmi.txt | 65 --------- > > 2 files changed, 126 insertions(+), 65 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml > > delete mode 100644 Documentation/devicetree/bindings/display/imx/hdmi.txt > > > > diff --git a/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml b/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml > > new file mode 100644 > > index 000000000000..af7fe9c4d196 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml > > @@ -0,0 +1,126 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/display/imx/fsl,imx6-hdmi.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Freescale i.MX6 DWC HDMI TX Encoder > > + > > +maintainers: > > + - Philipp Zabel > > Acked-by: Philipp Zabel Very appreciated, thank you. -- Regards, Laurent Pinchart