2
0

0028-ARM-dts-gemini-Fix-USB-block-version.patch 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. From d5c01ce4a1016507c69682894cf6b66301abca3d Mon Sep 17 00:00:00 2001
  2. From: Linus Walleij <[email protected]>
  3. Date: Mon, 23 Jan 2023 08:39:15 +0100
  4. Subject: [PATCH 28/29] ARM: dts: gemini: Fix USB block version
  5. The FOTG version in the Gemini is the FOTG200, fix this
  6. up.
  7. Signed-off-by: Linus Walleij <[email protected]>
  8. Link: https://lore.kernel.org/r/[email protected]
  9. ---
  10. --- a/arch/arm/boot/dts/gemini.dtsi
  11. +++ b/arch/arm/boot/dts/gemini.dtsi
  12. @@ -439,7 +439,7 @@
  13. };
  14. usb0: usb@68000000 {
  15. - compatible = "cortina,gemini-usb", "faraday,fotg210";
  16. + compatible = "cortina,gemini-usb", "faraday,fotg200";
  17. reg = <0x68000000 0x1000>;
  18. interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
  19. resets = <&syscon GEMINI_RESET_USB0>;
  20. @@ -460,7 +460,7 @@
  21. };
  22. usb1: usb@69000000 {
  23. - compatible = "cortina,gemini-usb", "faraday,fotg210";
  24. + compatible = "cortina,gemini-usb", "faraday,fotg200";
  25. reg = <0x69000000 0x1000>;
  26. interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
  27. resets = <&syscon GEMINI_RESET_USB1>;