Searched +full:vo +full:- +full:grf (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Rockchip General Register Files (GRF)10 - Heiko Stuebner <heiko@sntech.de>15 - items:16 - enum:17 - rockchip,rk3288-sgrf18 - rockchip,rk3528-ioc-grf[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/phy-rockchip-usbdp.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Frank Wang <frank.wang@rock-chips.com>11 - Zhang Yubing <yubing.zhang@rock-chips.com>16 - rockchip,rk3576-usbdp-phy17 - rockchip,rk3588-usbdp-phy22 "#phy-cells":25 - PHY_TYPE_USB3[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright (C) 2021-2024 Rockchip Electronics Co., Ltd9 #include <dt-bindings/phy/phy.h>32 /* VO0 GRF Registers */115 /* u2phy-grf */119 /* usb-grf */123 /* usbdpphy-grf */129 /* vo-grf */179 bool hs; /* flag for high-speed */206 /* voltage swing 0, pre-emphasis 0->3 */[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Author: Joseph Chen <chenjh@rock-chips.com>8 #include <linux/clk-provider.h>17 #include <dt-bindings/clock/rockchip,rk3528-cru.h>733 /* vo */1093 struct device *dev = &pdev->dev; in clk_rk3528_probe()1094 struct device_node *np = dev->of_node; in clk_rk3528_probe()1106 vo_grf = syscon_regmap_lookup_by_compatible("rockchip,rk3528-vo-grf"); in clk_rk3528_probe()1111 } else if (PTR_ERR(vo_grf) != -ENODEV) { in clk_rk3528_probe()1113 "failed to look up VO GRF\n"); in clk_rk3528_probe()[all …]