Skip to content

Commit acfd5bb

Browse files
committed
ARM: dts: sun6i: Change clock node names to avoid warnings
Our oscillators clock names have a unit address, but no reg property, which generates a warning in DTC. Change these names to remove those unit addresses. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
1 parent 5e570c0 commit acfd5bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/sun6i-a31.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@
212212
#size-cells = <1>;
213213
ranges;
214214

215-
osc24M: osc24M {
215+
osc24M: clk-24M {
216216
#clock-cells = <0>;
217217
compatible = "fixed-clock";
218218
clock-frequency = <24000000>;
219219
};
220220

221-
osc32k: clk@0 {
221+
osc32k: clk-32k {
222222
#clock-cells = <0>;
223223
compatible = "fixed-clock";
224224
clock-frequency = <32768>;
@@ -234,14 +234,14 @@
234234
* The actual TX clock rate is not controlled by the
235235
* gmac_tx clock.
236236
*/
237-
mii_phy_tx_clk: clk@1 {
237+
mii_phy_tx_clk: clk-mii-phy-tx {
238238
#clock-cells = <0>;
239239
compatible = "fixed-clock";
240240
clock-frequency = <25000000>;
241241
clock-output-names = "mii_phy_tx";
242242
};
243243

244-
gmac_int_tx_clk: clk@2 {
244+
gmac_int_tx_clk: clk-gmac-int-tx {
245245
#clock-cells = <0>;
246246
compatible = "fixed-clock";
247247
clock-frequency = <125000000>;

0 commit comments

Comments
 (0)