From patchwork Mon Aug 5 14:39:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanna Hawa X-Patchwork-Id: 1142218 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=amazon.com header.i=@amazon.com header.b="KWFJFdBj"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 462L5P74qFz9sDB for ; Tue, 6 Aug 2019 00:39:53 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728824AbfHEOjx (ORCPT ); Mon, 5 Aug 2019 10:39:53 -0400 Received: from smtp-fw-33001.amazon.com ([207.171.190.10]:43345 "EHLO smtp-fw-33001.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729037AbfHEOjx (ORCPT ); Mon, 5 Aug 2019 10:39:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1565015992; x=1596551992; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=95OK+Xwarn4yaQvhKro6HMis5mAanxMefgDhZJeu4RA=; b=KWFJFdBjxR99dsd2oJBH9tsBlxOz7h2u9ifST0MSGxu3qFXfKl6hwgrj GKOSTAMDGvd8BGuxnIrDPYWyTj8WMQ718lP1EK0T1Y7NNVEQTzAINf23l nNCyTNAAEP0yfOTtjWIp6vjQhW36ZVXuQgrirVmkLbxcyZZMl/h2pw5Hm Y=; X-IronPort-AV: E=Sophos;i="5.64,350,1559520000"; d="scan'208";a="816815291" Received: from sea3-co-svc-lb6-vlan3.sea.amazon.com (HELO email-inbound-relay-1e-a70de69e.us-east-1.amazon.com) ([10.47.22.38]) by smtp-border-fw-out-33001.sea14.amazon.com with ESMTP; 05 Aug 2019 14:39:49 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1e-a70de69e.us-east-1.amazon.com (Postfix) with ESMTPS id A2806A2446; Mon, 5 Aug 2019 14:39:44 +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; Mon, 5 Aug 2019 14:39:43 +0000 Received: from ua9e4f3715fbc5f.ant.amazon.com (10.43.162.137) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 5 Aug 2019 14:39:34 +0000 From: Hanna Hawa To: , , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC Date: Mon, 5 Aug 2019 15:39:08 +0100 Message-ID: <20190805143911.12185-2-hhhawa@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190805143911.12185-1-hhhawa@amazon.com> References: <20190805143911.12185-1-hhhawa@amazon.com> MIME-Version: 1.0 X-Originating-IP: [10.43.162.137] X-ClientProxiedBy: EX13D03UWA001.ant.amazon.com (10.43.160.141) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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 000000000000..2ae8370216bc --- /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"; + };