MIPS: DTS: CI20: fix otg power gpio
authorH. Nikolaus Schaller <hns@goldelico.com>
Sun, 29 Jan 2023 18:57:04 +0000 (19:57 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 5 Feb 2023 14:19:49 +0000 (15:19 +0100)
According to schematics it is PF15 and not PF14 (MIC_SW_EN).
Seems as if it was hidden and not noticed during testing since
there is no sound DT node.

Fixes: 158c774d3c64 ("MIPS: Ingenic: Add missing nodes for Ingenic SoCs and boards.")
Cc: stable@vger.kernel.org
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ingenic/ci20.dts

index f38c395..8f21d23 100644 (file)
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
 
-               gpio = <&gpf 14 GPIO_ACTIVE_LOW>;
+               gpio = <&gpf 15 GPIO_ACTIVE_LOW>;
                enable-active-high;
        };
 };