The Amlogic AXg SoCs embeds a MIPI D-PHY to communicate with DSI panels, this adds the bindings.
This D-PHY depends on a separate analog PHY. Neil Armstrong (2): dt-bindings: phy: add Amlogic AXG MIPI D-PHY bindings phy: amlogic: Add AXG MIPI D-PHY driver .../bindings/phy/amlogic,axg-mipi-dphy.yaml | 68 +++ drivers/phy/amlogic/Kconfig | 12 + drivers/phy/amlogic/Makefile | 1 + drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 413 ++++++++++++++++++ 4 files changed, 494 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/amlogic,axg-mipi-dphy.yaml create mode 100644 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c -- 2.22.0

