diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2023-09-20 19:17:46 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-24 13:14:11 +0200 |
commit | 06ff4dd562e2878e429256a578eac7e08e8ef386 (patch) | |
tree | bcdbe5dc922da347960fa3c8020ff711cfa57224 /target | |
parent | 457a12a834ba2a9d5ab6571bf37acbe4184122a1 (diff) | |
download | upstream-06ff4dd562e2878e429256a578eac7e08e8ef386.tar.gz upstream-06ff4dd562e2878e429256a578eac7e08e8ef386.tar.bz2 upstream-06ff4dd562e2878e429256a578eac7e08e8ef386.zip |
mvebu: cortexa72: enable USB PHY
Since kernel 5.13 this is needed to enable USB ports on all devices in
subtarget. Previously TF-A and COMPHY driver might have set up this PHY,
but not anymore.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Tested-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit eac192843030d16046a0d603284c2b4c89822431)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/cortexa72/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa72/config-5.15 b/target/linux/mvebu/cortexa72/config-5.15 index cb27e0285f..978208f1cb 100644 --- a/target/linux/mvebu/cortexa72/config-5.15 +++ b/target/linux/mvebu/cortexa72/config-5.15 @@ -72,6 +72,7 @@ CONFIG_PCIE_DW_HOST=y CONFIG_PGTABLE_LEVELS=3 CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_PHY_MVEBU_CP110_COMPHY=y +CONFIG_PHY_MVEBU_CP110_UTMI=y CONFIG_PINCTRL_ARMADA_37XX=y CONFIG_PINCTRL_ARMADA_AP806=y CONFIG_PINCTRL_ARMADA_CP110=y |