/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | hi3670-clock.txt | 1 * Hisilicon Hi3670 Clock Controller 3 The Hi3670 clock controller generates and supplies clock to various 4 controllers within the Hi3670 SoC. 11 - "hisilicon,hi3670-crgctrl" 12 - "hisilicon,hi3670-pctrl" 13 - "hisilicon,hi3670-pmuctrl" 14 - "hisilicon,hi3670-sctrl" 15 - "hisilicon,hi3670-iomcu" 16 - "hisilicon,hi3670-media1-crg" 17 - "hisilicon,hi3670-media2-crg" [all …]
|
/openbmc/linux/drivers/phy/hisilicon/ |
H A D | Kconfig | 27 tristate "hi3670 USB PHY support" 32 Enable this to support the HISILICON HI3670 USB PHY. 37 tristate "hi3670 PCIe PHY support" 42 Enable this to support the HiSilicon hi3670 PCIe PHY.
|
H A D | Makefile | 4 obj-$(CONFIG_PHY_HI3670_USB) += phy-hi3670-usb3.o 5 obj-$(CONFIG_PHY_HI3670_PCIE) += phy-hi3670-pcie.o
|
H A D | phy-hi3670-pcie.c | 75 /* hi3670 pciephy register */ 730 * CLK_IS_CRITICAL at clk-hi3670 driver, as powering such clocks off in hi3670_pcie_phy_power_off() 732 * While clk-hi3670 is not fixed, we cannot risk disabling clocks here. in hi3670_pcie_phy_power_off() 751 phy->crgctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-crgctrl"); in hi3670_pcie_phy_get_resources() 755 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-sctrl"); in hi3670_pcie_phy_get_resources() 759 phy->pmctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-pmctrl"); in hi3670_pcie_phy_get_resources()
|
H A D | phy-hi3670-usb3.c | 621 /* node of hi3670 phy is a sub-node of usb3_otg_bc */ in hi3670_phy_probe() 646 { .compatible = "hisilicon,hi3670-usb-phy" }, 654 .name = "hi3670-usb-phy",
|
/openbmc/linux/Documentation/devicetree/bindings/ufs/ |
H A D | hisilicon,ufs.yaml | 19 - hisilicon,hi3670-ufs 34 - hisilicon,hi3670-ufs 68 #include <dt-bindings/clock/hi3670-clock.h> 76 compatible = "hisilicon,hi3670-ufs", "jedec,ufs-2.1";
|
/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/ |
H A D | hisilicon.yaml | 23 - description: Hi3670 based boards. 25 - const: hisilicon,hi3670-hikey970 26 - const: hisilicon,hi3670
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | hisilicon,hi3670-usb3.yaml | 4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml# 17 const: hisilicon,hi3670-usb-phy 57 compatible = "hisilicon,hi3670-usb-phy";
|
H A D | hisilicon,phy-hi3670-pcie.yaml | 4 $id: http://devicetree.org/schemas/phy/hisilicon,phy-hi3670-pcie.yaml# 62 #include <dt-bindings/clock/hi3670-clock.h>
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi3670.dtsi | 3 * dts file for Hisilicon Hi3670 SoC 10 #include <dt-bindings/clock/hi3670-clock.h> 13 compatible = "hisilicon,hi3670"; 149 compatible = "hisilicon,hi3670-crgctrl", "syscon"; 155 compatible = "hisilicon,hi3670-reset", 162 compatible = "hisilicon,hi3670-pctrl", "syscon"; 168 compatible = "hisilicon,hi3670-pmuctrl", "syscon"; 174 compatible = "hisilicon,hi3670-sctrl", "syscon"; 180 compatible = "hisilicon,hi3670-iomcu", "syscon"; 186 compatible = "hisilicon,hi3670-media1-crg", "syscon"; [all …]
|
H A D | Makefile | 3 dtb-$(CONFIG_ARCH_HISI) += hi3670-hikey970.dtb
|
H A D | hi3670-hikey970.dts | 13 #include "hi3670.dtsi" 19 compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
|
/openbmc/linux/drivers/clk/hisilicon/ |
H A D | Kconfig | 34 bool "Hi3670 Clock Driver" 38 Build the clock driver for hi3670.
|
H A D | clk-hi3670.c | 10 #include <dt-bindings/clock/hi3670-clock.h> 972 { .compatible = "hisilicon,hi3670-crgctrl", 974 { .compatible = "hisilicon,hi3670-pctrl", 976 { .compatible = "hisilicon,hi3670-pmuctrl", 978 { .compatible = "hisilicon,hi3670-sctrl", 980 { .compatible = "hisilicon,hi3670-iomcu", 982 { .compatible = "hisilicon,hi3670-media1-crg", 984 { .compatible = "hisilicon,hi3670-media2-crg", 1007 .name = "hi3670-clk",
|
H A D | Makefile | 15 obj-$(CONFIG_COMMON_CLK_HI3670) += clk-hi3670.o
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | hisilicon,hi3660-reset.yaml | 16 hi3660 and hi3670 SoCs. 24 - const: hisilicon,hi3670-reset
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | k3-dw-mshc.txt | 16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers 17 with hi3670 specific extensions.
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-hisi.c | 536 /* Add cap for 10nm PHY variant on HI3670 SoC */ in ufs_hi3670_init() 553 .name = "hi3670", 563 { .compatible = "hisilicon,hi3670-ufs", .data = &ufs_hba_hi3670_vops },
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-of-simple.c | 175 { .compatible = "hisilicon,hi3670-dwc3" },
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | hisilicon,kirin-pcie.yaml | 69 #include <dt-bindings/clock/hi3670-clock.h>
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | hi3670-clock.h | 3 * Device Tree binding constants for HiSilicon Hi3670 SoC
|
/openbmc/linux/ |
H A D | MAINTAINERS | 22279 F: Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml 22280 F: drivers/phy/hisilicon/phy-hi3670-usb3.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | 994 2024-12-28 20:07:12.276-0600 FINEST t583 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts': chosen by imprecise magic: PlainAnalyzerFactory 995 2024-12-28 20:07:12.276-0600 FINE t583 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts' (PlainAnalyzer) 996 2024-12-28 20:07:12.277-0600 FINER t583 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts' 1008 2024-12-28 20:07:12.289-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts' 1009 2024-12-28 20:07:12.289-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts' (PlainAnalyzer) (took 12 ms) [all...] |
H A D | opengrok0.0.log | [all...] |