Skip to content

Commit 35f5417

Browse files
committed
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/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents a8cd285 + 268a491 commit 35f5417

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Documentation/devicetree/bindings/usb/dwc2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ properties:
5353
- const: st,stm32mp15-hsotg
5454
- const: snps,dwc2
5555
- const: samsung,s3c6400-hsotg
56+
- const: intel,socfpga-agilex-hsotg
5657

5758
reg:
5859
maxItems: 1

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
};
503503

504504
usb0: usb@ffb00000 {
505-
compatible = "snps,dwc2";
505+
compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2";
506506
reg = <0xffb00000 0x40000>;
507507
interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
508508
phys = <&usbphy0>;
@@ -515,7 +515,7 @@
515515
};
516516

517517
usb1: usb@ffb40000 {
518-
compatible = "snps,dwc2";
518+
compatible = "intel,socfpga-agilex-hsotg", "snps,dwc2";
519519
reg = <0xffb40000 0x40000>;
520520
interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
521521
phys = <&usbphy0>;

0 commit comments

Comments
 (0)