From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 57D471AC45F for ; Wed, 23 Oct 2024 13:23:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729689808; cv=none; b=pU9n0fxHfoOrqHUHWqwXS/727Chvq5A3wB3uCEWVi24juwjzfb9U1f5XbE03y1s8EMLX9OHGrlipTTcln36aTjWIYCQAJaCuepJ3UvyyBFXkW67mDFosmyIKgQ57ffUrLw0VsaY3kKFcD+EbBko27Tx/XT5kOyiczt+Z+kXzJfs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729689808; c=relaxed/simple; bh=//0t6o5kKGPijj/BBOmhHLDpudOTigv2PpD2dcqFhu8=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=pI4QxHGfFfORFMiV1JuWBxgnWwJGD3dgi+1Io2/ei8Jsm8j1IPUyzwjhuoPIpphvR4fRJvKw+Vwn8ZSyrdlIT5Blz/h6UU3f1Jk/OincJV9CbIgaQRuoJcbDZrI64vFLdrOb6WxT+EismThp0wWRnIH3crNpHgscK6C2XnANMB8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[IPv6:::1]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t3bKb-0005DN-Kh; Wed, 23 Oct 2024 15:23:21 +0200 Message-ID: Subject: Re: [PATCH 2/3] dt-bindings: display: panel: add YAML schema for LXD M9189A From: Rouven Czerwinski To: Jessica Zhang , Sam Ravnborg , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: kernel@pengutronix.de, Neil Armstrong , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley Date: Wed, 23 Oct 2024 15:23:20 +0200 In-Reply-To: <20241023124411.1153552-2-r.czerwinski@pengutronix.de> References: <20241023124411.1153552-1-r.czerwinski@pengutronix.de> <20241023124411.1153552-2-r.czerwinski@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.4 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: r.czerwinski@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Hi, On Wed, 2024-10-23 at 14:44 +0200, Rouven Czerwinski wrote: > The LXD M9189A is a 1024x600 MIPI-DSI panel. >=20 > Signed-off-by: Rouven Czerwinski > --- > =C2=A0.../bindings/display/panel/lxd,m9189a.yaml=C2=A0=C2=A0=C2=A0 | 64 > +++++++++++++++++++ > =C2=A01 file changed, 64 insertions(+) > =C2=A0create mode 100644 > Documentation/devicetree/bindings/display/panel/lxd,m9189a.yaml >=20 > diff --git > a/Documentation/devicetree/bindings/display/panel/lxd,m9189a.yaml > b/Documentation/devicetree/bindings/display/panel/lxd,m9189a.yaml > new file mode 100644 > index 0000000000000..49cee8865cae1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/lxd,m9189a.yaml > @@ -0,0 +1,64 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/lxd,m9189a.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: LXD M9189 DSI Display Panel ^ is missing an A > + > +maintainers: > +=C2=A0 - Rouven Czerwinski > + > +properties: > +=C2=A0 compatible: > +=C2=A0=C2=A0=C2=A0 const: ronbo,rb070d30 This is the wrong compatible. > + > +=C2=A0 reg: > +=C2=A0=C2=A0=C2=A0 maxItems: 1 > + > +=C2=A0 standby-gpios: > +=C2=A0=C2=A0=C2=A0 description: GPIO used for the standby pin > +=C2=A0=C2=A0=C2=A0 maxItems: 1 > + > +=C2=A0 reset-gpios: > +=C2=A0=C2=A0=C2=A0 description: GPIO used for the reset pin > +=C2=A0=C2=A0=C2=A0 maxItems: 1 > + > +=C2=A0 vdd-supply: > +=C2=A0=C2=A0=C2=A0 description: Power regulator > + > +=C2=A0 backlight: > +=C2=A0=C2=A0=C2=A0 description: Backlight used by the panel > +=C2=A0=C2=A0=C2=A0 $ref: /schemas/types.yaml#/definitions/phandle > + > +required: > +=C2=A0 - compatible > +=C2=A0 - reg > +=C2=A0 - standby-gpios > +=C2=A0 - reset-gpios > +=C2=A0 - vdd-supply > + > +additionalProperties: false > + > +examples: > +=C2=A0 - | > +=C2=A0=C2=A0=C2=A0 #include > + > +=C2=A0=C2=A0=C2=A0 dsi { > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #address-cells =3D <1>; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #size-cells =3D <0>; > + > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 panel@0 { > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 compatible =3D "lxd,m9189a"; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 reg =3D <0>; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 backlight =3D <&backlight>; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 reset-gpios =3D <&gpio3 25 GP= IO_ACTIVE_LOW>; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 standby-gpios =3D <&gpio5 22 = GPIO_ACTIVE_LOW>; > + > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 port { > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mipi_panel_in: en= dpoint { > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 remot= e-endpoint =3D <&mipi_dsi_out>; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 }; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 }; > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 }; > +=C2=A0=C2=A0=C2=A0 }; Fixed both for a v2 of this series, will wait for more feedback before resending. Best Regards, Rouven Czerwinski