Skip to content

Commit 7921e23

Browse files
krzkConchuOD
authored andcommitted
riscv: dts: starfive: jh7100: fix root clock names
JH7100 clock controller driver depends on certain root clock names. Reported-by: Geert Uytterhoeven <[email protected]> Closes: https://lore.kernel.org/all/CAMuHMdWw0dteXO2jw4cwGvzKcL6vmnb96C=qgPgUqNDMtF6X0Q@mail.gmail.com/ Fixes: f036064 ("riscv: dts: starfive: replace underscores in node names") Signed-off-by: Krzysztof Kozlowski <[email protected]> Tested-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent ce6b6d1 commit 7921e23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/riscv/boot/dts/starfive/jh7100.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,27 +116,31 @@
116116
osc_sys: osc-sys {
117117
compatible = "fixed-clock";
118118
#clock-cells = <0>;
119+
clock-output-names = "osc_sys";
119120
/* This value must be overridden by the board */
120121
clock-frequency = <0>;
121122
};
122123

123124
osc_aud: osc-aud {
124125
compatible = "fixed-clock";
125126
#clock-cells = <0>;
127+
clock-output-names = "osc_aud";
126128
/* This value must be overridden by the board */
127129
clock-frequency = <0>;
128130
};
129131

130132
gmac_rmii_ref: gmac-rmii-ref {
131133
compatible = "fixed-clock";
132134
#clock-cells = <0>;
135+
clock-output-names = "gmac_rmii_ref";
133136
/* Should be overridden by the board when needed */
134137
clock-frequency = <0>;
135138
};
136139

137140
gmac_gr_mii_rxclk: gmac-gr-mii-rxclk {
138141
compatible = "fixed-clock";
139142
#clock-cells = <0>;
143+
clock-output-names = "gmac_gr_mii_rxclk";
140144
/* Should be overridden by the board when needed */
141145
clock-frequency = <0>;
142146
};

0 commit comments

Comments
 (0)