mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
arm64: dts: rockchip: rv1126b-evb: Change clock rates to 24M for fephy
Change-Id: I906b8a3e483f6db790701a10d6a0aa71080948bc Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
@@ -325,7 +325,7 @@
|
||||
compatible = "ethernet-phy-id0680.8101", "ethernet-phy-ieee802.3-c22";
|
||||
reg = <2>;
|
||||
clocks = <&cru CLK_MACPHY>;
|
||||
clock-frequency = <50000000>;
|
||||
clock-frequency = <24000000>;
|
||||
resets = <&cru SRST_RESETN_MACPHY>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&fephym1_pins>;
|
||||
|
||||
@@ -320,7 +320,7 @@
|
||||
compatible = "ethernet-phy-id0680.8101", "ethernet-phy-ieee802.3-c22";
|
||||
reg = <2>;
|
||||
clocks = <&cru CLK_MACPHY>;
|
||||
clock-frequency = <50000000>;
|
||||
clock-frequency = <24000000>;
|
||||
resets = <&cru SRST_RESETN_MACPHY>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&fephym2_pins>;
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
compatible = "ethernet-phy-id0680.8101", "ethernet-phy-ieee802.3-c22";
|
||||
reg = <2>;
|
||||
clocks = <&cru CLK_MACPHY>;
|
||||
clock-frequency = <50000000>;
|
||||
clock-frequency = <24000000>;
|
||||
resets = <&cru SRST_RESETN_MACPHY>;
|
||||
phy-is-integrated;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user