From c74614c90e6677fa66a50cc2787d9cf16370045a Mon Sep 17 00:00:00 2001 From: linmin Date: Tue, 2 Jul 2024 15:08:43 +0800 Subject: [PATCH 060/222] feat(dts):add apply_npu_high_freq in dts Changelogs: 1.Add below property in hifive-premier-550.dts &dev_llc_d0{ apply_npu_high_freq; }; Signed-off-by: linmin --- arch/riscv/boot/dts/eswin/hifive-premier-550.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/riscv/boot/dts/eswin/hifive-premier-550.dts b/arch/riscv/boot/dts/eswin/hifive-premier-550.dts index bde120c77fe1..70b720d094c3 100644 --- a/arch/riscv/boot/dts/eswin/hifive-premier-550.dts +++ b/arch/riscv/boot/dts/eswin/hifive-premier-550.dts @@ -823,3 +823,7 @@ gpio111 : gphy1 resern(O), active low &gpio0 { status = "okay"; }; + +&dev_llc_d0{ + apply_npu_high_freq; +}; \ No newline at end of file -- 2.47.0