Searched +full:sa8775p +full:- +full:dp (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/usb/ |
H A D | qcom,dwc3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Wesley Cheng <quic_wcheng@quicinc.com> 12 # Use the combined qcom,snps-dwc3 instead 21 - compatible 26 - enum: 27 - qcom,ipq4019-dwc3 28 - qcom,ipq5018-dwc3 29 - qcom,ipq5332-dwc3 [all …]
|
H A D | qcom,snps-dwc3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/qcom,snps-dwc3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Wesley Cheng <quic_wcheng@quicinc.com> 19 const: qcom,snps-dwc3 21 - compatible 26 - enum: 27 - qcom,ipq4019-dwc3 28 - qcom,ipq5018-dwc3 [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8775p-ride.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 11 #include "sa8775p.dtsi" 12 #include "sa8775p-pmics.dtsi" 28 stdout-path = "serial0:115200n8"; 32 compatible = "regulator-fixed"; 33 regulator-name = "vreg_conn_1p8"; 34 startup-delay-us = <4000>; [all …]
|
H A D | sa8775p.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 7 #include <dt-bindings/interconnect/qcom,icc.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/qcom,rpmh.h> 10 #include <dt-bindings/clock/qcom,sa8775p-dispcc.h> 11 #include <dt-bindings/clock/qcom,sa8775p-gcc.h> 12 #include <dt-bindings/clock/qcom,sa8775p-gpucc.h> 13 #include <dt-bindings/dma/qcom-gpi.h> 14 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h> 15 #include <dt-bindings/mailbox/qcom-ipcc.h> [all …]
|
/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. 34 MODULE_PARM_DESC(psr_enabled, "enable PSR for eDP and DP displays"); 180 { .compatible = "qcom,sa8775p-dp", .data = &msm_dp_desc_sa8775p }, 181 { .compatible = "qcom,sc7180-dp", .data = &msm_dp_desc_sc7180 }, 182 { .compatible = "qcom,sc7280-dp", .data = &msm_dp_desc_sc7280 }, 183 { .compatible = "qcom,sc7280-edp", .data = &msm_dp_desc_sc7280 }, 184 { .compatible = "qcom,sc8180x-dp", .data = &msm_dp_desc_sc8180x }, 185 { .compatible = "qcom,sc8180x-edp", .data = &msm_dp_desc_sc8180x }, 186 { .compatible = "qcom,sc8280xp-dp", .data = &msm_dp_desc_sc8280xp }, [all …]
|