Re: [PATCH net-next v5 9/9] net: dsa: microchip: ksz9477: add periodic output support
From: Richard Cochran <richardcochran@gmail.com>
Date: 2020-12-03 14:14:01
Also in:
linux-devicetree, lkml
From: Richard Cochran <richardcochran@gmail.com>
Date: 2020-12-03 14:14:01
Also in:
linux-devicetree, lkml
On Thu, Dec 03, 2020 at 11:21:17AM +0100, Christian Eggers wrote:
The KSZ9563 has a Trigger Output Unit (TOU) which can be used to generate periodic signals. The pulse length can be altered via a device attribute.
Device tree is the wrong place for that. Aren't you using PTP_PEROUT_DUTY_CYCLE anyhow? Thanks, Richard