lkml.org 
[lkml]   [2024]   [Apr]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] riscv: dts: sophgo: use real clock for sdhci
From

On 2024/4/11 20:21, Inochi Amaoto wrote:
> As the clk patch is merged, Use real clocks for sdhci0.
>
> Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
> ---
> arch/riscv/boot/dts/sophgo/cv18xx.dtsi | 12 +++---------
> 1 file changed, 3 insertions(+), 9 deletions(-)
>
> diff --git a/arch/riscv/boot/dts/sophgo/cv18xx.dtsi b/arch/riscv/boot/dts/sophgo/cv18xx.dtsi
> index 75d0c57f4ffb..891932ae470f 100644
> --- a/arch/riscv/boot/dts/sophgo/cv18xx.dtsi
> +++ b/arch/riscv/boot/dts/sophgo/cv18xx.dtsi
> @@ -47,13 +47,6 @@ osc: oscillator {
> #clock-cells = <0>;
> };
>
> - sdhci_clk: sdhci-clock {
> - compatible = "fixed-clock";
> - clock-frequency = <375000000>;
> - clock-output-names = "sdhci_clk";
> - #clock-cells = <0>;
> - };
> -
> soc {
> compatible = "simple-bus";
> interrupt-parent = <&plic>;
> @@ -298,8 +291,9 @@ sdhci0: mmc@4310000 {
> compatible = "sophgo,cv1800b-dwcmshc";
> reg = <0x4310000 0x1000>;
> interrupts = <36 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&sdhci_clk>;
> - clock-names = "core";
> + clocks = <&clk CLK_AXI4_SD0>,
> + <&clk CLK_SD0>;
> + clock-names = "core", "bus";
> status = "disabled";
> };

Reviewed-by: Chen Wang <unicorn_wang@outlook.com>

Thanks.

>
> --
> 2.44.0
>

\
 
 \ /
  Last update: 2024-05-27 16:39    [W:0.032 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site