From: Paul Walmsley Date: Thu, 25 Jul 2019 20:41:31 +0000 (-0700) Subject: riscv: dts: fu540-c000: drop "timebase-frequency" X-Git-Tag: v5.15~5774^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11ae2d892139a1086f257188d457ddcb71ab5257;p=platform%2Fkernel%2Flinux-starfive.git riscv: dts: fu540-c000: drop "timebase-frequency" On FU540-based systems, the "timebase-frequency" (RTCCLK) is sourced from an external crystal located on the PCB. Thus the timebase-frequency DT property should be defined by the board that uses the SoC, not the SoC itself. Drop the superfluous timebase-frequency property from the SoC DT data. (It's already present in the board DT data.) Signed-off-by: Paul Walmsley Reviewed-by: Bin Meng --- diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi index 9bf63f0..42b5ec2 100644 --- a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi +++ b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi @@ -21,7 +21,6 @@ cpus { #address-cells = <1>; #size-cells = <0>; - timebase-frequency = <1000000>; cpu0: cpu@0 { compatible = "sifive,e51", "sifive,rocket0", "riscv"; device_type = "cpu";