From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hall.aurel32.net (hall.aurel32.net [195.154.113.88]) (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 2DAA92D8790; Sun, 21 Sep 2025 21:45:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.154.113.88 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758491157; cv=none; b=U0f/uIfaSL0VnqvaY+M40AHHI/313hakXDmKA1Ik5UfKsQ4CoU3W0Cgo6RpjWwW66cHEgFBjZ4gjuZ8bR1dOwH8DNk/wrxYBzRTsHAiK/pP/V2BeiSH/Ht4jlKdNUsznHF8Nff/m/5T/UbRclgSAxrPaIYW3fT0aMRrsk/qiZV0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758491157; c=relaxed/simple; bh=h4qJR2pDdTQqvNkvOtZShgDkPta1n+vG/zTi9XLKvcw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=N437pxMINh0LBYZBVnh8tVAegLGCGqSeuyKdamEX4aeRojv9kOuGQAF9yevJzQRlrF0uc1TjjrpZ+JwSqD4jhaQ52+nt8C1lsHhamHftm+o3izppxb1cl7HpAoE+7PQetJ8wVNBrPs3ZD4vBiK4BSrnDaghRzwa9o84KId8qbss= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=aurel32.net; spf=pass smtp.mailfrom=aurel32.net; dkim=pass (2048-bit key) header.d=aurel32.net header.i=@aurel32.net header.b=VMJrVDCU; arc=none smtp.client-ip=195.154.113.88 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=aurel32.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=aurel32.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=aurel32.net header.i=@aurel32.net header.b="VMJrVDCU" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aurel32.net ; s=202004.hall; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Content-Type:From:Reply-To:Subject:Content-ID: Content-Description:In-Reply-To:References:X-Debbugs-Cc; bh=cutiYl0wANGDLRaXIM0wgr5qojCK4TIzTyPKOVMBJ20=; b=VMJrVDCUvBS7dnOXzDFDjf+EVg cwXqXoaWOgrh/iBe7rJD9MyyqNS26Aypw1zVdQMyAaeMKwxGEdRsUtgriV4X56b4fxsNkLaM3Vwnh wv7SgID8k3mvY8Umo++fyHWNbsm0ucad0I3OLnJSGNN197RktI5kOVEajbfy7IVLMzyNgex+iKsr1 wQ+LGr2Jip+TwgSuLlmDCe+DM68q1Jn6NoUl0mlGFzr6Ewhs6PX4Xz9EbVgu5jKO8Ti41jeg8rD9w yqzXNFdSZpWF60ka7sEBzMwqB83+aADyuUtT88tHyAFkOduUSCUmQpaC5MaoTOl+qco3FoHLOkEIV sgHXmQqQ==; Received: from [2a01:e34:ec5d:a741:1ee1:92ff:feb4:5ec0] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v0RCm-009LbD-2a; Sun, 21 Sep 2025 23:02:44 +0200 From: Aurelien Jarno To: linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Yixun Lan Cc: Aurelien Jarno , devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-riscv@lists.infradead.org (open list:RISC-V ARCHITECTURE), spacemit@lists.linux.dev (open list:RISC-V SPACEMIT SoC Support) Subject: [PATCH 0/3] riscv: dts: spacemit: add 24c02 eeprom on BPI-F3 Date: Sun, 21 Sep 2025 23:01:40 +0200 Message-ID: <20250921210237.943370-1-aurelien@aurel32.net> X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: spacemit@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The BPI-F3 board has a 24c02 eeprom connected to the i2c bus #2. It holds board data. This patchset adds support for it. Aurelien Jarno (3): riscv: dts: spacemit: enable the i2c2 adapter on BPI-F3 riscv: dts: spacemit: add 24c02 eeprom on BPI-F3 riscv: dts: spacemit: add i2c aliases on BPI-F3 .../boot/dts/spacemit/k1-bananapi-f3.dts | 19 ++++++++++++++++++- arch/riscv/boot/dts/spacemit/k1-pinctrl.dtsi | 7 +++++++ arch/riscv/boot/dts/spacemit/k1.dtsi | 13 +++++++++++++ 3 files changed, 38 insertions(+), 1 deletion(-) -- 2.47.2