]> Git Repo - J-linux.git/commitdiff
riscv: dts: starfive: jh7100: fix root clock names
authorKrzysztof Kozlowski <[email protected]>
Tue, 5 Mar 2024 16:00:46 +0000 (17:00 +0100)
committerConor Dooley <[email protected]>
Tue, 5 Mar 2024 19:22:16 +0000 (19:22 +0000)
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: f03606470886 ("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]>
arch/riscv/boot/dts/starfive/jh7100.dtsi

index 8bcf36d07f3f7c38a164a5864974bc60ad11e8b1..5d499d8aa8044672664af972d788819a56ca3f55 100644 (file)
        osc_sys: osc-sys {
                compatible = "fixed-clock";
                #clock-cells = <0>;
+               clock-output-names = "osc_sys";
                /* This value must be overridden by the board */
                clock-frequency = <0>;
        };
        osc_aud: osc-aud {
                compatible = "fixed-clock";
                #clock-cells = <0>;
+               clock-output-names = "osc_aud";
                /* This value must be overridden by the board */
                clock-frequency = <0>;
        };
        gmac_rmii_ref: gmac-rmii-ref {
                compatible = "fixed-clock";
                #clock-cells = <0>;
+               clock-output-names = "gmac_rmii_ref";
                /* Should be overridden by the board when needed */
                clock-frequency = <0>;
        };
        gmac_gr_mii_rxclk: gmac-gr-mii-rxclk {
                compatible = "fixed-clock";
                #clock-cells = <0>;
+               clock-output-names = "gmac_gr_mii_rxclk";
                /* Should be overridden by the board when needed */
                clock-frequency = <0>;
        };
This page took 0.047147 seconds and 4 git commands to generate.