From nobody Wed Feb 5 10:57:27 2025 Received: from freeshell.de (freeshell.de [116.202.128.144]) (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 8AF09DF58; Tue, 10 Dec 2024 04:20:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.202.128.144 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733804446; cv=none; b=GohrNXCf/73h4DWduqo5p5gDEBZhW8l6jbkQ6DLbfrJhRpumf3zrhHvq3XYbeAgOmwYaxqCjZsj2lUpsVysS9k2naxONN9jWSqs3xtsTcWd168Xg0OqYPSIcmGpM64kzrKbRdbgQrh5kSRqxjnvvsbEzJ6giLzT92OxdG7KOhHA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733804446; c=relaxed/simple; bh=RxcIR2uSYqQOo/X2KQTeM9t8j9bOaC/P8aASQkBYlt4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=hTJ3Hh7PsyUMOkdDz7WyzjEGm5nx62pA0o2nG972udlZwsdwDWVRixVp8Q4x2DWUbQbzYlxUQVIx1E3ThX6WxeXsm4786OqsnTHaLkI4ZhEltOmrVeTo+oZZk8MD1bat15w3Zd5id7hC0gY/CEuSye8aBMXJOpVm63479Wa+r6o= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de; spf=pass smtp.mailfrom=freeshell.de; arc=none smtp.client-ip=116.202.128.144 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=freeshell.de Received: from hay.lan. (unknown [IPv6:2605:59c8:31de:bf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 59EB8B2C19E6; Tue, 10 Dec 2024 05:20:33 +0100 (CET) From: E Shattow To: Emil Renner Berthing , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Hal Feng , Jianlong Huang Cc: E Shattow , Conor Dooley , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions Date: Mon, 9 Dec 2024 20:19:56 -0800 Message-ID: <20241210042002.165297-1-e@freeshell.de> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Fix a typo in StarFive JH7110 pin function definitions for GPOUT_SYS_SDIO1_= DATA4 Fixes: e22f09e598d12 ("riscv: dts: starfive: Add StarFive JH7110 pin functi= on definitions") Signed-off-by: E Shattow Acked-by: Hal Feng --- arch/riscv/boot/dts/starfive/jh7110-pinfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-pinfunc.h b/arch/riscv/boo= t/dts/starfive/jh7110-pinfunc.h index 256de17f5261..ae49c908e7fb 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-pinfunc.h +++ b/arch/riscv/boot/dts/starfive/jh7110-pinfunc.h @@ -89,7 +89,7 @@ #define GPOUT_SYS_SDIO1_DATA1 59 #define GPOUT_SYS_SDIO1_DATA2 60 #define GPOUT_SYS_SDIO1_DATA3 61 -#define GPOUT_SYS_SDIO1_DATA4 63 +#define GPOUT_SYS_SDIO1_DATA4 62 #define GPOUT_SYS_SDIO1_DATA5 63 #define GPOUT_SYS_SDIO1_DATA6 64 #define GPOUT_SYS_SDIO1_DATA7 65 --=20 2.45.2