mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 20:09:44 +07:00
ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node
The GIO clock/reset, Another MAC clock, and the PHY clock are required for the ethernet of Pro4 SoC. And add clock-names and reset-names to the ethernet node of PXs2 since we need to distinguish clocks and resets now. Suggested-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
60cc43fc88
commit
92724c03fa
@ -371,8 +371,11 @@ eth: ethernet@65000000 {
|
|||||||
interrupts = <0 66 4>;
|
interrupts = <0 66 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
||||||
clocks = <&sys_clk 6>;
|
clock-names = "gio", "ether", "ether-gb", "ether-phy";
|
||||||
resets = <&sys_rst 6>;
|
clocks = <&sys_clk 12>, <&sys_clk 6>, <&sys_clk 7>,
|
||||||
|
<&sys_clk 10>;
|
||||||
|
reset-names = "gio", "ether";
|
||||||
|
resets = <&sys_rst 12>, <&sys_rst 6>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
local-mac-address = [00 00 00 00 00 00];
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
|
||||||
|
@ -506,7 +506,9 @@ eth: ethernet@65000000 {
|
|||||||
interrupts = <0 66 4>;
|
interrupts = <0 66 4>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
pinctrl-0 = <&pinctrl_ether_rgmii>;
|
||||||
|
clock-names = "ether";
|
||||||
clocks = <&sys_clk 6>;
|
clocks = <&sys_clk 6>;
|
||||||
|
reset-names = "ether";
|
||||||
resets = <&sys_rst 6>;
|
resets = <&sys_rst 6>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
local-mac-address = [00 00 00 00 00 00];
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
Loading…
Reference in New Issue
Block a user