From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 8 Apr 2021 20:09:55 +0800 Subject: [PATCH v5 8/8] arch: riscv: dts: Set speed of FU740 to 1.2GHz In-Reply-To: <20210408102657.201027-9-green.wan@sifive.com> References: <20210408102657.201027-1-green.wan@sifive.com> <20210408102657.201027-9-green.wan@sifive.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Apr 8, 2021 at 6:27 PM Green Wan wrote: > > From: Greentime Hu > > Change CPU speed from 1GHz to 1.2Hz > > Signed-off-by: Greentime Hu > Tested-by: Green Wan > --- > arch/riscv/dts/fu740-c000-u-boot.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/dts/fu740-c000-u-boot.dtsi b/arch/riscv/dts/fu740-c000-u-boot.dtsi > index 0115a449f6..e104b47f04 100644 > --- a/arch/riscv/dts/fu740-c000-u-boot.dtsi > +++ b/arch/riscv/dts/fu740-c000-u-boot.dtsi > @@ -9,6 +9,7 @@ > cpus { > assigned-clocks = <&prci PRCI_CLK_COREPLL>; > assigned-clock-rates = <1001000000>; > + assigned-clock-rates = <1200000000>; Two same properties? > u-boot,dm-spl; > cpu0: cpu at 0 { > clocks = <&prci PRCI_CLK_COREPLL>; This patch should be squashed into patch [1/8] Regards, Bin