diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-02-18 17:28:43 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-02-18 17:28:44 +0100 |
commit | 35f5417911753c7e815a5a2fbfc7c79648ecd8b6 (patch) | |
tree | cae98487f02c7a2cb94985df9077d478c7f3b96c /Documentation | |
parent | Merge tag 'at91-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" (diff) | |
download | linux-35f5417911753c7e815a5a2fbfc7c79648ecd8b6.tar.xz linux-35f5417911753c7e815a5a2fbfc7c79648ecd8b6.zip |
Merge tag 'socfpga_dts_update_for_v5.18_part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes
SoCFPGA dts updates for v5.18, part 2
- Add the "intel,socfpga-agilex-hsotg" compatible for Agilex platform
* tag 'socfpga_dts_update_for_v5.18_part2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"
dt-bindings: usb: dwc2: add compatible "intel,socfpga-agilex-hsotg"
Link: https://lore.kernel.org/r/20220211112556.98940-2-dinguyen@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index f00867ebc147..481aaa09f3f2 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.yaml +++ b/Documentation/devicetree/bindings/usb/dwc2.yaml @@ -53,6 +53,7 @@ properties: - const: st,stm32mp15-hsotg - const: snps,dwc2 - const: samsung,s3c6400-hsotg + - const: intel,socfpga-agilex-hsotg reg: maxItems: 1 |