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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DFF8C433EF for ; Fri, 15 Oct 2021 13:49:24 +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 5DACC600D4 for ; Fri, 15 Oct 2021 13:49:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5DACC600D4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BA5576E2EF; Fri, 15 Oct 2021 13:49:23 +0000 (UTC) Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) by gabe.freedesktop.org (Postfix) with ESMTPS id 38D786E2EF for ; Fri, 15 Oct 2021 13:49:23 +0000 (UTC) Received: by mail-ot1-f46.google.com with SMTP id e59-20020a9d01c1000000b00552c91a99f7so3570598ote.6 for ; Fri, 15 Oct 2021 06:49:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Emypu18e0IXK8TFQk7ooPj168yx7xW+uYOA6VkCV8JE=; b=YWi7JMVKOQLCxwe9LRHFtWyoSvlcsYyn233z5mx4gALPuYLascppIuJBcA2W4FNoE3 JcveBKUnl4SwCga8Mhv2KDtM9ojZpa0nuixgHDrkw/MrVzP0f7OrxD0WfTrjXuiwndP9 mKImZBvvjFhyLKdW1edwbfDTdoGzRaqR3Ot951EzOBK2a+OuLQuOF2eLTCISy4evONGV l8Wsb8+madq7I6RliabKRUv9sqX1gsg1Ae5tuJYlx+AQId1wWKfmO0rRAr7SPAOYaTxe cO45LkQt93pq7zrO+JdZ7lRygf7YvNLCHMR5Ll0DPrKKLLWkfFWPdMalOQn9yg9mUWrr 5QHQ== X-Gm-Message-State: AOAM533yqB7BJqSsxCa0VyLM6yHvQML753dL/AvJrcORkYF9+nronLlS nC+z7c5FPeaWV0xgkl2IqQ== X-Google-Smtp-Source: ABdhPJxUclsuv2sYJlz+mVj3QUqsf0dR1i3duEqsYs1RlI/V8CQynEpT+T1LpMNFTS8H1xYbHJ7fjQ== X-Received: by 2002:a9d:19e3:: with SMTP id k90mr7958187otk.99.1634305762209; Fri, 15 Oct 2021 06:49:22 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id p14sm967286oov.0.2021.10.15.06.49.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 06:49:21 -0700 (PDT) Received: (nullmailer pid 1423603 invoked by uid 1000); Fri, 15 Oct 2021 13:49:20 -0000 Date: Fri, 15 Oct 2021 08:49:20 -0500 From: Rob Herring To: AngeloGioacchino Del Regno Cc: airlied@linux.ie, seanpaul@chromium.org, robh+dt@kernel.org, devicetree@vger.kernel.org, daniel@ffwll.ch, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH] dt-bindings: display/bridge: ptn3460: Convert to YAML binding Message-ID: References: <20211007075822.62411-1-angelogioacchino.delregno@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211007075822.62411-1-angelogioacchino.delregno@collabora.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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 07 Oct 2021 09:58:22 +0200, AngeloGioacchino Del Regno wrote: > Convert the NXP PTN3460 eDP to LVDS bridge documentation to YAML. > > Signed-off-by: AngeloGioacchino Del Regno > --- > .../bindings/display/bridge/nxp,ptn3460.yaml | 106 ++++++++++++++++++ > .../bindings/display/bridge/ptn3460.txt | 39 ------- > 2 files changed, 106 insertions(+), 39 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/bridge/nxp,ptn3460.yaml > delete mode 100644 Documentation/devicetree/bindings/display/bridge/ptn3460.txt > Reviewed-by: Rob Herring