* Vignesh Raghavendra <vigneshr@xxxxxx> [220917 06:54]: > On 14/09/22 1:12 pm, Tony Lindgren wrote: > > @@ -186,6 +186,103 @@ main_pmx0: pinctrl@f4000 { > > pinctrl-single,function-mask = <0xffffffff>; > > }; > > > > + main_timer0: timer@2400000 { > > + compatible = "ti,am654-timer"; > > + reg = <0x00 0x2400000 0x00 0x400>; > > + interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; > > + clocks = <&k3_clks 36 2>; > > + clock-names = "fck"; > > + assigned-clocks = <&k3_clks 36 2>; > > + assigned-clock-parents = <&k3_clks 36 3>; > > + power-domains = <&k3_pds 36 TI_SCI_PD_EXCLUSIVE>; > > I end up with > > make dtbs_check > > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4800000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4810000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4820000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4830000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > > Looks like schema does not describe power-domains :( Thanks for catching it, I've sent a patch for the binding for this at [0] below. Regards, Tony [0] https://lore.kernel.org/linux-devicetree/20220919112357.64997-1-tony@xxxxxxxxxxx/T/#u