cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sdm850.dtsi (420B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * SDM850 SoC device tree source
      4 *
      5 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
      6 */
      7
      8#include "sdm845.dtsi"
      9
     10&cpu4_opp_table {
     11	cpu4_opp33: opp-2841600000 {
     12		opp-hz = /bits/ 64 <2841600000>;
     13		opp-peak-kBps = <7216000 25497600>;
     14	};
     15
     16	cpu4_opp34: opp-2956800000 {
     17		opp-hz = /bits/ 64 <2956800000>;
     18		opp-peak-kBps = <7216000 25497600>;
     19		turbo-mode;
     20	};
     21};