forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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>;