[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANBuOYpC4OMFx4pMe3-0i+cR8TqOALxb62taJbL=MSBpYxmHmQ@mail.gmail.com>
Date: Thu, 4 Sep 2025 16:43:45 +0200
From: Jihed Chaibi <jihed.chaibi.dev@...il.com>
To: Alexander Stein <alexander.stein@...lbox.org>
Cc: Tony Lindgren <tony@...mide.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, linux-omap@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] ARM: dts: ti: omap: am335x-baltos: Fix TPS property
On Fri, Aug 29, 2025 at 7:23 AM Alexander Stein
<alexander.stein@...lbox.org> wrote:
>
> ti,en-ck32k-xtal is a boolean value. So remove the value and keep the
> property by itself. Fixes the dtbs_check warning:
> ti/omap/am335x-netcom-plus-2xx.dtb: tps@2d (ti,tps65910):
> ti,en-ck32k-xtal: 1 is not of type 'boolean'
>
> Signed-off-by: Alexander Stein <alexander.stein@...lbox.org>
> ---
> arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi b/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi
> index ae2e8dffbe04..ea47f9960c35 100644
> --- a/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi
> @@ -269,7 +269,7 @@ &tps {
> vcc7-supply = <&vbat>;
> vccio-supply = <&vbat>;
>
> - ti,en-ck32k-xtal = <1>;
> + ti,en-ck32k-xtal;
>
> regulators {
> vrtc_reg: regulator@0 {
> --
> 2.51.0
>
>
Hi Alexander,
I believe I submitted a patch with the same fix a few days earlier,
Link: https://lore.kernel.org/all/20250822222530.113520-1-jihed.chaibi.dev@gmail.com/
best regards,
Powered by blists - more mailing lists