diff options
author | andy.hu <andy.hu@starfivetech.com> | 2023-04-19 14:42:41 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2023-04-19 14:42:41 +0300 |
commit | 09e037026077b2ae9fd4e05e3087ca1cd50ed4b6 (patch) | |
tree | e741c6527c66d452a101084326086e3b1b5211be | |
parent | 2e38f7b3996f0227f854edd37fe0c7eca6db38b4 (diff) | |
parent | 5fa2c5f3d64a4fea10bc1b90f3329985ff6c1d10 (diff) | |
download | u-boot-09e037026077b2ae9fd4e05e3087ca1cd50ed4b6.tar.xz |
Merge branch 'CR_4747_remove_cycles_pmu_dts_minda' into 'jh7110-master'
CR_4747 dts: pmu: remove pmu dts stall cycles config.
See merge request sdk/u-boot!50
-rw-r--r-- | arch/riscv/dts/jh7110.dtsi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi index 408787334c..c675e85e19 100644 --- a/arch/riscv/dts/jh7110.dtsi +++ b/arch/riscv/dts/jh7110.dtsi @@ -165,12 +165,9 @@ pmu { compatible = "riscv,pmu"; - riscv,event-to-mhpmcounters = <0x5 0x06 0x18 - 0x08 0x09 0x18>; + riscv,event-to-mhpmcounters = <0x5 0x06 0x18>; riscv,event-to-mhpmevent = <0x05 0x00000000 0x4000 - 0x06 0x00000000 0x4001 - 0x08 0x00000000 0x4008 - 0x09 0x00000000 0x4009>; + 0x06 0x00000000 0x4001>; riscv,raw-event-to-mhpmcounters = <0x00000000 0x100 0xffffffff 0xffffffff 0x18 0x00000000 0x200 0xffffffff 0xffffffff 0x18 |