devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: ti: omap: am335x-baltos: Fix TPS property
@ 2025-08-29  5:22 Alexander Stein
  2025-09-04 14:43 ` Jihed Chaibi
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2025-08-29  5:22 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Alexander Stein, linux-omap, devicetree, linux-kernel

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@mailbox.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-04 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29  5:22 [PATCH 1/1] ARM: dts: ti: omap: am335x-baltos: Fix TPS property Alexander Stein
2025-09-04 14:43 ` Jihed Chaibi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).