mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
riscv: dts: starfive: jh7100: fix root clock names
JH7100 clock controller driver depends on certain root clock names.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Closes: https://lore.kernel.org/all/CAMuHMdWw0dteXO2jw4cwGvzKcL6vmnb96C=qgPgUqNDMtF6X0Q@mail.gmail.com/
Fixes: f036064708
("riscv: dts: starfive: replace underscores in node names")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
ce6b6d1513
commit
7921e231f8
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,7 @@ cpu-crit {
|
||||||
osc_sys: osc-sys {
|
osc_sys: osc-sys {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
|
clock-output-names = "osc_sys";
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
@ -123,6 +124,7 @@ osc_sys: osc-sys {
|
||||||
osc_aud: osc-aud {
|
osc_aud: osc-aud {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
|
clock-output-names = "osc_aud";
|
||||||
/* This value must be overridden by the board */
|
/* This value must be overridden by the board */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
@ -130,6 +132,7 @@ osc_aud: osc-aud {
|
||||||
gmac_rmii_ref: gmac-rmii-ref {
|
gmac_rmii_ref: gmac-rmii-ref {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
|
clock-output-names = "gmac_rmii_ref";
|
||||||
/* Should be overridden by the board when needed */
|
/* Should be overridden by the board when needed */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
@ -137,6 +140,7 @@ gmac_rmii_ref: gmac-rmii-ref {
|
||||||
gmac_gr_mii_rxclk: gmac-gr-mii-rxclk {
|
gmac_gr_mii_rxclk: gmac-gr-mii-rxclk {
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
|
clock-output-names = "gmac_gr_mii_rxclk";
|
||||||
/* Should be overridden by the board when needed */
|
/* Should be overridden by the board when needed */
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue