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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7AB1CCA47B for ; Thu, 2 Jun 2022 13:20:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235230AbiFBNUb (ORCPT ); Thu, 2 Jun 2022 09:20:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231612AbiFBNU3 (ORCPT ); Thu, 2 Jun 2022 09:20:29 -0400 Received: from mail-oa1-f41.google.com (mail-oa1-f41.google.com [209.85.160.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECB86270F3A; Thu, 2 Jun 2022 06:20:27 -0700 (PDT) Received: by mail-oa1-f41.google.com with SMTP id 586e51a60fabf-e656032735so6764028fac.0; Thu, 02 Jun 2022 06:20:27 -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=bTbwu+Mz+i2T1fupPqwAFML/HPc02MWUuXZGeQCvXZ8=; b=nHzqP6S6BImCZAfGUibqjr40CAQ+sXQyeKEnE4ZSVo6tfjEF8V+JCzMFo9LX50Gk4a bK4r68EqxvNjHQxrnLodXRIb7Y0InLBMeR9EWSeVJEZETBpzvgshRzzWOzzykmVn96tQ 8lj97nXr+GOiG00Hv7nbxw8wENFOWXkGSQ6iomIopzy476Txv8aKW8t7A7cGqRW1X6if MkVWDjJULW/QNpE24aW1xIf3RhXPvP0tekTQLZmmz3N2rIoiKxlCKmpZ3iqa1phMrkri b18ruXDN8N74bvHTjka97QfBEE6dcuHEv4R7XgYk0Uds472CHyERrgY1SQDIBsg1Yz+0 qALw== X-Gm-Message-State: AOAM531tXe5tfBG+FbSpszKguTz8xUuGliFVwhBoIqdbF6zr520TEbBd mz/IMKz9+5Ms6bRUpVMeSQ== X-Google-Smtp-Source: ABdhPJx8+7c641wEUgu8STii4oQje/7ttveo4f3P9XPnuvNlZ3Xg+IQx39aBP3kiPfMlhnetHIGGwg== X-Received: by 2002:a05:6870:3456:b0:e9:23d3:e701 with SMTP id i22-20020a056870345600b000e923d3e701mr2756689oah.11.1654176027237; Thu, 02 Jun 2022 06:20:27 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w2-20020a9d5a82000000b0060603221240sm2220019oth.16.2022.06.02.06.20.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Jun 2022 06:20:26 -0700 (PDT) Received: (nullmailer pid 2133915 invoked by uid 1000); Thu, 02 Jun 2022 13:20:25 -0000 Date: Thu, 2 Jun 2022 08:20:25 -0500 From: Rob Herring To: Guillaume Ranquet Cc: Chun-Kuang Hu , Philipp Zabel , David Airlie , Daniel Vetter , Krzysztof Kozlowski , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Matthias Brugger , Chunfeng Yun , Kishon Vijay Abraham I , Vinod Koul , Helge Deller , CK Hu , Jitao shi , Markus Schneider-Pargmann , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v10 02/21] dt-bindings: mediatek,dp: Add Display Port binding Message-ID: <20220602132025.GA2110588-robh@kernel.org> References: <20220523104758.29531-1-granquet@baylibre.com> <20220523104758.29531-3-granquet@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220523104758.29531-3-granquet@baylibre.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 23, 2022 at 12:47:35PM +0200, Guillaume Ranquet wrote: > From: Markus Schneider-Pargmann > > This controller is present on several mediatek hardware. Currently > mt8195 and mt8395 have this controller without a functional difference, > so only one compatible field is added. > > The controller can have two forms, as a normal display port and as an > embedded display port. > > Signed-off-by: Markus Schneider-Pargmann > Signed-off-by: Guillaume Ranquet > --- > .../display/mediatek/mediatek,dp.yaml | 99 +++++++++++++++++++ > 1 file changed, 99 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml The example has warnings. Run 'make dt_binding_check' before submitting.