]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: macb: timer adjust mode is not supported
authorConor Dooley <conor.dooley@microchip.com>
Wed, 25 Mar 2026 16:28:15 +0000 (16:28 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sun, 29 Mar 2026 21:34:28 +0000 (14:34 -0700)
commit41adda8764fd4d5e0f4e40cdcf47d60344dc4c4d
tree0fa9ffb05908618578830121d160674dacd55ef3
parent09a6164a4f1d1b5364069bd290dba1d808718016
net: macb: timer adjust mode is not supported

The ptp portion of this driver controls the tsu's timer using the
controls for "increment mode", which is not compatible with the hardware
trying to control it via the gem_tsu_inc_ctrl and gem_tsu_ms inputs in
"timer adjust mode". Abort probe if the property signalling that the
relevant signals have been wired up is present.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260325-facebook-chop-cf792c53f1da@spud
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/cadence/macb_main.c