Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp432425pxj; Fri, 11 Jun 2021 02:50:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwnYfYHm96YzrIgTqetWVtN5FbRYPCRDSpt/y/GCOMF5MfloRJhgps1lC50rQFMnzf8poun X-Received: by 2002:aa7:d6ca:: with SMTP id x10mr2808128edr.182.1623405031583; Fri, 11 Jun 2021 02:50:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623405031; cv=none; d=google.com; s=arc-20160816; b=LeyGraML3KeNUlzB5SWruoJQ/ShTY7TaSpty6UnBoBZ+m7oAVeDG3zQb/FuchvwzFm R5smZTp+t58ga3skZx1ql6QuIzrI4ckIgOEXHixOAUJG83gw2OUYVR8n6YDlmDTTQOcQ G8+SGPt9sNOSIrTN8I5XHsaul4A17uhm525lPnWLPJTqjfDu1n/vFRFxOl7+5/qMW0ye f16iAEzqS4hlOi3weSoYfsaoqxjzwJa/94mTagjNcrIKT9KRaaGTherKRmlnd9SU6YZ0 IyRGg1jT6/VZPIWA7fEKZvsYwpuCuhEaijkZgjPwOK9dY2ebfdoAfI45fv2Zqtp42/Y3 G6gQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=6dP0kvQmMcJALSVqkqojLem9dASGvjuRmTULp/GSnKw=; b=v4rjJbFRJ57pO7idQUT0R/LsNUzXiXo7ZNGbJmCnN52p1xu5PyVStlG4b9dy2xlvsu WoWn6YxO17U9phWgB9Hvzf9BdC/30Vr90ZWoKmpHmm6gzTAkNRo8+50N6WkDcbAWA5uQ vgn62zIBImmkSLKY2ZnenAtDgmsrYAVsteHcD9FqppmEMaX/dL/S4RHAVx9fOhOcCZVd As4nRgccsn4+/y8TYCrFLAis58N0caAkRv/+8FKE+zJDRp/S1XyZtw82gvdBPX4lgyya QOjdBCbOmHDqGb4xuH8AiFvJjVjpEjHoSfiHub78lrPGjowC3wicr9r/PsG6KyYD7WS1 nqJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b13si4458257edv.57.2021.06.11.02.50.09; Fri, 11 Jun 2021 02:50:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231685AbhFKJsW (ORCPT + 99 others); Fri, 11 Jun 2021 05:48:22 -0400 Received: from router.aksignal.cz ([62.44.4.214]:58858 "EHLO router.aksignal.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231620AbhFKJsI (ORCPT ); Fri, 11 Jun 2021 05:48:08 -0400 Received: from localhost (localhost [127.0.0.1]) by router.aksignal.cz (Postfix) with ESMTP id A0FC9416D4; Fri, 11 Jun 2021 11:46:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at router.aksignal.cz Received: from router.aksignal.cz ([127.0.0.1]) by localhost (router.aksignal.cz [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 06ie2KzBF81S; Fri, 11 Jun 2021 11:46:06 +0200 (CEST) Received: from pc-gameroom.prchals.tk (unknown [83.240.30.185]) (Authenticated sender: jiri.prchal@aksignal.cz) by router.aksignal.cz (Postfix) with ESMTPSA id 8FD9641210; Fri, 11 Jun 2021 11:46:05 +0200 (CEST) From: Jiri Prchal To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Rob Herring , Christian Eggers , Arnd Bergmann , Greg Kroah-Hartman , Jiri Prchal , Rob Herring Subject: [PATCH v10 3/4] dt-bindings: nvmem: at25: add for FRAM support Date: Fri, 11 Jun 2021 11:46:00 +0200 Message-Id: <20210611094601.95131-4-jiri.prchal@aksignal.cz> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210611094601.95131-1-jiri.prchal@aksignal.cz> References: <20210611094601.95131-1-jiri.prchal@aksignal.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Added dt binding documentation. Signed-off-by: Jiri Prchal Reviewed-by: Rob Herring --- v2: fixed dt_binding_check warnings thanks to Rob Herring v3: resend and added more recipients v4: resend v5: no change here v6: no change here v7: no change here v8: changed subject v9: no change here v10: no change here --- .../devicetree/bindings/eeprom/at25.yaml | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml index 121a601db22e..840ee7a83a14 100644 --- a/Documentation/devicetree/bindings/eeprom/at25.yaml +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml @@ -4,14 +4,16 @@ $id: "http://devicetree.org/schemas/eeprom/at25.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" -title: SPI EEPROMs compatible with Atmel's AT25 +title: SPI EEPROMs or FRAMs compatible with Atmel's AT25 maintainers: - Christian Eggers properties: $nodename: - pattern: "^eeprom@[0-9a-f]{1,2}$" + anyOf: + - pattern: "^eeprom@[0-9a-f]{1,2}$" + - pattern: "^fram@[0-9a-f]{1,2}$" # There are multiple known vendors who manufacture EEPROM chips compatible # with Atmel's AT25. The compatible string requires two items where the @@ -31,6 +33,7 @@ properties: - microchip,25lc040 - st,m95m02 - st,m95256 + - cypress,fm25 - const: atmel,at25 @@ -48,7 +51,7 @@ properties: $ref: /schemas/types.yaml#/definitions/uint32 enum: [1, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072] description: - Size of the eeprom page. + Size of the eeprom page. FRAMs don't have pages. size: $ref: /schemas/types.yaml#/definitions/uint32 @@ -101,9 +104,19 @@ required: - compatible - reg - spi-max-frequency - - pagesize - - size - - address-width + +allOf: + - if: + properties: + compatible: + not: + contains: + const: cypress,fm25 + then: + required: + - pagesize + - size + - address-width additionalProperties: false @@ -126,4 +139,10 @@ examples: size = <32768>; address-width = <16>; }; + + fram@1 { + compatible = "cypress,fm25", "atmel,at25"; + reg = <1>; + spi-max-frequency = <40000000>; + }; }; -- 2.25.1