On Fri, Aug 29, 2025 at 7:23 AM Alexander Stein
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
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 <redacted>
---
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/ (local)
best regards,