From patchwork Fri Oct 6 05:03:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 115026 Delivered-To: patch@linaro.org Received: by 10.140.22.163 with SMTP id 32csp1360480qgn; Thu, 5 Oct 2017 22:04:05 -0700 (PDT) X-Google-Smtp-Source: AOwi7QDs7CsCz1KMb7IGy6jixCGpJ8Io4zcWsGYRVY6puXrkpW90RUrRuGPWYQkst8Qfnzb+VKuq X-Received: by 10.98.84.66 with SMTP id i63mr964816pfb.97.1507266245340; Thu, 05 Oct 2017 22:04:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1507266245; cv=none; d=google.com; s=arc-20160816; b=xLODokA+LRocv1Tr7sQA3fkSEvkaxmmmJbFEoZcbW0WgibeaOLmIMZHE3vsSPk27em GSyeWHPdZ/TRjPxZIBhRwC6LwBwHBcGOPx5Cukm1Lu/PhBc9Cj7rQ6Y4iT56daqxWIAV LrXsOLDDmciiAH4SAn7KPov/SfCv4BJN1M0FxGFoXvuKmokuc3FQZsbo1U31rRHJQvpG dJJblOjNr8FrV9K7tnABG5bFyDs0Bmh5voXJxW3WbAWJYNL9fMyYwTVqNWPSjc72lh9m Xz6NiVTTHjasgZFb7WJ/liQJJ7ubBfF53RI6lRnPBUpxEYmpyWoPuoa6ykK6Ke1FsxQ/ XWFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=6qt0bjBHO7srxE/rJERGODp/ZSZy7Mvj/LGGKuUAN3E=; b=nbeY/TBfXEnTzY+LuLqLb88NBAocqaY3LiNP/MwIDUDdYvIK4VvkEtYZbMtHJY0F+o p98Utg7oxW2lXNtvnfDkavzTXd0s364TJDDSM61H4xHmthpZ2PuU6bWqW1FgWaPj0lJ5 fvpHt/NFqUN2fYrlk+bAB4cEnTO1Q/feU0uz1j+yHYwP3hXZwck3aIn94Js9j+gcr6fn ZbKQ0vgWNx4+Xe5SYi2rw7a3Wnu0C7DXKD8ZosRx3Z/mZmyE0WfsgCJbmqniLELSBI/E dmq2yV60i3p2G9O6wNP/IlKLpFYAfdRohmgR0EsLRmqRFE+QQN7oyVH9ZYy5SOdc3R0Y NHrQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d92si513235pld.692.2017.10.05.22.04.05; Thu, 05 Oct 2017 22:04:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751644AbdJFFED (ORCPT + 6 others); Fri, 6 Oct 2017 01:04:03 -0400 Received: from mx.socionext.com ([202.248.49.38]:13474 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750781AbdJFFDg (ORCPT ); Fri, 6 Oct 2017 01:03:36 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 06 Oct 2017 14:03:35 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id E07E6180B68; Fri, 6 Oct 2017 14:03:35 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Fri, 6 Oct 2017 14:03:35 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 0EEA71A0E24; Fri, 6 Oct 2017 14:03:35 +0900 (JST) From: Keiji Hayashibara To: srinivas.kandagatla@linaro.org Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, yamada.masahiro@socionext.com, hayashi.kunihiko@socionext.com, owada.kiyoshi@socionext.com, Keiji Hayashibara Subject: [PATCH v2 3/3] arm64: dts: uniphier: add efuse node for LD20 Date: Fri, 6 Oct 2017 14:03:00 +0900 Message-Id: <1507266180-11840-4-git-send-email-hayashibara.keiji@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1507266180-11840-1-git-send-email-hayashibara.keiji@socionext.com> References: <1507266180-11840-1-git-send-email-hayashibara.keiji@socionext.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add efuse node for UniPhier LD20 SoC. This efuse node is included in soc-glue. Signed-off-by: Keiji Hayashibara --- arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index a29c279..ddefde6 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -376,6 +376,24 @@ }; }; + soc-glue@5f900000 { + compatible = "socionext,uniphier-ld20-soc-glue-debug", + "simple-mfd"; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0x0 0x5f900000 0x2000>; + + efuse@100 { + compatible = "socionext,uniphier-efuse"; + reg = <0x100 0x28>; + }; + + efuse@200 { + compatible = "socionext,uniphier-efuse"; + reg = <0x200 0x68>; + }; + }; + aidet: aidet@5fc20000 { compatible = "socionext,uniphier-ld20-aidet"; reg = <0x5fc20000 0x200>;