[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56eb2fnpmaya5rwfk5jvluvsidokzpoujeatihgrbxlytbzx5x@ozco7pbgkugp>
Date: Tue, 13 Feb 2024 00:00:15 +0100
From: Sebastian Reichel <sre@...nel.org>
To: Stefan Wahren <wahrenst@....net>
Cc: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor+dt@...nel.org>,
Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, Pengutronix Kernel Team <kernel@...gutronix.de>,
NXP Linux Team <linux-imx@....com>, Dong Aisheng <aisheng.dong@....com>,
Linus Walleij <linus.walleij@...aro.org>, Dmitry Torokhov <dmitry.torokhov@...il.com>,
Mark Brown <broonie@...nel.org>, linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 14/14] ARM: dts: imx6ull-uti260b: Add board
Hi Stefan,
On Mon, Feb 12, 2024 at 07:28:36PM +0100, Stefan Wahren wrote:
> > + reg_vsd: regulator-vsd {
> i think the node name should be just "regulator"
> > + compatible = "regulator-fixed";
> > + regulator-name = "VSD_3V3";
> > + regulator-min-microvolt = <3300000>;
> > + regulator-max-microvolt = <3300000>;
> > + };
> > +
> > + reg_vref: regulator-vref-4v2 {
> dito
The nodename must be unique. So just "regulator" does not work. In
the past this was sometimes solved by adding something like @0,
which is part of the nodename. But that is not ok, since there is no
reg property.
> > +&ecspi3 {
> > + cs-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&mux_spi3>, <&mux_spi3_cs>;
> > + status = "okay";
> > +
> > + panel@0 {
> > + compatible = "inanbo,t28cp45tn89-v17";
> > + reg = <0>;
> > + backlight = <&panel_backlight>;
> > + power-supply = <®_vsd>;
> > + spi-cpha;
> > + spi-cpol;
> > + spi-max-frequency = <100000>;
>
> This seems slow to me. Is this a limitation of the display?
I just used something slow, which should definitely work. I will try
to increase to 1MHz. Note, that the display is not driven via SPI.
SPI is just used for the configuration.
Thanks for the review,
-- Sebastian
Powered by blists - more mailing lists