From patchwork Mon Jul 15 13:24:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanna Hawa X-Patchwork-Id: 1131971 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="hWyLYNd3"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 45nPQP4t2Dz9sND for ; Mon, 15 Jul 2019 23:24:45 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730223AbfGONYp (ORCPT ); Mon, 15 Jul 2019 09:24:45 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:6220 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730093AbfGONYp (ORCPT ); Mon, 15 Jul 2019 09:24:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1563197084; x=1594733084; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=7Csmm4toitSG7pULM58RwQRjc3PcTsUBc9OzWJg0DuM=; b=hWyLYNd3bzeNF8Pp68dx9i3BdJlMNVHmy0g81XbDe+3a7y0gqU5bi79a H7CY2054E0U5NqVsXIuEN7OnR9qdvViIFWrv5t2gmWkCGiYjfYWnB8ctI o2oewj5+ja1O9Pr450N+QerjfqPnGCcZU6GPmHtHtfH6XzieUSMh64+q9 8=; X-IronPort-AV: E=Sophos;i="5.62,493,1554768000"; d="scan'208";a="685555081" Received: from sea3-co-svc-lb6-vlan2.sea.amazon.com (HELO email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com) ([10.47.22.34]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 15 Jul 2019 13:24:41 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com (Postfix) with ESMTPS id 103C8A275B; Mon, 15 Jul 2019 13:24:36 +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, 15 Jul 2019 13:24:36 +0000 Received: from ub6d44c9ce3e25c.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, 15 Jul 2019 13:24:27 +0000 From: Hanna Hawa To: , , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v3 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC Date: Mon, 15 Jul 2019 16:24:06 +0300 Message-ID: <1563197049-12679-2-git-send-email-hhhawa@amazon.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1563197049-12679-1-git-send-email-hhhawa@amazon.com> References: <1563197049-12679-1-git-send-email-hhhawa@amazon.com> MIME-Version: 1.0 X-Originating-IP: [10.43.162.137] X-ClientProxiedBy: EX13D05UWC003.ant.amazon.com (10.43.162.226) 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 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"; + }; From patchwork Mon Jul 15 13:24: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: 1131972 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="oI+S6D9S"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 45nPQk3hypz9sNF for ; Mon, 15 Jul 2019 23:25:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730093AbfGONY5 (ORCPT ); Mon, 15 Jul 2019 09:24:57 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:53132 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730272AbfGONY5 (ORCPT ); Mon, 15 Jul 2019 09:24:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1563197096; x=1594733096; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=yWeXvdPMqWivUu3ChX4I+dARF3bBaP4Hz9DeOsrWp2Q=; b=oI+S6D9SVjIF7w4AHEuzMaia2wdZC6hG369L2trvIUCC+cJRT/IpPrg3 AenNv9ouL69o/k9+OUZ8EZjJs8XigBljGTvq/a+2hJR94AxTjDGlQLkp3 PpWW9SNAN91V9V6AxYxeCE8M1vJyfyH5KOB/+54WNFlfjqRvdKofag14Z 8=; X-IronPort-AV: E=Sophos;i="5.62,493,1554768000"; d="scan'208";a="685555143" Received: from sea3-co-svc-lb6-vlan2.sea.amazon.com (HELO email-inbound-relay-1a-807d4a99.us-east-1.amazon.com) ([10.47.22.34]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 15 Jul 2019 13:24:55 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1a-807d4a99.us-east-1.amazon.com (Postfix) with ESMTPS id 1C50FA1DA3; Mon, 15 Jul 2019 13:24:54 +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, 15 Jul 2019 13:24:53 +0000 Received: from ub6d44c9ce3e25c.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, 15 Jul 2019 13:24:44 +0000 From: Hanna Hawa To: , , , , , , , , , , CC: , , , , , , , , , Subject: [PATCH v3 3/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L2 EDAC Date: Mon, 15 Jul 2019 16:24:08 +0300 Message-ID: <1563197049-12679-4-git-send-email-hhhawa@amazon.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1563197049-12679-1-git-send-email-hhhawa@amazon.com> References: <1563197049-12679-1-git-send-email-hhhawa@amazon.com> MIME-Version: 1.0 X-Originating-IP: [10.43.162.137] X-ClientProxiedBy: EX13D05UWC003.ant.amazon.com (10.43.162.226) 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 L2 EDAC SoC binding. Signed-off-by: Hanna Hawa --- .../devicetree/bindings/edac/amazon,al-l2-edac.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/edac/amazon,al-l2-edac.txt diff --git a/Documentation/devicetree/bindings/edac/amazon,al-l2-edac.txt b/Documentation/devicetree/bindings/edac/amazon,al-l2-edac.txt new file mode 100644 index 0000000..7b0b734 --- /dev/null +++ b/Documentation/devicetree/bindings/edac/amazon,al-l2-edac.txt @@ -0,0 +1,20 @@ +* Amazon's Annapurna Labs L2 EDAC + +Amazon's Annapurna Labs SoCs supports L2 single bit correction and +two bits detection capability based on ARM implementation. + +Required properties: +- compatible: + should be "amazon,al-l2-edac". +- l2-cache: + Phandle to L2 cache handler. + This property is used to compare with the CPU node property + 'next-level-cache' to create cpu-mask with all CPUs that + share same L2 cache. + +Example: + + al_l2_edac { + compatible = "amazon,al-l2-edac"; + l2-cache = <&cluster0_l2>; + };