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

Amit Singh Tomar amittomer25 at gmail.com
Sat Jan 25 13:22:58 CET 2020


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 at 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 --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;
 };
-
-- 
2.7.4



More information about the U-Boot mailing list