Searched +full:sc8180x +full:- +full:edp +full:- +full:phy (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,dispcc-sm8x50.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,dispcc-sm8x50.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jonathan Marek <jonathan@marek.ca> 17 include/dt-bindings/clock/qcom,dispcc-sm8150.h 18 include/dt-bindings/clock/qcom,dispcc-sm8250.h 19 include/dt-bindings/clock/qcom,dispcc-sm8350.h 24 - qcom,sc8180x-dispcc 25 - qcom,sm8150-dispcc [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc8180x.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2023, Linaro Limited 7 #include <dt-bindings/clock/qcom,dispcc-sm8250.h> 8 #include <dt-bindings/clock/qcom,dsi-phy-28nm.h> 9 #include <dt-bindings/clock/qcom,gcc-sc8180x.h> 10 #include <dt-bindings/clock/qcom,gpucc-sm8150.h> 11 #include <dt-bindings/clock/qcom,rpmh.h> 12 #include <dt-bindings/clock/qcom,sc8180x-camcc.h> 13 #include <dt-bindings/interconnect/qcom,icc.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. 12 #include <linux/phy/phy.h> 33 MODULE_PARM_DESC(psr_enabled, "enable PSR for eDP and DP displays"); 190 { .compatible = "qcom,sa8775p-dp", .data = &msm_dp_desc_sa8775p }, 191 { .compatible = "qcom,sc7180-dp", .data = &msm_dp_desc_sc7180 }, 192 { .compatible = "qcom,sc7280-dp", .data = &msm_dp_desc_sc7280 }, 193 { .compatible = "qcom,sc7280-edp", .data = &msm_dp_desc_sc7280 }, 194 { .compatible = "qcom,sc8180x-dp", .data = &msm_dp_desc_sc8180x }, 195 { .compatible = "qcom,sc8180x-edp", .data = &msm_dp_desc_sc8180x }, [all …]
|