1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 09:37:29 +02:00

ramips: fix GB-PC1/PC2 build error

With ed25e3ac02 ("ramips: fix some clocks in mt7621.dtsi") the
cpuclock node was dropped from the mt7621.dtsi without removing the
references to this node from the GB-PC1/PC2 dts files.

Remove them now, to fix the build error.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2018-11-26 16:10:33 +01:00
parent d7494f30f5
commit aa82fdf110
2 changed files with 0 additions and 10 deletions

View File

@ -105,11 +105,6 @@
};
};
&cpuclock {
compatible = "fixed-clock";
clock-frequency = <900000000>;
};
&pcie {
status = "okay";
};

View File

@ -115,11 +115,6 @@
};
};
&cpuclock {
compatible = "fixed-clock";
clock-frequency = <900000000>;
};
&pcie {
status = "okay";
};