Re: [PATCH] arm: dts: Add am335x-boneblack-pps.dts

From: Tony Lindgren
Date: Wed May 03 2023 - 02:07:51 EST


Hi,

* Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> [230428 13:50]:
> On 28/04/2023 12:54, Julien Panis wrote:
> > From: Lokesh Vutla <lokeshvutla@xxxxxx>
> > + compatible = "ti,omap-dmtimer-pwm";
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pwm7_pins>;
> > + #pwm-cells = <3>;
> > + ti,timers = <&timer7>;
> > + ti,clock-source = <0x00>; /* timer_sys_ck */
>
> Why this is hex? Should be just 0/1/2?

I think the ti,clock-source can be left out now, this can be done
with assigned-clocks and parents instead. Please grep for some
examples in the current mainline kernel dts files.

Regards,

Tony