]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dt-bindings: phy-lpc18xx-usb-otg: remove unit address from binding
authorJoachim Eastwood <manabian@gmail.com>
Wed, 24 Feb 2016 22:10:42 +0000 (23:10 +0100)
committerJoachim Eastwood <manabian@gmail.com>
Mon, 4 Apr 2016 14:13:32 +0000 (16:13 +0200)
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>
Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt

index bd61b467e30a8b986c7543b8a8b65b4beebe97ab..3bb821cd6a7f3fa247655b1e3bc377abf580d28f 100644 (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>;