Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt
··· 18 18 compatible = "nxp,lpc1850-creg", "syscon", "simple-mfd"; 19 19 reg = <0x40043000 0x1000>; 20 20 21 - usb0_otg_phy: phy@004 { 21 + usb0_otg_phy: phy { 22 22 compatible = "nxp,lpc1850-usb-otg-phy"; 23 23 clocks = <&ccu1 CLK_USB0>; 24 24 #phy-cells = <0>;