phy: amlogic: Add support for the G12A Analog MIPI D-PHY
From: | Neil Armstrong <narmstrong-AT-baylibre.com> | |
To: | vkoul-AT-kernel.org, kishon-AT-ti.com | |
Subject: | [PATCH v2 0/2] phy: amlogic: Add support for the G12A Analog MIPI D-PHY | |
Date: | Wed, 10 Feb 2021 09:07:34 +0100 | |
Message-ID: | <20210210080736.771803-1-narmstrong@baylibre.com> | |
Cc: | linux-amlogic-AT-lists.infradead.org, linux-arm-kernel-AT-lists.infradead.org, linux-kernel-AT-vger.kernel.org, Neil Armstrong <narmstrong-AT-baylibre.com> | |
Archive-link: | Article |
The Amlogic G12A SoCs embeds an Analog MIPI D-PHY to communicate with DSI panels, this adds the bindings. This Analog D-PHY works with a separate Digital MIPI D-PHY. This serie adds the Bindings and the PHY driver. Changes from v1 at [1]: - Bindings fixes [1] https://lore.kernel.org/r/20201123145157.300456-1-narmstr... Neil Armstrong (2): dt-bindings: phy: add Amlogic G12A Analog MIPI D-PHY bindings phy: amlogic: Add G12A Analog MIPI D-PHY driver .../phy/amlogic,g12a-mipi-dphy-analog.yaml | 35 ++++ drivers/phy/amlogic/Kconfig | 12 ++ drivers/phy/amlogic/Makefile | 1 + .../amlogic/phy-meson-g12a-mipi-dphy-analog.c | 177 ++++++++++++++++++ 4 files changed, 225 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/amlogic,g12a-mipi-dphy-analog.yaml create mode 100644 drivers/phy/amlogic/phy-meson-g12a-mipi-dphy-analog.c -- 2.25.1