Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26799f1d authored by Matt Porter's avatar Matt Porter Committed by Felipe Balbi
Browse files

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: default avatarMatt Porter <mporter@linaro.org>
Acked-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent f7e504c7
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
BROADCOM KONA USB2 PHY

Required properties:
 - compatible: brcm,kona-usb2-phy
 - reg: offset and length of the PHY registers
 - #phy-cells: must be 0
Refer to phy/phy-bindings.txt for the generic PHY binding properties

Example:

	usbphy: usb-phy@3f130000 {
		compatible = "brcm,kona-usb2-phy";
		reg = <0x3f130000 0x28>;
		#phy-cells = <0>;
	};