From nobody Wed Dec 17 14:22:06 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 13F1E41C64; Tue, 10 Dec 2024 01:56:08 +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=1733795772; cv=none; b=gJRp3qm7OeHbTUWsTyqkC+M1Yr+uNq6Y7HB4Z+iOTYZUbfyluWYIOxFHhaGOAp3wmZhKZZK56V+9YDklohY2ueoEQ5MZWkNnrI1XePz+uIpBqvOVbtNKIJHQKnrkUcwT7y8SabaipfWYgCqnqowVyzk8/7kesNvm+gbXuHwk9Cg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733795772; c=relaxed/simple; bh=vG1OrtSx6Xqo9Auqc9Ko65tcZ0Hn9T+5dg2LzUoLJqI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DHc+ezKZprvBlWHRMdioTNq2tviq7Wu/Ki+tM7WD3tfQFNqHaSiZdk/uEZIxNjUEk0s1y4ZuZS15dY8HEKWs1zfNhQCyqd+AJJ+B/s6FX0+H6ELFjZQtA/f/aoPmh+ghEjGJshrnhagsZV/mODLpE/KWsF4+F2hw1ZCjn69EcQo= 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 EA76DB4B23CF; Tue, 10 Dec 2024 02:50:22 +0100 (CET) From: E Shattow To: Conor Dooley , Emil Renner Berthing , 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: jh7110-pinfunc.h Date: Mon, 9 Dec 2024 17:48:57 -0800 Message-ID: <20241210014903.154551-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 Fixes: e22f09e598d12 ("riscv: dts: starfive: Add StarFive JH7110 pin functi= on definitions") Signed-off-by: E Shattow --- 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 base-commit: 708d55db3edbe2ccf88d94b5f2e2b404bc0ba37c --=20 2.45.2