Re: [PATCH 04/19] dt-bindings: phy-mmp3-usb: Add bindings
From: Rob Herring <robh@kernel.org>
Date: 2019-08-21 21:13:26
Also in:
linux-clk, linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2019-08-21 21:13:26
Also in:
linux-clk, linux-devicetree, lkml
On Fri, Aug 09, 2019 at 11:31:43AM +0200, Lubomir Rintel wrote:
This is the PHY chip for USB OTG on MMP3 platform. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- .../devicetree/bindings/phy/phy-mmp3-usb.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-mmp3-usb.txtdiff --git a/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt b/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt new file mode 100644 index 0000000000000..b9623b98151bc --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt@@ -0,0 +1,16 @@ +Marvell MMP3 USB PHY +-------------------- + +Required properties: +- compatible: must be "marvell,mmp3-usb-phy" +- #phy-cells: must be 0 + +Example: + usb-phy: usbphy@d4207000 {
usb-phy@...
+ compatible = "marvell,mmp3-usb-phy"; + reg = <0xd4207000 0x40>; + #phy-cells = <0>; + }; + +This document explains the device tree binding. For general information +about PHY subsystem refer to Documentation/phy.txt
Drop this statement.
-- 2.21.0
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel