Searched +full:sc8180x +full:- +full:edp +full:- +full:phy (Results 1 – 7 of 7) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/phy/ |
D | qcom,edp-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/phy/qcom,edp-phy.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Qualcomm eDP PHY 11 - Bjorn Andersson <bjorn.andersson@linaro.org> 14 The Qualcomm eDP PHY is found in a number of Qualcomm platform and provides 20 - qcom,sc7280-edp-phy 21 - qcom,sc8180x-edp-phy 22 - qcom,sc8280xp-dp-phy [all …]
|
/linux-6.8/Documentation/devicetree/bindings/display/msm/ |
D | dp-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/msm/dp-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Kuogee Hsieh <quic_khsieh@quicinc.com> 19 - enum: 20 - qcom,sc7180-dp 21 - qcom,sc7280-dp 22 - qcom,sc7280-edp 23 - qcom,sc8180x-dp [all …]
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | sc8180x-lenovo-flex-5g.dts | 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 /dts-v1/; 9 #include <dt-bindings/firmware/qcom,scm.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/gpio-keys.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 14 #include "sc8180x.dtsi" [all …]
|
D | sc8180x-primus.dts | 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 /dts-v1/; 9 #include <dt-bindings/firmware/qcom,scm.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/gpio-keys.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 14 #include "sc8180x.dtsi" [all …]
|
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,gcc-sc8180x.h> 9 #include <dt-bindings/clock/qcom,gpucc-sm8150.h> 10 #include <dt-bindings/clock/qcom,rpmh.h> 11 #include <dt-bindings/interconnect/qcom,icc.h> 12 #include <dt-bindings/interconnect/qcom,osm-l3.h> 13 #include <dt-bindings/interconnect/qcom,sc8180x.h> [all …]
|
/linux-6.8/drivers/phy/qualcomm/ |
D | phy-qcom-edp.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <linux/clk-provider.h> 16 #include <linux/phy/phy.h> 22 #include <dt-bindings/phy/phy.h> 24 #include "phy-qcom-qmp.h" 74 /* DP PHY swing and pre_emphasis tables */ 85 struct phy *phy; member 87 void __iomem *edp; member 173 static int qcom_edp_phy_init(struct phy *phy) in qcom_edp_phy_init() argument 175 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_init() local [all …]
|
/linux-6.8/drivers/gpu/drm/msm/dp/ |
D | dp_display.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. 32 MODULE_PARM_DESC(psr_enabled, "enable PSR for eDP and DP displays"); 177 { .compatible = "qcom,sc7180-dp", .data = &sc7180_dp_descs }, 178 { .compatible = "qcom,sc7280-dp", .data = &sc7280_dp_descs }, 179 { .compatible = "qcom,sc7280-edp", .data = &sc7280_dp_descs }, 180 { .compatible = "qcom,sc8180x-dp", .data = &sc8180x_dp_descs }, 181 { .compatible = "qcom,sc8180x-edp", .data = &sc8180x_dp_descs }, 182 { .compatible = "qcom,sc8280xp-dp", .data = &sc8280xp_dp_descs }, 183 { .compatible = "qcom,sc8280xp-edp", .data = &sc8280xp_edp_descs }, [all …]
|