Searched +full:impd1 +full:- +full:vco1 (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/arm,syscon-icst.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Linus Walleij <linusw@kernel.org>25 connects the low 8 bits of the VDW (missing one bit), hard-wires RDW to26 different values and sometimes also hard-wires the output divider. They38 integratorap-cm41 integratorap-sys44 integratorap-pci 14 1 14[all …]
1 // SPDX-License-Identifier: GPL-2.04 * with the IM-PD1 example logical module mounted.10 model = "ARM Integrator/AP with IM-PD1";11 compatible = "arm,integrator-ap";13 reserved-memory {14 #address-cells = <1>;15 #size-cells = <1>;19 /* 1 MB of designated video RAM on the IM-PD1 */20 compatible = "shared-dma-pool";22 no-map;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Clock driver for the ARM Integrator/IM-PD1 board4 * Copyright (C) 2012-2013 Linus Walleij6 #include <linux/clk-provider.h>16 #include "clk-icst.h"23 * There are two VCO's on the IM-PD167 struct clk *clk = ERR_PTR(-EINVAL); in integrator_impd1_clk_spawn()68 const char *name = np->name; in integrator_impd1_clk_spawn()75 pr_err("no regmap for syscon IM-PD1 ICST clock parent\n"); in integrator_impd1_clk_spawn()79 if (of_device_is_compatible(np, "arm,impd1-vco1")) { in integrator_impd1_clk_spawn()[all …]