[PATCH v2 08/11] ARM: dt: da850: Add usb phy node
From: David Lechner <hidden>
Date: 2016-03-17 03:39:50
Also in:
linux-arm-kernel, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: David Lechner <hidden>
Date: 2016-03-17 03:39:50
Also in:
linux-arm-kernel, lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Add a node for the new usb phy driver. Signed-off-by: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org> --- v2 changes: This is new patch in v2. arch/arm/boot/dts/da850.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 591660d..06f36cd 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi@@ -324,6 +324,12 @@ >; status = "disabled"; }; + usbphy: usbphy@1c14184 { + compatible = "ti,da830-usbphy"; + #phy-cells = <1>; + reg = <0x14184 4>; + status = "disabled"; + }; gpio: gpio@1e26000 { compatible = "ti,dm6441-gpio"; gpio-controller;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html