Commit b041c9d0 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: gemini: Fix USB block version



The FOTG version in the Gemini is the FOTG200, fix this
up.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230123073916.2350839-1-linus.walleij@linaro.org
parent e6c7d0ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ display-controller@6a000000 {
		};

		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>;
@@ -460,7 +460,7 @@ usb0: usb@68000000 {
		};

		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>;