Re: [PATCH net-next v3 1/3] dt-bindings: net: pse-pd: add poll-interval-ms property

From: Carlo Szelinsky

Date: Fri Apr 03 2026 - 09:54:12 EST


Hi Krzysztof,

Thanks for the review.

The idea was to let boards tune the poll rate in case I2C bus load
matters, but you're right - that's a driver decision, not a hardware
property. The controller either has an IRQ or it doesn't, and how
often we poll is up to the driver.

I'll drop this patch and the of_property_read_u32() call in patch 2,
and just hardcode the 500ms default in the driver.

Does that work for you? Happy to send v4 with that change.

Thanks,
Carlo