From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8581FC48BDC for ; Sun, 7 Jul 2019 11:58:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5EA14206A3 for ; Sun, 7 Jul 2019 11:58:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="PXU7GCAn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726900AbfGGL62 (ORCPT ); Sun, 7 Jul 2019 07:58:28 -0400 Received: from smtp-fw-9101.amazon.com ([207.171.184.25]:18729 "EHLO smtp-fw-9101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725981AbfGGL61 (ORCPT ); Sun, 7 Jul 2019 07:58:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1562500707; x=1594036707; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=7Csmm4toitSG7pULM58RwQRjc3PcTsUBc9OzWJg0DuM=; b=PXU7GCAnzr9lh/3fg83qqAI5gJpLaAbkiutCvnR5tyi+JQWahuFzSWSO 0HUloNaAN/7qki3PrthnOW7oBU3WRWkRe1kD0kRDt/R7zc6wh8hjjG9CK tZoqR6bJIBkzztwlzLZFBi0Tg/BbeEhJ3AHtvD1BgYFj9EfhC0pBZ2h9h I=; X-IronPort-AV: E=Sophos;i="5.62,462,1554768000"; d="scan'208";a="814727917" Received: from sea3-co-svc-lb6-vlan2.sea.amazon.com (HELO email-inbound-relay-2b-55156cd4.us-west-2.amazon.com) ([10.47.22.34]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP; 07 Jul 2019 11:58:25 +0000 Received: from EX13MTAUEA001.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan2.pdx.amazon.com [10.170.41.162]) by email-inbound-relay-2b-55156cd4.us-west-2.amazon.com (Postfix) with ESMTPS id 76F09A1793; Sun, 7 Jul 2019 11:58:24 +0000 (UTC) Received: from EX13D19EUB003.ant.amazon.com (10.43.166.69) by EX13MTAUEA001.ant.amazon.com (10.43.61.243) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sun, 7 Jul 2019 11:58:23 +0000 Received: from ub6d44c9ce3e25c.ant.amazon.com (10.43.161.16) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sun, 7 Jul 2019 11:58:15 +0000 From: Hanna Hawa To: , , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v2 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC Date: Sun, 7 Jul 2019 14:57:35 +0300 Message-ID: <1562500658-14717-2-git-send-email-hhhawa@amazon.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1562500658-14717-1-git-send-email-hhhawa@amazon.com> References: <1562500658-14717-1-git-send-email-hhhawa@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.161.16] X-ClientProxiedBy: EX13D12UWC004.ant.amazon.com (10.43.162.182) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document Amazon's Annapurna Labs L1 EDAC SoC binding. Signed-off-by: Hanna Hawa --- .../devicetree/bindings/edac/amazon,al-l1-edac.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/edac/amazon,al-l1-edac.txt diff --git a/Documentation/devicetree/bindings/edac/amazon,al-l1-edac.txt b/Documentation/devicetree/bindings/edac/amazon,al-l1-edac.txt new file mode 100644 index 0000000..2ae8370 --- /dev/null +++ b/Documentation/devicetree/bindings/edac/amazon,al-l1-edac.txt @@ -0,0 +1,14 @@ +* Amazon's Annapurna Labs L1 EDAC + +Amazon's Annapurna Labs SoCs supports L1 single bit correction and +two bits detection capability based on ARM implementation. + +Required properties: +- compatible: + should be "amazon,al-l1-edac". + +Example: + + al_l1_edac { + compatible = "amazon,al-l1-edac"; + }; -- 2.7.4