diff mbox series

[v3,16/21] arm: dts: s700: add node for reset controller

Message ID 1579954983-11329-17-git-send-email-amittomer25@gmail.com
State Deferred
Delegated to: Tom Rini
Headers show
Series Actions S700 SoC support | expand

Commit Message

Amit Tomer Jan. 25, 2020, 12:22 p.m. UTC
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 <amittomer25@gmail.com>
---
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 mbox series

Patch

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@e01680a8 {
+			#reset-cells = <1>;
+			compatible = "actions,s700-reset";
+			reg = <0 0xe01680a8 0 0x8>;
+		};
 	};
 };
 
@@ -16,4 +22,3 @@ 
 &cmu {
 	u-boot,dm-pre-reloc;
 };
-