aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-02-18 20:01:40 +0100
committerLubomir Rintel <lkundrak@v3.sk>2019-04-19 07:28:32 +0200
commitfefb0ed323c88c696ee240aae9bee1a5932bd22b (patch)
treeaded7c8549e74e322cd7c1915dee42d08e47f4a0
parent54c64d1194e686135a1d42749f914683020dba22 (diff)
downloadopenfirmware-fefb0ed323c88c696ee240aae9bee1a5932bd22b.tar.gz
marvell/utmiphy: make /usb2-phy compatible with marvell,mmp2-usb-phy
This allows the Linux PHY driver to bind and be used with the EHCI controller driver. Described by the phy/phy-pxa-usb.txt binding.
-rw-r--r--cpu/arm/marvell/utmiphy.fth3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/arm/marvell/utmiphy.fth b/cpu/arm/marvell/utmiphy.fth
index 921c166d..d65263ea 100644
--- a/cpu/arm/marvell/utmiphy.fth
+++ b/cpu/arm/marvell/utmiphy.fth
@@ -7,6 +7,9 @@ purpose: Init UTMI USB Phy in Marvell SoC
my-address my-space h# 100 reg
" mrvl,mmp2-utmiphy" +compatible
+" marvell,mmp2-usb-phy" +compatible
+
+0 " #phy-cells" integer-property
: +utmi ( offset -- offset' ) h# 20.7000 + ;