ARM: dts: gemini: Fix USB block version
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 23 Jan 2023 07:39:15 +0000 (08:39 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Jan 2023 07:49:31 +0000 (08:49 +0100)
The FOTG version in the Gemini is the FOTG200, fix this
up.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230123073916.2350839-1-linus.walleij@linaro.org
arch/arm/boot/dts/gemini.dtsi

index 3ed04d2f394c047ef4adf94d2311db3e2578c26d..966b193c05adb3598bcbd3a22161f6d0a1fe2a85 100644 (file)
                };
 
                usb0: usb@68000000 {
-                       compatible = "cortina,gemini-usb", "faraday,fotg210";
+                       compatible = "cortina,gemini-usb", "faraday,fotg200";
                        reg = <0x68000000 0x1000>;
                        interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
                        resets = <&syscon GEMINI_RESET_USB0>;
                };
 
                usb1: usb@69000000 {
-                       compatible = "cortina,gemini-usb", "faraday,fotg210";
+                       compatible = "cortina,gemini-usb", "faraday,fotg200";
                        reg = <0x69000000 0x1000>;
                        interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
                        resets = <&syscon GEMINI_RESET_USB1>;