Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: miphy365x: Add MiPHY365x header file for DT x Driver defines

This provides the shared header file which will be reference from both
the MiPHY365x driver and its associated Device Tree node(s).

Cc: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Lee Jones and committed by
Kishon Vijay Abraham I
d821bfa4 1795cd9b

+14
+14
include/dt-bindings/phy/phy-miphy365x.h
··· 1 + /* 2 + * This header provides constants for the phy framework 3 + * based on the STMicroelectronics MiPHY365x. 4 + * 5 + * Author: Lee Jones <lee.jones@linaro.org> 6 + */ 7 + #ifndef _DT_BINDINGS_PHY_MIPHY 8 + #define _DT_BINDINGS_PHY_MIPHY 9 + 10 + #define MIPHY_TYPE_SATA 1 11 + #define MIPHY_TYPE_PCIE 2 12 + #define MIPHY_TYPE_USB 3 13 + 14 + #endif /* _DT_BINDINGS_PHY_MIPHY */