Re: [PATCH v2 7/7] of: unittest: Test fw_devlink with clock nexus maps

From: Herve Codina

Date: Wed Sep 16 2026 - 15:34:38 EST


Hi Ernest,

On Thu, 10 Sep 2026 16:16:48 +0200
Ernest Van Hoecke <ernestvanhoecke@xxxxxxxxx> wrote:

...

> fwdevlink_nexus: nexus {
> + #clock-cells = <1>;
> #gpio-cells = <2>;
> #pwm-cells = <2>;
> + clock-map = <0 &clock_provider 1>;

No map-mask for clocks ?

And also same comment as for GPIOs (i.e. multiple items in map)

> gpio-map = <0 0 &gpio_provider 1 0>;
> gpio-map-mask = <0xffffffff 0>;
> gpio-map-pass-thru = <0 0xffffffff>;
> @@ -100,6 +106,14 @@ fwdevlink_nexus: nexus {
> pwm-map-pass-thru = <0 0xffffffff>;
> };
>

Best regards,
Hervé