Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: phy-mtk-tphy: add a new reference clock

Usually the digital and analog phys use the same reference clock,
but on some platforms, they are separated, so add another optional
clock to support it.
In order to keep the clock names consistent with PHY IP's, use
the da_ref for analog phy and ref clock for digital phy.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Chunfeng Yun and committed by
Kishon Vijay Abraham I
c857481b ed4df1e3

+5 -2
+5 -2
Documentation/devicetree/bindings/phy/phy-mtk-tphy.txt
··· 41 41 - clocks : a list of phandle + clock-specifier pairs, one for each 42 42 entry in clock-names 43 43 - clock-names : may contain 44 - "ref": 48M reference clock for HighSpeed anolog phy; and 26M 45 - reference clock for SuperSpeed anolog phy, sometimes is 44 + "ref": 48M reference clock for HighSpeed (digital) phy; and 26M 45 + reference clock for SuperSpeed (digital) phy, sometimes is 46 46 24M, 25M or 27M, depended on platform. 47 + "da_ref": the reference clock of analog phy, used if the clocks 48 + of analog and digital phys are separated, otherwise uses 49 + "ref" clock only if needed. 47 50 48 51 - mediatek,eye-src : u32, the value of slew rate calibrate 49 52 - mediatek,eye-vrt : u32, the selection of VRT reference voltage