From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.naobsd.org (sakura.naobsd.org [160.16.200.221]) (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 229492F744D; Tue, 2 Dec 2025 04:57:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=160.16.200.221 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764651475; cv=none; b=p0XBwT/owxAG1XgbgcB5IplH0zShELB7Ty/TwJOCGkjYb9UpGvjpOqB4e89vTb+QjKYWDdIoYuU5uCo5U3bgkYw0DHNbdlrSoeMb6W1qQ7zkkz5RDR9vgOJ+ZXuNBPAJFu71+pAzyvft8ab1HOahiUfZr+IlIoBIdlpKog2M2vE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764651475; c=relaxed/simple; bh=l6RrNI5cQeM+V2S7+JSRivqL8+Ywybyp4ke5ibphSLs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=U0JNpwBLyZCKoBuqd1s+T7o2Uc5U1sWUz/J/wc0IiRzP9AQQ1ukJXTl+upzS38Kyhypt3fa+xqPHBjgOtrakLq5KyoeXfQB17cicCZkUuEvyVhHpP5O3ozUf0IwOXoDJK5ZYNjn+0fK6975KdDE/sOrpHYnLl8IkDn15f/UZWhE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=radxa.com; spf=fail smtp.mailfrom=radxa.com; arc=none smtp.client-ip=160.16.200.221 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=radxa.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=radxa.com Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 5B24uxmG007827; Tue, 2 Dec 2025 13:57:02 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Cc: brgl@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, dsimic@manjaro.org, didi.debian@cknow.org, wens@kernel.org, nicolas.frattaroli@collabora.com, detlev.casanova@collabora.com, stephen@radxa.com, sebastian.reichel@collabora.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, FUKAUMI Naoki Subject: [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Belling BL24C04A Date: Tue, 2 Dec 2025 04:56:52 +0000 Message-ID: <20251202045655.154543-2-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20251202045655.154543-1-naoki@radxa.com> References: <20251202045655.154543-1-naoki@radxa.com> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add the compatible for Belling BL24C04A 4Kb EEPROM. Signed-off-by: FUKAUMI Naoki --- Documentation/devicetree/bindings/eeprom/at24.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml index c21282634780..04892749f4ca 100644 --- a/Documentation/devicetree/bindings/eeprom/at24.yaml +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml @@ -116,6 +116,7 @@ properties: - const: atmel,24c02 - items: - enum: + - belling,bl24c04a - giantec,gt24c04a - onnn,cat24c04 - onnn,cat24c05 -- 2.43.0