Add support for SDXC PHY on Intel's Lightning Mountain SoC. Signed-off-by: Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@xxxxxxxxxxxxxxx> --- Ramuthevar Vadivel Murugan (2): dt-bindings: phy: intel-sdxc-phy: Add YAML schema for LGM SDXC PHY changes in v2: - As per Rob's review comments added syscon properties. phy: intel-lgm-sdxc: Add support for SDXC PHY changes in v2: - No change .../bindings/phy/intel,lgm-sdxc-phy.yaml | 50 +++++++ drivers/phy/intel/Kconfig | 6 + drivers/phy/intel/Makefile | 1 + drivers/phy/intel/phy-intel-sdxc.c | 144 +++++++++++++++++++++ 4 files changed, 201 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/intel,lgm-sdxc-phy.yaml create mode 100644 drivers/phy/intel/phy-intel-sdxc.c -- 2.11.0