Searched +full:prcc +full:- +full:kernel +full:- +full:clock (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/clock/stericsson,u8500-clks.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ST-Ericsson DB8500 (U8500) clocks10 - Ulf Hansson <ulf.hansson@linaro.org>11 - Linus Walleij <linus.walleij@linaro.org>14 DB8500 digital baseband system-on-chip and its siblings such as16 itself, not off-chip clocks. There are four different on-chip17 clocks - RTC (32 kHz), CPU clock (SMP TWD), PRCMU (power reset and[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Clock definitions for u8500 platform.5 * Copyright (C) 2012 ST-Ericsson SA11 #include <linux/clk-provider.h>12 #include <linux/mfd/dbx500-prcmu.h>15 #include "prcc.h"16 #include "reset-prcc.h"35 if (clkspec->args_count != 2) in ux500_twocell_get()36 return ERR_PTR(-EINVAL); in ux500_twocell_get()38 base = clkspec->args[0]; in ux500_twocell_get()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/clock/ste-db8500-clkout.h>9 #include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>10 #include <dt-bindings/mfd/dbx500-prcmu.h>11 #include <dt-bindings/arm/ux500_pm_domains.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/thermal/thermal.h>16 #address-cells = <1>;[all …]