[PATCH 0/2] Add M-PHY support for NVIDIA Tegra264
From: Kartik Rajput
Date: Wed Sep 09 2026 - 05:55:58 EST
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@xxxxxxxxxx>
---
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@xxxxxxxxxx>