aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-08-12 09:32:02 +0200
committerLubomir Rintel <lkundrak@v3.sk>2020-03-23 18:53:03 +0100
commit47bdb5576877d563d84b5e74b4dc77abef848b14 (patch)
treef84002849177eb7a2e221f488297466fb21a5f35
parent7b7eb8d1cc02e86107ba6dc8d22c97b687cdddd9 (diff)
downloadopenfirmware-47bdb5576877d563d84b5e74b4dc77abef848b14.tar.gz
mmp3/usb2phy: make /usb2-phy compatible with marvell,mmp3-usb-phy
This allows the Linux PHY driver to bind and be used with the EHCI controller driver. Described by the phy/phy-mmp3-usb.txt binding.
-rw-r--r--cpu/arm/mmp3/usb2phy.fth3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/arm/mmp3/usb2phy.fth b/cpu/arm/mmp3/usb2phy.fth
index ca3fdaf6..a0f49196 100644
--- a/cpu/arm/mmp3/usb2phy.fth
+++ b/cpu/arm/mmp3/usb2phy.fth
@@ -7,6 +7,9 @@ purpose: Init USB2 Phy in Marvell SoC
my-address my-space h# 100 reg
" mrvl,mmp3-usb2phy" +compatible
+" marvell,mmp3-usb-phy" +compatible
+
+0 " #phy-cells" integer-property
: +usb2 ( offset -- offset' ) h# 20.7000 + ;