diff options
author | Roger Quadros | 2024-01-12 14:49:51 +0200 |
---|---|---|
committer | Tom Rini | 2024-01-20 11:38:18 -0500 |
commit | 172c846f39f19738630a3a1854689f7df1a08312 (patch) | |
tree | 1772b5f8dede25a55cff7a5eb68325345ed7c007 /configs | |
parent | 17d3cb76103e0e3da9ae1949f40986025f2f5915 (diff) |
configs/j721e_beagleboneai64_a72_defconfig: Enable Sierra PHY
This is required for USB Super-Speed operation.
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/j721e_beagleboneai64_a72_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/j721e_beagleboneai64_a72_defconfig b/configs/j721e_beagleboneai64_a72_defconfig index 959f86844d3..f66206f6e37 100644 --- a/configs/j721e_beagleboneai64_a72_defconfig +++ b/configs/j721e_beagleboneai64_a72_defconfig @@ -127,6 +127,8 @@ CONFIG_PHY_TI_DP83867=y CONFIG_PHY_FIXED=y CONFIG_TI_AM65_CPSW_NUSS=y CONFIG_PHY=y +CONFIG_PHY_J721E_WIZ=y +CONFIG_PHY_CADENCE_SIERRA=y CONFIG_SPL_PHY=y CONFIG_PINCTRL=y # CONFIG_PINCTRL_GENERIC is not set |