From patchwork Sat Jan 25 12:22:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Tomer X-Patchwork-Id: 240100 List-Id: U-Boot discussion From: amittomer25 at gmail.com (Amit Singh Tomar) Date: Sat, 25 Jan 2020 17:52:58 +0530 Subject: [PATCH v3 16/21] arm: dts: s700: add node for reset controller In-Reply-To: <1579954983-11329-1-git-send-email-amittomer25@gmail.com> References: <1579954983-11329-1-git-send-email-amittomer25@gmail.com> Message-ID: <1579954983-11329-17-git-send-email-amittomer25@gmail.com> This patch adds node for reset controller(found on Action Semi S700 SoC). Since, there is no upstream Linux binding exist for S700 reset controller, Changes are put in u-boot specific dtsi file. Signed-off-by: Amit Singh Tomar --- Changes since v2: * Newly added patch, not there in v2/v1. --- arch/arm/dts/s700-u-boot.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/s700-u-boot.dtsi b/arch/arm/dts/s700-u-boot.dtsi index 642c292..4a33042 100644 --- a/arch/arm/dts/s700-u-boot.dtsi +++ b/arch/arm/dts/s700-u-boot.dtsi @@ -6,6 +6,12 @@ /{ soc { u-boot,dm-pre-reloc; + + reset: reset-controller at e01680a8 { + #reset-cells = <1>; + compatible = "actions,s700-reset"; + reg = <0 0xe01680a8 0 0x8>; + }; }; }; @@ -16,4 +22,3 @@ &cmu { u-boot,dm-pre-reloc; }; -