Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: gemini: Fix USB block version

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

+2 -2
+2 -2
arch/arm/boot/dts/gemini.dtsi
··· 439 439 }; 440 440 441 441 usb0: usb@68000000 { 442 - compatible = "cortina,gemini-usb", "faraday,fotg210"; 442 + compatible = "cortina,gemini-usb", "faraday,fotg200"; 443 443 reg = <0x68000000 0x1000>; 444 444 interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; 445 445 resets = <&syscon GEMINI_RESET_USB0>; ··· 460 460 }; 461 461 462 462 usb1: usb@69000000 { 463 - compatible = "cortina,gemini-usb", "faraday,fotg210"; 463 + compatible = "cortina,gemini-usb", "faraday,fotg200"; 464 464 reg = <0x69000000 0x1000>; 465 465 interrupts = <11 IRQ_TYPE_LEVEL_HIGH>; 466 466 resets = <&syscon GEMINI_RESET_USB1>;