From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 078391A841A; Tue, 8 Jul 2025 21:21:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752009691; cv=none; b=Ex+kieGflsXWYxCN/rEsypyq0P1ug4aoNvPWLuSDHvg+IQFJJoBOiJJA+jd1BLouwibFGizisUNDpPRBwy4vBC23IwYx2RpuyDqMNVEISYgJoSXnbq84GkLr6BcYsXnqqv+ESLgVc92Dg4qeHlOgrDs2osbCJJIAQr1UauXbDGU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752009691; c=relaxed/simple; bh=BD45fOSIJuFMBAgIlSkATWlSQYal73zlmew1ys0nEOw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ihLa4EW+dXhlVfbSz+9jCVLaiXorZQxOx3KKSIsdgjpZ6Mf7Ub7gGhkMANoGsBOSBPe18yZXaSFycVx8q67/ceYo6TPI1yhv3pqOlTPT9VF2mdxNiqbQwJAxRUE1Jd75ehvSFm6sj+4Iyg5lONBUiEtMKpnX57U8CA08OWgLdz0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ceLa8LDc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ceLa8LDc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42891C4CEED; Tue, 8 Jul 2025 21:21:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752009690; bh=BD45fOSIJuFMBAgIlSkATWlSQYal73zlmew1ys0nEOw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ceLa8LDcpUhuLf+TCrHxLAH1fLRwQgCP7HUiw3erLFEnnmi5ucOx8mzDUfhGxVCxJ 1SiJuTWo577zuuNDx+YuZ2wjDzayqvIAU1OEz3u3h7CFn4KAID2ef9Teg0cMY1C+WA /5+YE0PrrhWE/6nIhAK12bMt+2PHz/FBue60O38wno5DNf3RxcwdhFvRcG3ldfr7ax lg9PXvX40G3mpjacx7sycLPDYHelmuurrhjuTgoqjPkUvDdAa0zu9FOxJPX0rtW5cY yoBtswoYsblAYTRoMoZtOXD382/XQhcGAl+kMLZo1D2SlSoa7ku7aC1P5mhpZUEkmI o54yV+XskZadA== Date: Tue, 8 Jul 2025 16:21:28 -0500 From: "Rob Herring (Arm)" To: LiangCheng Wang Cc: Maxime Ripard , Simona Vetter , Conor Dooley , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Maarten Lankhorst , dri-devel@lists.freedesktop.org, Thomas Zimmermann , devicetree@vger.kernel.org, linaro-mm-sig@lists.linaro.org, David Airlie , Krzysztof Kozlowski , Wig Cheng , Sumit Semwal , Christian =?iso-8859-1?Q?K=F6nig?= Subject: Re: [PATCH 3/3] dt-bindings: display: Add Mayqueen Pixpaper e-ink panel Message-ID: <175200964552.1075683.215921884605311329.robh@kernel.org> References: <20250708-drm-v1-0-45055fdadc8a@gmail.com> <20250708-drm-v1-3-45055fdadc8a@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250708-drm-v1-3-45055fdadc8a@gmail.com> On Tue, 08 Jul 2025 18:06:46 +0800, LiangCheng Wang wrote: > The binding is for the Mayqueen Pixpaper e-ink display panel, > controlled via an SPI interface. > > Signed-off-by: LiangCheng Wang > --- > .../bindings/display/mayqueen,pixpaper.yaml | 63 ++++++++++++++++++++++ > 1 file changed, 63 insertions(+) > This should be patch 2. Bindings come before users of them. Reviewed-by: Rob Herring (Arm)