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

Commit c054761c authored by Alban Bedel's avatar Alban Bedel Committed by Ralf Baechle
Browse files

devicetree: Add bindings for the ATH79 USB phy



Signed-off-by: default avatarAlban Bedel <albeu@free.fr>
Acked-by: default avatarRob Herring <robh@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11496/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 16830985
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
* Atheros AR71XX/9XXX USB PHY

Required properties:
- compatible: "qca,ar7100-usb-phy"
- #phys-cells: should be 0
- reset-names: "usb-phy"[, "usb-suspend-override"]
- resets: references to the reset controllers

Example:

	usb-phy {
		compatible = "qca,ar7100-usb-phy";

		reset-names = "usb-phy", "usb-suspend-override";
		resets = <&rst 4>, <&rst 3>;

		#phy-cells = <0>;
	};