diff options
| author | Tom Rini <[email protected]> | 2020-10-06 08:36:10 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-06 08:36:10 -0400 |
| commit | 987ab49366f3fcd25039eab431bf099b587b3265 (patch) | |
| tree | 75defe86fd35339b1b2e695ea1beebc0bbf1bbaf /drivers/phy/Makefile | |
| parent | b24550accd7e3a62c6da773a9096dfd1471403d5 (diff) | |
| parent | 2d481b2e3e22f7be854d381a7bafd92a65e18b23 (diff) | |
Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
- generate unique mac address from SoC serial on S400 board
- Add USB support for GXL and AXG SoCs
- Update Gadget code to use the new GXL and AXG USB glue driver
- Add a VIM3 board support to add dynamic PCIe enable in OS DT
- Fix AXG pinmux with requesting GPIOs
- Add missing GPIOA_18 for AXG pinctrl
- Add Amlogic PWM driver
Diffstat (limited to 'drivers/phy/Makefile')
| -rw-r--r-- | drivers/phy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 8dabefd776a..45a7fe5b568 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -19,7 +19,7 @@ obj-$(CONFIG_PHY_RCAR_GEN2) += phy-rcar-gen2.o obj-$(CONFIG_PHY_RCAR_GEN3) += phy-rcar-gen3.o obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.o obj-$(CONFIG_MESON_GXBB_USB_PHY) += meson-gxbb-usb2.o -obj-$(CONFIG_MESON_GXL_USB_PHY) += meson-gxl-usb2.o meson-gxl-usb3.o +obj-$(CONFIG_MESON_GXL_USB_PHY) += meson-gxl-usb2.o obj-$(CONFIG_MESON_G12A_USB_PHY) += meson-g12a-usb2.o meson-g12a-usb3-pcie.o obj-$(CONFIG_MSM8916_USB_PHY) += msm8916-usbh-phy.o obj-$(CONFIG_OMAP_USB2_PHY) += omap-usb2-phy.o |
