diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-07-28 21:37:46 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-07-28 21:46:08 +0200 |
commit | 8a175ea2198f59795113a3857f6a742a455ad54f (patch) | |
tree | 9854a65f01bd95ecd3bf79507999b1907b6c2f84 /target/linux/bcm53xx/config-4.14 | |
parent | 5c8b8a3fd4be9702940859c1e1e5c3f1b4f33f50 (diff) | |
download | upstream-8a175ea2198f59795113a3857f6a742a455ad54f.tar.gz upstream-8a175ea2198f59795113a3857f6a742a455ad54f.tar.bz2 upstream-8a175ea2198f59795113a3857f6a742a455ad54f.zip |
bcm53xx: switch USB 3.0 PHY DT description to use MDIO bus
USB 3.0 PHY is attached to the MDIO bus and should be supported
(accessed) as a MDIO device. This wasn't known initially which resulted
in writing driver that was working with MDIO bus (using some magic
values) without knowing it.
This commit updates DT to properly describe MDIO & USB 3.0 PHY and
enables required kernel drivers.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.14')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index c9371aca34..e6f578c6dd 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -227,9 +227,11 @@ CONFIG_LIBFDT=y CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y -# CONFIG_MDIO_BCM_IPROC is not set +CONFIG_MDIO_BCM_IPROC=y CONFIG_MDIO_BUS=y +CONFIG_MDIO_BUS_MUX=y # CONFIG_MDIO_BUS_MUX_BCM_IPROC is not set +CONFIG_MDIO_BUS_MUX_MMIOREG=y CONFIG_MDIO_DEVICE=y CONFIG_MFD_SYSCON=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y |