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 2BD1615855E; Mon, 17 Nov 2025 19:24:49 +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=1763407489; cv=none; b=shpU1aBnpx5o3W/mA0HNN9a5/WbeFrpXz21L7Tlu2a4ti559WGM3JJUZKgyeFfc3SSreCScpPvu/6VKXJpFEdSElsO2hJWhuGesvKiT6hqfE5qjaTLcdWouvLz42Xkuk2xpT6t6j3g1Y4MetiumchUjhm57JrMwF8DPPejRR40U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763407489; c=relaxed/simple; bh=xtiqSnsAY4ywiCLioxymP9tv/WYEi/Go85PcqJsXmq0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rx8n5wA29MpuU6Yjyj4noL8GWuzW7sg4M+pNCF+Ht/WCLPd1YKtLcDZtFpxDD6w/6QLnQKWk0sP9AgWG6SAYWBIAcvX9d2ZnL7PY+6f4+R9fnSv3ClOmg9qBytQKaAtiCklt6sHAFDxmVz3fF/fQon1dlegtF6lEIeSzrkB805A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UjIiM7hI; 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="UjIiM7hI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF75AC2BCB3; Mon, 17 Nov 2025 19:24:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763407488; bh=xtiqSnsAY4ywiCLioxymP9tv/WYEi/Go85PcqJsXmq0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UjIiM7hIzNMJPp4VAhTX2RWA9enHgG3jM/EMaRIKQ60RgFWc4llVEYrM6PGmalzqR W4ZGjjaFB+REtntjrJW5Qqotow5499nTdOzhCiEfNUR4wKNOc5PjZlRb2En24YMVn4 7TvJNW5o7o+UD4uwBhgqzAyD6I6ufpdr99Pu/4fZ2VTF02jXuUX8nZOe6av5lkrHZ/ yWo3A5QlgH6J76XnbvV7vT9rNXQLAOqpADi+mm0V9b0VkGfKzXX73fpGBvIiaoEhCJ DN7xgTchv4ioEpXASKMPh3NY3gMIiBWkcfz3EW5C6oXxcKQfbG5SS9tgXSTxcFTZgg iMJ2CFhw0DRTg== Date: Mon, 17 Nov 2025 19:24:40 +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 v3 02/11] dt-bindings: display: panel: ronbo,rb070d30: panel-common ref Message-ID: <20251117-herbal-absently-c37ba6077679@spud> References: <20251117-imx8mp-hb-iiot-v3-0-bf1a4cf5fa8e@solid-run.com> <20251117-imx8mp-hb-iiot-v3-2-bf1a4cf5fa8e@solid-run.com> Precedence: bulk X-Mailing-List: linux-input@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="jJ92fiK/uBFIDD/7" Content-Disposition: inline In-Reply-To: <20251117-imx8mp-hb-iiot-v3-2-bf1a4cf5fa8e@solid-run.com> --jJ92fiK/uBFIDD/7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 17, 2025 at 01:28:44PM +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 Forgot my tag I think. Acked-by: Conor Dooley pw-bot: not-applicable > --- > .../devicetree/bindings/display/panel/ronbo,rb070d30.yaml | 14 +++++---= ------ > 1 file changed, 5 insertions(+), 9 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/display/panel/ronbo,rb070d= 30.yaml b/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.ya= ml > index 04f86e0cbac91..6940373015833 100644 > --- a/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.yaml > +++ b/Documentation/devicetree/bindings/display/panel/ronbo,rb070d30.yaml > @@ -9,6 +9,9 @@ title: Ronbo RB070D30 DSI Display Panel > maintainers: > - Maxime Ripard > =20 > +allOf: > + - $ref: panel-common.yaml# > + > properties: > compatible: > const: ronbo,rb070d30 > @@ -20,10 +23,6 @@ properties: > description: GPIO used for the power pin > maxItems: 1 > =20 > - reset-gpios: > - description: GPIO used for the reset pin > - maxItems: 1 > - > shlr-gpios: > description: GPIO used for the shlr pin (horizontal flip) > maxItems: 1 > @@ -35,10 +34,6 @@ properties: > vcc-lcd-supply: > description: Power regulator > =20 > - backlight: > - description: Backlight used by the panel > - $ref: /schemas/types.yaml#/definitions/phandle > - > required: > - compatible > - power-gpios > @@ -47,5 +42,6 @@ required: > - shlr-gpios > - updn-gpios > - vcc-lcd-supply > + - port > =20 > -additionalProperties: false > +unevaluatedProperties: false >=20 > --=20 > 2.51.0 >=20 --jJ92fiK/uBFIDD/7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCaRt2eAAKCRB4tDGHoIJi 0hrHAQCBaAmVJzC1Z0STWj1jk4/PdSurZ065qolA+crJiZFTBwEA624wDBQFzZga EVu79ROyCjko8bQ+2VEAS6lgAsh+eQ4= =Qt2L -----END PGP SIGNATURE----- --jJ92fiK/uBFIDD/7--