aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2016-02-24 23:10:42 +0100
committerJoachim Eastwood <manabian@gmail.com>2016-04-04 16:13:32 +0200
commit1db7f6201dfce1740e41f87c81389cc2e9c73e99 (patch)
tree308217fff5cf1053a9971826988db25eb83bf7c8 /Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
parentARM: dts: lpc4350-hitex-eval: fix unit name warnings from dtc (diff)
downloadlinux-dev-1db7f6201dfce1740e41f87c81389cc2e9c73e99.tar.xz
linux-dev-1db7f6201dfce1740e41f87c81389cc2e9c73e99.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt')
-rw-r--r--Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
index bd61b467e30a..3bb821cd6a7f 100644
--- a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
+++ b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
@@ -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>;