hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/usb/brcm,bdc.txt
....@@ -4,7 +4,7 @@
44 Required properties:
55
66 - compatible: must be one of:
7
- "brcm,bdc-v0.16"
7
+ "brcm,bdc-udc-v2"
88 "brcm,bdc"
99 - reg: the base register address and length
1010 - interrupts: the interrupt line for this controller
....@@ -21,7 +21,7 @@
2121 Example:
2222
2323 bdc@f0b02000 {
24
- compatible = "brcm,bdc-v0.16";
24
+ compatible = "brcm,bdc-udc-v2";
2525 reg = <0xf0b02000 0xfc4>;
2626 interrupts = <0x0 0x60 0x0>;
2727 phys = <&usbphy_0 0x0>;