1
0
Fork 0

dt-bindings: phy-lpc18xx-usb-otg: remove unit address from binding

DT bindings should either use a unit address and a reg property
or none of them. Since either of them aren't really useful for
such a simple device like this one remove the unit address.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
hifive-unleashed-5.1
Joachim Eastwood 2016-02-24 23:10:42 +01:00
parent 3a572c4aa9
commit 1db7f6201d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ creg: syscon@40043000 {
compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd";
reg = <0x40043000 0x1000>;
usb0_otg_phy: phy@004 {
usb0_otg_phy: phy {
compatible = "nxp,lpc1850-usb-otg-phy";
clocks = <&ccu1 CLK_USB0>;
#phy-cells = <0>;