Skip to content

Commit 0cb4228

Browse files
goldelicotsbogend
authored andcommitted
MIPS: DTS: CI20: fix otg power gpio
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: 158c774 ("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>
1 parent 4cd8135 commit 0cb4228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/boot/dts/ingenic/ci20.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
regulator-min-microvolt = <5000000>;
114114
regulator-max-microvolt = <5000000>;
115115

116-
gpio = <&gpf 14 GPIO_ACTIVE_LOW>;
116+
gpio = <&gpf 15 GPIO_ACTIVE_LOW>;
117117
enable-active-high;
118118
};
119119
};

0 commit comments

Comments
 (0)