Searched +full:srpd +full:- +full:lite +full:- +full:idle +full:- +full:dis +full:- +full:freq +full:- +full:hz (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Brian Norris <briannorris@chromium.org>15 - rockchip,rk3399-dmc17 devfreq-events:26 clock-names:28 - const: dmc_clk30 operating-points-v2: true[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * Author: Lin Huang <hl@rock-chips.com>7 #include <linux/arm-smccc.h>12 #include <linux/devfreq-event.h>70 static int rk3399_dmcfreq_target(struct device *dev, unsigned long *freq, in rk3399_dmcfreq_target() argument75 unsigned long old_clk_rate = dmcfreq->rate; in rk3399_dmcfreq_target()85 opp = devfreq_recommended_opp(dev, freq, flags); in rk3399_dmcfreq_target()93 if (dmcfreq->rate == target_rate) in rk3399_dmcfreq_target()96 mutex_lock(&dmcfreq->lock); in rk3399_dmcfreq_target()99 * Ensure power-domain transitions don't interfere with ARM Trusted in rk3399_dmcfreq_target()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Copyright 2016-2017 Google, Inc8 #include <dt-bindings/input/input.h>9 #include "rk3399-op1.dtsi"18 stdout-path = "serial2:115200n8";27 * - Rails that only connect to the EC (or devices that the EC talks to)29 * - Rails _are_ included if the rails go to the AP even if the AP38 * - The EC controls the enable and the EC always enables a rail as40 * - The rails are actually connected to each other by a jumper and45 ppvar_sys: regulator-ppvar-sys {[all …]