File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
arch/riscv/boot/dts/starfive Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 116
116
osc_sys: osc-sys {
117
117
compatible = "fixed-clock";
118
118
#clock-cells = <0>;
119
+ clock-output-names = "osc_sys";
119
120
/* This value must be overridden by the board */
120
121
clock-frequency = <0>;
121
122
};
122
123
123
124
osc_aud: osc-aud {
124
125
compatible = "fixed-clock";
125
126
#clock-cells = <0>;
127
+ clock-output-names = "osc_aud";
126
128
/* This value must be overridden by the board */
127
129
clock-frequency = <0>;
128
130
};
129
131
130
132
gmac_rmii_ref: gmac-rmii-ref {
131
133
compatible = "fixed-clock";
132
134
#clock-cells = <0>;
135
+ clock-output-names = "gmac_rmii_ref";
133
136
/* Should be overridden by the board when needed */
134
137
clock-frequency = <0>;
135
138
};
136
139
137
140
gmac_gr_mii_rxclk: gmac-gr-mii-rxclk {
138
141
compatible = "fixed-clock";
139
142
#clock-cells = <0>;
143
+ clock-output-names = "gmac_gr_mii_rxclk";
140
144
/* Should be overridden by the board when needed */
141
145
clock-frequency = <0>;
142
146
};
You can’t perform that action at this time.
0 commit comments