kernel/Documentation/devicetree/bindings/usb/brcm,bdc.txt
.. .. @@ -4,7 +4,7 @@ 4 4 Required properties: 5 5 6 6 - compatible: must be one of: 7 - "brcm,bdc-v0.16"7 + "brcm,bdc-udc-v2"8 8 "brcm,bdc" 9 9 - reg: the base register address and length 10 10 - interrupts: the interrupt line for this controller .. .. @@ -21,7 +21,7 @@ 21 21 Example: 22 22 23 23 bdc@f0b02000 { 24 - compatible = "brcm,bdc-v0.16";24 + compatible = "brcm,bdc-udc-v2";25 25 reg = <0xf0b02000 0xfc4>; 26 26 interrupts = <0x0 0x60 0x0>; 27 27 phys = <&usbphy_0 0x0>;