mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
arm64: dts: broadcom: Assign clock rates in eth node for RPi5
In Raspberry Pi 5 DTS, the Ethernet clock rates must be assigned
as the default clock register values are not valid for the
Ethernet interface to function.
This can be done either in rp1_clocks node or in rp1_eth node.
Define the rates in rp1_eth node, as those clocks are 'leaf' clocks
used specifically by the Ethernet device only.
Fixes: 43456fdfc0 ("arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5")
Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
Link: https://lore.kernel.org/r/20251021135533.5517-1-andrea.porta@suse.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
committed by
Florian Fainelli
parent
6146a0f1df
commit
a7da9c6a2f
@@ -23,6 +23,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&rp1_eth {
|
&rp1_eth {
|
||||||
|
assigned-clocks = <&rp1_clocks RP1_CLK_ETH_TSU>,
|
||||||
|
<&rp1_clocks RP1_CLK_ETH>;
|
||||||
|
assigned-clock-rates = <50000000>,
|
||||||
|
<125000000>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-mode = "rgmii-id";
|
phy-mode = "rgmii-id";
|
||||||
phy-handle = <&phy1>;
|
phy-handle = <&phy1>;
|
||||||
|
|||||||
Reference in New Issue
Block a user