mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
ice: Add support for SMA control multiplexer
E810-T adapters have two external bidirectional SMA connectors and two internal unidirectional U.FL connectors. Multiplexing between U.FL and SMA and SMA direction is controlled using the PCA9575 expander. Add support for the PCA9575 detection and control of the respective pins of the SMA/U.FL multiplexer using the GPIO AQ API. Signed-off-by: Maciej Machnikowski <maciej.machnikowski@intel.com> Tested-by: Sunitha Mekala <sunithax.d.mekala@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
committed by
Tony Nguyen
parent
3bb6324b3d
commit
885fe6932a
@@ -1331,6 +1331,7 @@ struct ice_aqc_link_topo_addr {
|
||||
struct ice_aqc_get_link_topo {
|
||||
struct ice_aqc_link_topo_addr addr;
|
||||
u8 node_part_num;
|
||||
#define ICE_AQC_GET_LINK_TOPO_NODE_NR_PCA9575 0x21
|
||||
u8 rsvd[9];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user