Message ID | 1579954983-11329-17-git-send-email-amittomer25@gmail.com |
---|---|
State | New |
Headers | show |
Series | Actions S700 SoC support | expand |
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; }; -
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(-)