diff options
author | Tom Rini <trini@konsulko.com> | 2024-11-20 11:55:24 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-20 11:55:24 -0600 |
commit | 35d5ad6cf25f8c0ac39f90a8a51eb77e6e002d0d (patch) | |
tree | 7eab0cd42a1a871e0632882f787fc9458da3906c /include/dt-bindings/phy/phy-qcom-qmp.h | |
parent | 7fe55182d9263a62e18b450c97bdf0b8031e5667 (diff) | |
parent | 7aad7833323aa9260935d172744a50f56356d52a (diff) |
Merge branch 'qcom-main' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
CI: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/23474
- UFS support is enabled for SC7280 and SM8150 platforms.
- Qualcomm dt-bindings headers are all dropped in favour of
dts/upstream.
- The SMMU driver now correctly handles stream ID 0 and is disabled in
EL2.
- Initial support for capsule updates (using the new dynamic UUIDs) is
added for the RB3 Gen 2 board alongside a new SCSI backend for DFU.
- CONFIG_PINCONF is enabled in qcom_defconfig.
- The vqmmc supply is now enabled for sdcard support on boards that need
it.
- A quirk is added for reading GPIOs on the PM8550 PMIC
Diffstat (limited to 'include/dt-bindings/phy/phy-qcom-qmp.h')
-rw-r--r-- | include/dt-bindings/phy/phy-qcom-qmp.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/dt-bindings/phy/phy-qcom-qmp.h b/include/dt-bindings/phy/phy-qcom-qmp.h deleted file mode 100644 index 4edec4c5b22..00000000000 --- a/include/dt-bindings/phy/phy-qcom-qmp.h +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ -/* - * Qualcomm QMP PHY constants - * - * Copyright (C) 2022 Linaro Limited - */ - -#ifndef _DT_BINDINGS_PHY_QMP -#define _DT_BINDINGS_PHY_QMP - -/* QMP USB4-USB3-DP clocks */ -#define QMP_USB43DP_USB3_PIPE_CLK 0 -#define QMP_USB43DP_DP_LINK_CLK 1 -#define QMP_USB43DP_DP_VCO_DIV_CLK 2 - -/* QMP USB4-USB3-DP PHYs */ -#define QMP_USB43DP_USB3_PHY 0 -#define QMP_USB43DP_DP_PHY 1 - -#endif /* _DT_BINDINGS_PHY_QMP */ |