[PATCH 0/2] Add M-PHY support for NVIDIA Tegra264

Kartik Rajput posted 2 patches 2 weeks, 2 days ago
.../bindings/phy/nvidia,tegra264-mphy.yaml         | 108 +++++
drivers/phy/tegra/Kconfig                          |  11 +
drivers/phy/tegra/Makefile                         |   1 +
drivers/phy/tegra/phy-tegra-mphy.c                 | 459 +++++++++++++++++++++
include/dt-bindings/phy/nvidia,tegra264-mphy.h     |  12 +
5 files changed, 591 insertions(+)
[PATCH 0/2] Add M-PHY support for NVIDIA Tegra264
Posted by Kartik Rajput 2 weeks, 2 days ago
Add MIPI M-PHY support for NVIDIA Tegra264 SoCs. The M-PHY is a hardware
block with two lanes, l0 and l1, used by the Tegra264 UFS host
controller.

Signed-off-by: Kartik Rajput <kkartik@nvidia.com>
---
Kartik Rajput (2):
      dt-bindings: phy: Add nvidia,tegra264-mphy
      phy: tegra: Add Tegra264 MPHY driver

 .../bindings/phy/nvidia,tegra264-mphy.yaml         | 108 +++++
 drivers/phy/tegra/Kconfig                          |  11 +
 drivers/phy/tegra/Makefile                         |   1 +
 drivers/phy/tegra/phy-tegra-mphy.c                 | 459 +++++++++++++++++++++
 include/dt-bindings/phy/nvidia,tegra264-mphy.h     |  12 +
 5 files changed, 591 insertions(+)
---
base-commit: a9d7ced84989ec05be09b4b8428759ef60450a0f
change-id: 20260909-tegra264-mphy-f3edf6fa4321

Best regards,
--  
Kartik Rajput <kkartik@nvidia.com>