]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: ti: omap: am335x-baltos: Fix ti,en-ck32k-xtal property in DTS to use correc...
authorJihed Chaibi <jihed.chaibi.dev@gmail.com>
Fri, 22 Aug 2025 22:25:30 +0000 (00:25 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 5 Sep 2025 21:33:11 +0000 (14:33 -0700)
The ti,en-ck32k-xtal property, defined as a boolean in the Device Tree
schema, was incorrectly assigned a value (<1>) in the DTS file, causing
a validation error: "size (4) error for type flag". The driver uses
of_property_read_bool(), expecting a boolean. Remove the value to fix
the dtbs_check error.

Fixes: 262178b6b8e5 ("ARM: dts: split am335x-baltos-ir5221 into dts and dtsi files")
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
Link: https://lore.kernel.org/all/20250822222530.113520-1-jihed.chaibi.dev@gmail.com/
Link: https://lore.kernel.org/r/20250822222530.113520-1-jihed.chaibi.dev@gmail.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi

index ae2e8dffbe0492ed9684e65ddcc06cda22c8c13f..ea47f9960c356623cc2a4920c4f6d4160ed81b2f 100644 (file)
        vcc7-supply = <&vbat>;
        vccio-supply = <&vbat>;
 
-       ti,en-ck32k-xtal = <1>;
+       ti,en-ck32k-xtal;
 
        regulators {
                vrtc_reg: regulator@0 {