summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tmn505@gmail.com>2023-09-07 17:06:29 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-09-08 23:49:00 +0200
commiteac192843030d16046a0d603284c2b4c89822431 (patch)
tree772a67e71830dcaf68aba6811b0f907b39696e18 /target/linux
parent8e0d43d569e934888b1aaea3908c982c0adccac0 (diff)
downloadopenwrt-eac192843030d16046a0d603284c2b4c89822431.tar.gz
openwrt-eac192843030d16046a0d603284c2b4c89822431.tar.bz2
openwrt-eac192843030d16046a0d603284c2b4c89822431.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>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/mvebu/cortexa72/config-5.151
-rw-r--r--target/linux/mvebu/cortexa72/config-6.11
2 files changed, 2 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
diff --git a/target/linux/mvebu/cortexa72/config-6.1 b/target/linux/mvebu/cortexa72/config-6.1
index 5a3dcc66f7..535b67225e 100644
--- a/target/linux/mvebu/cortexa72/config-6.1
+++ b/target/linux/mvebu/cortexa72/config-6.1
@@ -76,6 +76,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_AC5=y
CONFIG_PINCTRL_ARMADA_37XX=y
CONFIG_PINCTRL_ARMADA_AP806=y