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. 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 51BE4CCA478 for ; Thu, 2 Jun 2022 13:20:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AibcyUiSDMdJ8Q7uFdJKxoy/MSgupTlUmS+j6SXNTvc=; b=xdmCEx01QFWDTn elgm/vj5Dk0jrB0FhsQVWYQjcLqiiRW1ZCxeODu07JPydAiAXu9YhkSFzy4A/0onnXOF7b08K3ySg lA6epcNk+vN+ayI1PGS/XK0W41t0ewsfqqjAhkLRPkw+R8pcq9uDOjoBds8B9t0VhVQ5pDwO3R3ur KOvzuTKpbbDywrz2F7ZetyhiJ+hNA9+Qj9jSOf3/seCtzThecZxzAAOJ5NZsJNvAVNE7ZQnWcbMa8 9r38HXxTy57Pdk4htAGAt7rPjOgQ/PpiP9NM9+n2p9KSjhY/+qa7+3ziodxi+eFMUtIE4g6d7EsKs TzFSqx1e3pgToRd17snA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwkkZ-003MXj-GP; Thu, 02 Jun 2022 13:20:31 +0000 Received: from mail-oa1-f53.google.com ([209.85.160.53]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwkkW-003MWb-Dk; Thu, 02 Jun 2022 13:20:29 +0000 Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-f314077115so6724589fac.1; 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=1VjyDAffuCWUfXFAAC+N+N5x2l4T7TtW0HUA48MeJXoLFoQCfty29o8gRXG/3AsfiA lYdIOgbuTWfxMtBmvPo6X/U17PcBnzul4b/DKTHNBxaXg1elTG9P+jS6ckGFJECW7bmP yQS4lxnJqxejJsjdxHxTg/rorSQmZY6OBeNbsbd9QFqfIv7pzETXLOo/Y1bpJGBbUKWC K5wMTN4483mMFinv3tzfvO8mm9zqqkSDUQRo2NVD1vkBZ+PaeB3jbIrpPGOcLbig246O WtKWcUeStb37KLWpeZExqppSopZb8oO/4ldgwNdRq6xELuiAGloF0WQemv8ExGUgq1Ip gKLw== X-Gm-Message-State: AOAM530PC0R/C+ngApNl2bndqLLb5WwNeNHqGDWNUfRDuATh7sOQGLVO GWY6edKYViE0nc3UzC0YsQ== 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-Disposition: inline In-Reply-To: <20220523104758.29531-3-granquet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220602_062028_505989_BABDCF18 X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.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. _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3D28CC433EF for ; Thu, 2 Jun 2022 13:20:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 23F9810F284; Thu, 2 Jun 2022 13:20:29 +0000 (UTC) Received: from mail-oa1-f46.google.com (mail-oa1-f46.google.com [209.85.160.46]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0A7D010F284 for ; Thu, 2 Jun 2022 13:20:28 +0000 (UTC) Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-f2e0a41009so6694618fac.6 for ; Thu, 02 Jun 2022 06:20:28 -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=o9b1UiL7bEl3bAMQuYFsZRrO/jJTYciIVpn7FEHwdbqLUzvtbGwa2z6T8Nz1cKZn8a jgj55TNskGt0LixRW9D6SBp6+A/oIZ+885yfM+8eLG+kvrLYLaAlw+YTLBoa3PLSAN8S GD1A8ZBeZ+H3xgIER3WXnwlAJe0xsJ8mWtheuFi0HswXFbFhddgoy34fc6vNH20I4OgW I0XikyR53bM5pNXHkGzeGL1NyhdRbnit1iZ/+d9zdNxZ9ixIwj+60TlLxVf6rcA1wJpG dDXrmKvKlC4Lx7VipIEW5wvnb+GjpINRBPLc6U/CKi++i4bqXy/TA493CxQXwmYeRY1P e7RQ== X-Gm-Message-State: AOAM530uc+xeXY4qzpJ8/quYEEDw7RHDMRs9ZsWMLTLo9ToopGKQg/LD Lo76HHZplT0lOwC3uSN2IQ== 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 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> 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: , Cc: linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org, David Airlie , dri-devel@lists.freedesktop.org, Krzysztof Kozlowski , linux-phy@lists.infradead.org, Helge Deller , Kishon Vijay Abraham I , Chunfeng Yun , Chun-Kuang Hu , Jitao shi , Thomas Zimmermann , Markus Schneider-Pargmann , linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Vinod Koul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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. 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 89C47C43334 for ; Thu, 2 Jun 2022 13:20:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QT/rRPeAvpS9AZXBLUPfUaHFxoHRSIyDg+ZsEsuECkE=; b=4PvjrY4cIvJUw/ hcB1xCMKPB73dsvyeDUWpe4pPJ70wQqjfSE/s8xpW8V/AYhxlmXcDIT1bIJs0oe3zxWqwyupRgwcL Zk5e48HatjAqls4IvI3GH86X09fcVAp/4P7AlqIRUFXwfzLoWvBxIjX9/7k/1o0G7wiIseuUrgpvb v7dCZPBhmF6+SkDROChYokC+grtbipm4Y9CD7UbUMsDvzzGcar/4d+3A58FiPBXoO1lMlMFH7Q9h8 qq2pYr+Rsmb2clECOUxOU1lS42hvu5Yag0qEDpFjixNymEcRCR3QgcTR745l/f/bTzTPq1A6u6uBf k/T4rhVNe1Vr3WyQrBwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwkkj-003Mbm-Ue; Thu, 02 Jun 2022 13:20:41 +0000 Received: from mail-oa1-f53.google.com ([209.85.160.53]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwkkW-003MWb-Dk; Thu, 02 Jun 2022 13:20:29 +0000 Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-f314077115so6724589fac.1; 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=1VjyDAffuCWUfXFAAC+N+N5x2l4T7TtW0HUA48MeJXoLFoQCfty29o8gRXG/3AsfiA lYdIOgbuTWfxMtBmvPo6X/U17PcBnzul4b/DKTHNBxaXg1elTG9P+jS6ckGFJECW7bmP yQS4lxnJqxejJsjdxHxTg/rorSQmZY6OBeNbsbd9QFqfIv7pzETXLOo/Y1bpJGBbUKWC K5wMTN4483mMFinv3tzfvO8mm9zqqkSDUQRo2NVD1vkBZ+PaeB3jbIrpPGOcLbig246O WtKWcUeStb37KLWpeZExqppSopZb8oO/4ldgwNdRq6xELuiAGloF0WQemv8ExGUgq1Ip gKLw== X-Gm-Message-State: AOAM530PC0R/C+ngApNl2bndqLLb5WwNeNHqGDWNUfRDuATh7sOQGLVO GWY6edKYViE0nc3UzC0YsQ== 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-Disposition: inline In-Reply-To: <20220523104758.29531-3-granquet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220602_062028_505989_BABDCF18 X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.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. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 9CA96C43334 for ; Thu, 2 Jun 2022 13:21:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=26BkPhCN/x8B6D8V2i9X9TJ3m++Y2rpBHadwkHLoMHU=; b=Dd5A8sTDLRGif9 ac+yc98q+Ae/rWheft8yeNVC9y16dHmCS2U7zyy4KjngquAaTLFJsiVZbd6QPW1nnvmyiakzcOjZd uu4Tyx9X8w3tJ2sAhiJ1r1wzY1u1KWDrWeOcuUfBtwy1HHI7Xp6qfFhUPNiSoQunQV9/QJ/O95VGS MORQlYv2ztl3F/dqiRXafO4lG+qMX4Nq0VwNPj7NgwLL4Ix4LO6M1badFk63ehhLVS5ma1cQ6R0fO YWMNBmQ1RgbiimhSqBnC2P8GH1+f8j0Vm/Bz38nBNmeHd6FA9Wq6J7mqxgK4mjhxvC+qtxwDhgHYf Ks7Azcpw2iD7cCkdDClw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwkkb-003MY3-CD; Thu, 02 Jun 2022 13:20:33 +0000 Received: from mail-oa1-f53.google.com ([209.85.160.53]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwkkW-003MWb-Dk; Thu, 02 Jun 2022 13:20:29 +0000 Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-f314077115so6724589fac.1; 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=1VjyDAffuCWUfXFAAC+N+N5x2l4T7TtW0HUA48MeJXoLFoQCfty29o8gRXG/3AsfiA lYdIOgbuTWfxMtBmvPo6X/U17PcBnzul4b/DKTHNBxaXg1elTG9P+jS6ckGFJECW7bmP yQS4lxnJqxejJsjdxHxTg/rorSQmZY6OBeNbsbd9QFqfIv7pzETXLOo/Y1bpJGBbUKWC K5wMTN4483mMFinv3tzfvO8mm9zqqkSDUQRo2NVD1vkBZ+PaeB3jbIrpPGOcLbig246O WtKWcUeStb37KLWpeZExqppSopZb8oO/4ldgwNdRq6xELuiAGloF0WQemv8ExGUgq1Ip gKLw== X-Gm-Message-State: AOAM530PC0R/C+ngApNl2bndqLLb5WwNeNHqGDWNUfRDuATh7sOQGLVO GWY6edKYViE0nc3UzC0YsQ== 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-Disposition: inline In-Reply-To: <20220523104758.29531-3-granquet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220602_062028_505989_BABDCF18 X-CRM114-Status: GOOD ( 12.44 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel