[PATCH 1/2] arm64: dts: ti: k3-am62: Add general purpose timers for am62
Tony Lindgren
tony at atomide.com
Mon Sep 19 04:28:38 PDT 2022
* Vignesh Raghavendra <vigneshr at ti.com> [220917 06:54]:
> On 14/09/22 1:12 pm, Tony Lindgren wrote:
> > @@ -186,6 +186,103 @@ main_pmx0: pinctrl at f4000 {
> > pinctrl-single,function-mask = <0xffffffff>;
> > };
> >
> > + main_timer0: timer at 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 at 4800000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
> +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer at 4810000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
> +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer at 4820000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
> +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer at 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@atomide.com/T/#u
More information about the linux-arm-kernel
mailing list