From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oo1-f42.google.com (mail-oo1-f42.google.com [209.85.161.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8CB28746A for ; Mon, 30 Jan 2023 19:01:38 +0000 (UTC) Received: by mail-oo1-f42.google.com with SMTP id i11-20020a056820012b00b00517518d79f6so587253ood.10 for ; Mon, 30 Jan 2023 11:01:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=D7PNJxFH7gDdMse434RHu5JL4B3ooE6c7lUdvQTDPn8=; b=NwtO3R2ff31Y5YvAiqVb9MI4jDcCbrqaTlGJpgC6wIqKr3deZv8FUJE1DZfdOye/Ze PJQqalBgkRnAGxN9d+j5QvP1vWafh5WOvsG6nKRKzY/9D7MoDthvyddFpcpwr+lwatMt xhsJvvmdfOJbH8LSs1uhJHlPk32pQghJkDXRU0IYPk79zJKFuAosurFfvf+fkVYll8DW iMxwRrgir4aG8Vk2Er/vcc5Kmk/otYGW+Z5mRopiJWoPzPrAGaAKq++wvHYsa2uFimCx gP4VG6eN3vuDZ/NzOln9Zy+4+EV7NQ3oxIevkwMIMXF4/gZwdhbpKcMKiR/CGiGpLOg5 mOBw== X-Gm-Message-State: AO0yUKXCl9kLe6+0dIOjlrUWVUlnvMTjGLX2Ks3IjVFhb5wG2AaiC7zM Nv5SXm7Zcid0Rj5TcNSz1A== X-Google-Smtp-Source: AK7set97447YafxHmlkxrDII2zwtdplxGb4q+5/7vfjzRM46vNJPfFHa7ECNiIQqZTPgAbRKA+zFug== X-Received: by 2002:a4a:346:0:b0:514:d8f0:45b0 with SMTP id 67-20020a4a0346000000b00514d8f045b0mr6845375ooi.2.1675105297531; Mon, 30 Jan 2023 11:01:37 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w6-20020a4ab6c6000000b004fc4000ae48sm5252918ooo.15.2023.01.30.11.01.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Jan 2023 11:01:36 -0800 (PST) Received: (nullmailer pid 3121442 invoked by uid 1000); Mon, 30 Jan 2023 19:01:35 -0000 Date: Mon, 30 Jan 2023 13:01:35 -0600 From: Rob Herring To: Rayyan Ansari Cc: ~postmarketos/upstreaming@lists.sr.ht, asahi@lists.linux.dev, dri-devel@lists.freedesktop.org, Javier Martinez Canillas , Krzysztof Kozlowski , Daniel Vetter , devicetree@vger.kernel.org, Rob Herring , janne@jannau.net, David Airlie , Hans de Goede , linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, Thomas Zimmermann Subject: Re: [PATCH v4 2/2] dt-bindings: display: simple-framebuffer: Document the panel node Message-ID: <167510529465.3121384.11904840013697184141.robh@kernel.org> References: <20230126182435.70544-1-rayyan@ansari.sh> <20230126182435.70544-3-rayyan@ansari.sh> Precedence: bulk X-Mailing-List: asahi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230126182435.70544-3-rayyan@ansari.sh> On Thu, 26 Jan 2023 18:24:35 +0000, Rayyan Ansari wrote: > Document the new panel node and what it is used for. > > Signed-off-by: Rayyan Ansari > --- > .../devicetree/bindings/display/simple-framebuffer.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Rob Herring