Skip to content

Commit 52acfab

Browse files
committed
arm64: dts: rockchip: Add gmac_clkin fixed clock for gmac usage for px30
Change-Id: Ibb155666235c609603e0a89316398c3aeb303805 Signed-off-by: David Wu <david.wu@rock-chips.com>
1 parent d23333f commit 52acfab

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@
133133
};
134134
};
135135

136+
gmac_clkin: external-gmac-clock {
137+
compatible = "fixed-clock";
138+
clock-frequency = <50000000>;
139+
clock-output-names = "gmac_clkin";
140+
#clock-cells = <0>;
141+
};
142+
136143
psci {
137144
compatible = "arm,psci-1.0";
138145
method = "smc";

0 commit comments

Comments
 (0)