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

phy: add Broadcom Kona USB2 PHY DT binding

Add a binding that describes the Broadcom Kona USB2 PHY found
on the BCM281xx family of SoCs.

Signed-off-by: Matt Porter <mporter@linaro.org>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

authored by

Matt Porter and committed by
Felipe Balbi
26799f1d f7e504c7

+15
+15
Documentation/devicetree/bindings/phy/bcm-phy.txt
··· 1 + BROADCOM KONA USB2 PHY 2 + 3 + Required properties: 4 + - compatible: brcm,kona-usb2-phy 5 + - reg: offset and length of the PHY registers 6 + - #phy-cells: must be 0 7 + Refer to phy/phy-bindings.txt for the generic PHY binding properties 8 + 9 + Example: 10 + 11 + usbphy: usb-phy@3f130000 { 12 + compatible = "brcm,kona-usb2-phy"; 13 + reg = <0x3f130000 0x28>; 14 + #phy-cells = <0>; 15 + };