From: Adrian Ng Ho Yin <adrian.ho.yin.ng@xxxxxxxxx> This patch set adds binding for Intel SoCFPGA DWC3 controller. The new binding differs from the existing binding intel,keembay-dwc3.yaml as the required properties are different. This patch also adds compatible string for Intel Agilex5 in DWC3 simple glue driver. --- V1-> V2: - update commit title. - update compatible string to match file name. - update item description for clocks, reg and resets. - removed defines for macro and update to use numbers. - update node name to be generic. Adrian Ng Ho Yin (2): dt-bindings: usb: Add Intel SoCFPGA USB controller usb: dwc3: of-simple: Add compatible string for Intel Agilex5 platform .../bindings/usb/intel,socfpga-dwc3.yaml | 84 +++++++++++++++++++ drivers/usb/dwc3/dwc3-of-simple.c | 1 + 2 files changed, 85 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/intel,socfpga-dwc3.yaml -- 2.26.2