Searched +full:syscon +full:- +full:clkset (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/phy/bcm-ns-usb2-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#14 - Rafał Miłecki <rafal@milecki.pl>18 const: brcm,ns-usb2-phy22 - maxItems: 124 - maxItems: 128 reg-names:30 - const: dmu[all …]
1 // SPDX-License-Identifier: GPL-2.0-only12 #include <linux/mfd/syscon.h>25 struct regmap *clkset; member35 struct device *dev = usb2->dev; in bcm_ns_usb2_phy_init()39 err = clk_prepare_enable(usb2->ref_clk); in bcm_ns_usb2_phy_init()45 ref_clk_rate = clk_get_rate(usb2->ref_clk); in bcm_ns_usb2_phy_init()48 err = -EINVAL; in bcm_ns_usb2_phy_init()52 if (usb2->base) in bcm_ns_usb2_phy_init()53 usb2ctl = readl(usb2->base); in bcm_ns_usb2_phy_init()55 usb2ctl = readl(usb2->dmu + BCMA_DMU_CRU_USB2_CONTROL); in bcm_ns_usb2_phy_init()[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mfd/syscon.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#12 represent as any specific type of device. The typical use-case is13 for some other node's driver, or platform-specific code, to acquire14 a reference to the syscon node (e.g. by phandle, node path, or20 - Lee Jones <lee@kernel.org>24 # syscon fallback.30 - al,alpine-sysfabric-servic[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT3 * Copyright 2013-2014 Hauke Mehrtens <hauke@hauke-m.de>6 #include <dt-bindings/clock/bcm-nsp.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>13 interrupt-parent = <&gic>;14 #address-cells = <1>;15 #size-cells = <1>;[all …]