1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Samsung's Exynos4412 Prime SoC device tree source 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (c) 2016 Samsung Electronics Co., Ltd. 6*f126890aSEmmanuel Vadot * http://www.samsung.com 7*f126890aSEmmanuel Vadot */ 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot/* 10*f126890aSEmmanuel Vadot * Exynos4412 Prime SoC revision supports higher CPU frequencies than 11*f126890aSEmmanuel Vadot * non-Prime version. Therefore we need to update OPPs table and 12*f126890aSEmmanuel Vadot * thermal maps accordingly. 13*f126890aSEmmanuel Vadot */ 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot&cpu0_opp_1500 { 16*f126890aSEmmanuel Vadot /delete-property/turbo-mode; 17*f126890aSEmmanuel Vadot}; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot&cpu0_opp_table { 20*f126890aSEmmanuel Vadot opp-1600000000 { 21*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1600000000>; 22*f126890aSEmmanuel Vadot opp-microvolt = <1350000>; 23*f126890aSEmmanuel Vadot clock-latency-ns = <200000>; 24*f126890aSEmmanuel Vadot }; 25*f126890aSEmmanuel Vadot opp-1704000000 { 26*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1704000000>; 27*f126890aSEmmanuel Vadot opp-microvolt = <1350000>; 28*f126890aSEmmanuel Vadot clock-latency-ns = <200000>; 29*f126890aSEmmanuel Vadot }; 30*f126890aSEmmanuel Vadot}; 31*f126890aSEmmanuel Vadot 32*f126890aSEmmanuel Vadot&cooling_map0 { 33*f126890aSEmmanuel Vadot cooling-device = <&cpu0 9 9>, <&cpu1 9 9>, 34*f126890aSEmmanuel Vadot <&cpu2 9 9>, <&cpu3 9 9>; 35*f126890aSEmmanuel Vadot}; 36*f126890aSEmmanuel Vadot 37*f126890aSEmmanuel Vadot&cooling_map1 { 38*f126890aSEmmanuel Vadot cooling-device = <&cpu0 15 15>, <&cpu1 15 15>, 39*f126890aSEmmanuel Vadot <&cpu2 15 15>, <&cpu3 15 15>; 40*f126890aSEmmanuel Vadot}; 41*f126890aSEmmanuel Vadot 42*f126890aSEmmanuel Vadot&gpu_opp_table { 43*f126890aSEmmanuel Vadot opp-533000000 { 44*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <533000000>; 45*f126890aSEmmanuel Vadot opp-microvolt = <1075000>; 46*f126890aSEmmanuel Vadot }; 47*f126890aSEmmanuel Vadot}; 48