From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Agner Subject: Re: [PATCH v2 09/15] dt-bindings: display: Add max-res property for mxsfb Date: Wed, 14 Aug 2019 13:03:49 +0200 Message-ID: <491aff3d08f24ab4d79a4f8c139d2e44@agner.ch> References: <1565779731-1300-1-git-send-email-robert.chiras@nxp.com> <1565779731-1300-10-git-send-email-robert.chiras@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1565779731-1300-10-git-send-email-robert.chiras@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: Robert Chiras , robh+dt@kernel.org, Mark Rutland Cc: =?UTF-8?Q?Guido_G=C3=BCnther?= , Marek Vasut , David Airlie , Daniel Vetter , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On 2019-08-14 12:48, Robert Chiras wrote: > Add new optional property 'max-res', to limit the maximum supported > resolution by the MXSFB_DRM driver. I would also mention the reason why we need this. I guess this needs a vendor prefix as well (fsl,max-res). I also would like to have the ack of the device tree folks here. -- Stefan > > Signed-off-by: Robert Chiras > --- > Documentation/devicetree/bindings/display/mxsfb.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt > b/Documentation/devicetree/bindings/display/mxsfb.txt > index 472e1ea..55e22ed 100644 > --- a/Documentation/devicetree/bindings/display/mxsfb.txt > +++ b/Documentation/devicetree/bindings/display/mxsfb.txt > @@ -17,6 +17,12 @@ Required properties: > Required sub-nodes: > - port: The connection to an encoder chip. > > +Optional properties: > +- max-res: an array with a maximum of two integers, representing the > + maximum supported resolution, in the form of > + , ; if one of the item is <0>, the default > + driver-defined maximum resolution for that axis is used > + > Example: > > lcdif1: display-controller@2220000 {