Searched +full:sun4i +full:- +full:a10 +full:- +full:mod1 +full:- +full:clk (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-mod1-clk.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A10 Module 1 Clock Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 "#clock-cells":20 const: allwinner,sun4i-a10-mod1-clk30 clock-output-names:[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for sunxi specific clk6 obj-$(CONFIG_CLK_SUNXI) += clk-factors.o8 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sunxi.o9 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-codec.o10 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-hosc.o11 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-mod1.o12 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-pll2.o13 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-ve.o14 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a20-gmac.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later8 #include <linux/clk-provider.h>23 struct clk *clk; in sun4i_mod1_clk_setup() local27 const char *clk_name = node->name; in sun4i_mod1_clk_setup()43 of_property_read_string(node, "clock-output-names", &clk_name); in sun4i_mod1_clk_setup()46 gate->reg = reg; in sun4i_mod1_clk_setup()47 gate->bit_idx = SUN4I_MOD1_ENABLE; in sun4i_mod1_clk_setup()48 gate->lock = &mod1_lock; in sun4i_mod1_clk_setup()49 mux->reg = reg; in sun4i_mod1_clk_setup()50 mux->shift = SUN4I_MOD1_MUX; in sun4i_mod1_clk_setup()[all …]
4 * Maxime Ripard <maxime.ripard@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms47 #include <dt-bindings/interrupt-controller/arm-gic.h>48 #include <dt-bindings/thermal/thermal.h>50 #include <dt-bindings/clock/sun4i-a10-pll2.h>51 #include <dt-bindings/dma/sun4i-a10.h>52 #include <dt-bindings/pinctrl/sun4i-a10.h>55 interrupt-parent = <&gic>;62 #address-cells = <1>;63 #size-cells = <1>;[all …]
4 * Mylène Josserand <mylene.josserand@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/clock/sun4i-a10-pll2.h>46 #include <dt-bindings/dma/sun4i-a10.h>47 #include <dt-bindings/pinctrl/sun4i-a10.h>50 interrupt-parent = <&intc>;51 #address-cells = <1>;52 #size-cells = <1>;55 #address-cells = <1>;56 #size-cells = <0>;[all …]
5 * This file is dual-licensed: you can use it either under the terms46 #include <dt-bindings/thermal/thermal.h>48 #include <dt-bindings/clock/sun4i-a10-pll2.h>49 #include <dt-bindings/dma/sun4i-a10.h>50 #include <dt-bindings/pinctrl/sun4i-a10.h>53 interrupt-parent = <&intc>;60 #address-cells = <1>;61 #size-cells = <1>;65 compatible = "allwinner,simple-framebuffer",66 "simple-framebuffer";[all …]