Home
last modified time | relevance | path

Searched full:hi3670 (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dhi3670-clock.txt1 * 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 DKconfig27 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 DMakefile4 obj-$(CONFIG_PHY_HI3670_USB) += phy-hi3670-usb3.o
5 obj-$(CONFIG_PHY_HI3670_PCIE) += phy-hi3670-pcie.o
H A Dphy-hi3670-pcie.c75 /* 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 Dphy-hi3670-usb3.c621 /* 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 Dhisilicon,ufs.yaml19 - 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 Dhisilicon.yaml23 - description: Hi3670 based boards.
25 - const: hisilicon,hi3670-hikey970
26 - const: hisilicon,hi3670
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dhisilicon,hi3670-usb3.yaml4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml#
17 const: hisilicon,hi3670-usb-phy
57 compatible = "hisilicon,hi3670-usb-phy";
H A Dhisilicon,phy-hi3670-pcie.yaml4 $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 Dhi3670.dtsi3 * 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 DMakefile3 dtb-$(CONFIG_ARCH_HISI) += hi3670-hikey970.dtb
H A Dhi3670-hikey970.dts13 #include "hi3670.dtsi"
19 compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
/openbmc/linux/drivers/clk/hisilicon/
H A DKconfig34 bool "Hi3670 Clock Driver"
38 Build the clock driver for hi3670.
H A Dclk-hi3670.c10 #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 DMakefile15 obj-$(CONFIG_COMMON_CLK_HI3670) += clk-hi3670.o
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dhisilicon,hi3660-reset.yaml16 hi3660 and hi3670 SoCs.
24 - const: hisilicon,hi3670-reset
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dk3-dw-mshc.txt16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers
17 with hi3670 specific extensions.
/openbmc/linux/drivers/ufs/host/
H A Dufs-hisi.c536 /* 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 Ddwc3-of-simple.c175 { .compatible = "hisilicon,hi3670-dwc3" },
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dhisilicon,kirin-pcie.yaml69 #include <dt-bindings/clock/hi3670-clock.h>
/openbmc/linux/include/dt-bindings/clock/
H A Dhi3670-clock.h3 * Device Tree binding constants for HiSilicon Hi3670 SoC
/openbmc/linux/
H A DMAINTAINERS22279 F: Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
22280 F: drivers/phy/hisilicon/phy-hi3670-usb3.c
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log994 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 Dopengrok0.0.log[all...]