]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-stmmac-fix-tegra234-mgbe-clock'
authorJakub Kicinski <kuba@kernel.org>
Fri, 3 Apr 2026 23:02:31 +0000 (16:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 3 Apr 2026 23:02:31 +0000 (16:02 -0700)
commit1caa871bb0615e2b68aa11bb7b453eeac770ea1d
tree0472c08882a143af4ded6f2cf05b57f127a7f83b
parent5c14a19d5b1645cce1cb1252833d70b23635b632
parentfb22b1fc5bca3c0aad95388933497ceb30f1fb26
Merge branch 'net-stmmac-fix-tegra234-mgbe-clock'

Jon Hunter says:

====================
net: stmmac: Fix Tegra234 MGBE clock

The name of the PTP ref clock for the Tegra234 MGBE ethernet controller
does not match the generic name in the stmmac platform driver. Despite
this basic ethernet is functional on the Tegra234 platforms that use
this driver and as far as I know, we have not tested PTP support with
this driver. Hence, the risk of breaking any functionality is low.

The previous attempt to fix this in the stmmac platform driver, by
supporting the Tegra234 PTP clock name, was rejected [0]. The preference
from the netdev maintainers is to fix this in the DT binding for
Tegra234.

This series fixes this by correcting the device-tree binding to align
with the generic name for the PTP clock. I understand that this is
breaking the ABI for this device, which we should never do, but this
is a last resort for getting this fixed. I am open to any better ideas
to fix this. Please note that we still maintain backward compatibility
in the driver to allow older device-trees to work, but we don't
advertise this via the binding, because I did not see any value in doing
so.
====================

Link: https://patch.msgid.link/20260401102941.17466-1-jonathanh@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>