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

dt-bindings: phy: Add PHY_TYPE_XPCS definition

Add definition for Ethernet PCS phy type.

Signed-off-by: Dilip Kota <eswara.kota@linux.intel.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-By: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/6091f0d2a1046f1e3656d9e33b6cc433d5465eaf.1589868358.git.eswara.kota@linux.intel.com
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Dilip Kota and committed by
Kishon Vijay Abraham I
c5d3cdad d30b16a5

+1
+1
include/dt-bindings/phy/phy.h
··· 17 17 #define PHY_TYPE_USB3 4 18 18 #define PHY_TYPE_UFS 5 19 19 #define PHY_TYPE_DP 6 20 + #define PHY_TYPE_XPCS 7 20 21 21 22 #endif /* _DT_BINDINGS_PHY */