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 0FCC1223DD0; Fri, 7 Nov 2025 17:48:41 +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=1762537722; cv=none; b=nxKDMuqKTaKFKZMtBapmtC9rJMhZc1deILHRp4YnWkd94ZCRXRd9VAgIYMv3sdJ7iS7vVJdc8Wt7WwM++urBuFyMjOaufzMF9041Jn9LS+fKAPnJLAGOPZqAEngO3xG99tlh2pgjMAPKmEtFhwKDG4bJPb4MnDJX3sef07EH99Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762537722; c=relaxed/simple; bh=tvD9gG0Rr9652jF+dmwkHloaVheVup3vGLAOVr0Cclw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=j9HundGX2t2NCgl7wFsdDNHcQRatUCRUWsABll+EQON4JieU5zlMFeMaM2WH+P+8VrXCXBX9DAo+gpcz1yASqpg07/BWafD8ORHMeMxTDPbDEV6l3+JwAMg6FWQSi98itYk8tcTBMvPOcqwdNHB+dOC+OkuJ9w6mQwYIHQbA9pc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LbBrPZTH; 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="LbBrPZTH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C145C113D0; Fri, 7 Nov 2025 17:48:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762537721; bh=tvD9gG0Rr9652jF+dmwkHloaVheVup3vGLAOVr0Cclw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LbBrPZTHP9790hXjz8W5gFMTY6U6EZ9xMudqw8cNp2fuc9XcIsvaJlR9Fn121/pFT ejvHsi9TvMhq0roGgWGdDfZAmWYSlWFkPNnCceH6F++LlzWYTD7XJDyGYYoqJZyunZ PK11xIlA/yLpWFsVbwKA7wcI3xyNcEeglB5idacnS7T3fe6ruSNiU2oBQO8LX/CAJx IAtDRtXU8qwuVZQCJGgEAgo4uH5yYQOqolvMsuvN7WsosjWLWpH2Ko4jOE4Xnz+FqL aFkj+iaaEf9qo4xSb8lufcme6AN4mstXJ/ZS6x3gu8fkBrJ/LUtVqlrGMH/VgoWAId m0Hl8nQayiW2w== Date: Fri, 7 Nov 2025 17:48:33 +0000 From: Conor Dooley To: Josua Mayer Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Dmitry Torokhov , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Laurent Pinchart , Lad Prabhakar , Thierry Reding , Jon Nettleton , Mikhail Anikin , Yazan Shhady , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-input@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 02/11] dt-bindings: display: panel: ronbo,rb070d30: panel-common ref Message-ID: <20251107-cornbread-juggling-2e7e69bcac10@spud> References: <20251107-imx8mp-hb-iiot-v2-0-d8233ded999e@solid-run.com> <20251107-imx8mp-hb-iiot-v2-2-d8233ded999e@solid-run.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E1JSShyRa8hSS1cg" Content-Disposition: inline In-Reply-To: <20251107-imx8mp-hb-iiot-v2-2-d8233ded999e@solid-run.com> --E1JSShyRa8hSS1cg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 07, 2025 at 12:46:09PM +0100, Josua Mayer wrote: > Add missing ref on panel-common.yaml for this dsi panel so that common > properties can be shared. >=20 > Drop reset-gpios and backlight as they are already in panel-common. >=20 > Switch from additionalProperties to unevaluatedProperties so that common > panel properties are available without repeating them in this binding. >=20 > Notably panel-common defines the "port" property for linking panels to a > source - which was missing from this panel. Mark it as required. >=20 > Signed-off-by: Josua Mayer Acked-by: Conor Dooley pw-bot: not-applicable --E1JSShyRa8hSS1cg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaQ4w8QAKCRB4tDGHoIJi 0lf8AP9B3ouklPfp54vvg9I3TJdfddEIiCt1NbmFTMHP0V8FsgEAlb/T0FlPIhwK pozK27QDQ5mObhibwyqfrqzCa6WnmA4= =sj27 -----END PGP SIGNATURE----- --E1JSShyRa8hSS1cg--