From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 94EE3BA4F for ; Tue, 7 Mar 2023 19:12:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F02DCC4339B; Tue, 7 Mar 2023 19:12:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678216353; bh=a9hzzD3Dd0NLf9eGwX+3CkT88OmeRR4zS9Dq20ysUZc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vzjq1GPoirh5qH0knQOQ/HtxLMYuU46Dq7ehFmSJ//c0fw7v+EMMFvSXwIZlnVT+n x51+YBZJ6B/hjfD7YZQJdJcNseNpPBgcAPoWt2GDqLm/zkSbH41a/xecTbGcnZm6Kz w2X/TIIs66xscxaAL+D1EbKCgpQY7WBX8g9UZjf8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, "H. Nikolaus Schaller" , Paul Cercueil , Thomas Bogendoerfer Subject: [PATCH 5.15 556/567] MIPS: DTS: CI20: fix otg power gpio Date: Tue, 7 Mar 2023 18:04:52 +0100 Message-Id: <20230307165930.048715309@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230307165905.838066027@linuxfoundation.org> References: <20230307165905.838066027@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: H. Nikolaus Schaller commit 0cb4228f6cc9ed0ca2be0d9ddf29168a8e3a3905 upstream. 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 Acked-by: Paul Cercueil Signed-off-by: Thomas Bogendoerfer Signed-off-by: Greg Kroah-Hartman --- arch/mips/boot/dts/ingenic/ci20.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/boot/dts/ingenic/ci20.dts +++ b/arch/mips/boot/dts/ingenic/ci20.dts @@ -99,7 +99,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; - gpio = <&gpf 14 GPIO_ACTIVE_LOW>; + gpio = <&gpf 15 GPIO_ACTIVE_LOW>; enable-active-high; }; };