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 5D52FC25B6B for ; Tue, 24 Oct 2023 20:30:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8DE9610E4C4; Tue, 24 Oct 2023 20:30:15 +0000 (UTC) Received: from mail-oa1-f48.google.com (mail-oa1-f48.google.com [209.85.160.48]) by gabe.freedesktop.org (Postfix) with ESMTPS id 83D3710E4C4 for ; Tue, 24 Oct 2023 20:30:13 +0000 (UTC) Received: by mail-oa1-f48.google.com with SMTP id 586e51a60fabf-1e9a757e04eso89846fac.0 for ; Tue, 24 Oct 2023 13:30:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698179412; x=1698784212; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=f3qsgjZUiGkI+HnQU8qd10Dy5+V7e3QdrB1P5/64d/0=; b=fQ32JwvcIstk1u12KXR0aeEwuKcTaCACzSujrXb1cM0pUqH/vMlZWiC4S/BB2rvAzX DPF3/6TnjrWrgmo6Q+kafUfYUl55vJlXXh+U3zS750/CCJRQPcORA3du5ss8pWil258K PnrO/EqRUlpBCgQspXer22T6iP3nQRlU6lnxK08BuE1qYHHhl0U0nAEZvqG9hJvdbq03 cXpdXxZElDSbwcKzlue6vG76Un7d8wIehg+rF+rw1NRq8gxkASkExO5u24EmO/0xGNvD QEy3qFOI8HazoFZdRVr7TCqXKKuQF4rapKPIuCToDnrH70yK5JezLJicSUWGmyQAIUX2 ECLw== X-Gm-Message-State: AOJu0Ywhiz4xC7kxcX7MhO/fuLCs31rhECQC/zVx+Uy/KCkYLA8R0yZZ DReWHCT0uVMCrvDo79o1Dg== X-Google-Smtp-Source: AGHT+IE0whMUPrsoD9gh5o2IGz/Y8fxi2DnAYWxZTqLGtOQkx7r5SAEcn/I7BBShMQO37QiqQon48g== X-Received: by 2002:a05:6870:e38e:b0:1e9:e413:b9d with SMTP id x14-20020a056870e38e00b001e9e4130b9dmr8879744oad.2.1698179412672; Tue, 24 Oct 2023 13:30:12 -0700 (PDT) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id j2-20020a056870530200b001e9b02b00e9sm2285355oan.22.2023.10.24.13.30.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Oct 2023 13:30:12 -0700 (PDT) Received: (nullmailer pid 520032 invoked by uid 1000); Tue, 24 Oct 2023 20:30:10 -0000 Date: Tue, 24 Oct 2023 15:30:10 -0500 From: Rob Herring To: Alexandre Mergnat Subject: Re: [PATCH 05/18] dt-bindings: display: mediatek: dsi: add binding for MT8365 SoC Message-ID: <20231024203010.GA518520-robh@kernel.org> References: <20231023-display-support-v1-0-5c860ed5c33b@baylibre.com> <20231023-display-support-v1-5-5c860ed5c33b@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231023-display-support-v1-5-5c860ed5c33b@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: Chun-Kuang Hu , Conor Dooley , Jitao Shi , Xinlei Lee , devicetree@vger.kernel.org, Catalin Marinas , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-pwm@vger.kernel.org, Will Deacon , Thierry Reding , linux-mediatek@lists.infradead.org, Krzysztof Kozlowski , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Matthias Brugger , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Oct 23, 2023 at 04:40:05PM +0200, Alexandre Mergnat wrote: > Display Serial Interface for MT8365 is compatible with another SoC. > Then, add MT8365 binding along with MT8183 SoC. > > Signed-off-by: Alexandre Mergnat > --- > Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml > index 12441b937684..2479b9e4abd2 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.yaml > @@ -34,6 +34,8 @@ properties: > - enum: > - mediatek,mt6795-dsi > - const: mediatek,mt8173-dsi > + - mediatek,mt8365-dsi Not valid YAML nor json-schema. Please test your series before sending. > + - const: mediatek,mt8183-dsi > > reg: > maxItems: 1 > > -- > 2.25.1 >